Skip to content

Update dependency Microsoft.NET.Test.Sdk to v17.8.0 #309

Update dependency Microsoft.NET.Test.Sdk to v17.8.0

Update dependency Microsoft.NET.Test.Sdk to v17.8.0 #309

Triggered via push December 9, 2023 09:20
Status Success
Total duration 2m 29s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build-and-test: src/CompanyCalendar/CompanyCalendarExtensions.cs#L156
Change return type of method 'ToIrregularPairsCore' from 'System.Collections.Generic.IReadOnlyCollection<(System.DateTime Date, CompanyCalendar.HolidayKind IrregularKind)>' to 'System.Collections.ObjectModel.ReadOnlyCollection<(System.DateTime Date, CompanyCalendar.HolidayKind Value)>' for improved performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1859)
build-and-test: src/CompanyCalendar.Exporter.Google/CalendarExporter.cs#L216
'EventsResource.ListRequest.TimeMin' is obsolete: 'This property is obsolete and may behave unexpectedly; please use TimeMinDateTimeOffset instead.'
build-and-test: src/CompanyCalendar.Exporter.Google/CalendarExporter.cs#L217
'EventsResource.ListRequest.TimeMax' is obsolete: 'This property is obsolete and may behave unexpectedly; please use TimeMaxDateTimeOffset instead.'
build-and-test: src/CompanyCalendar.Exporter.Google/CalendarExporter.cs#L225
'EventDateTime.DateTime' is obsolete: 'This property is obsolete and may behave unexpectedly; please use DateTimeDateTimeOffset instead.'
build-and-test: src/CompanyCalendar.Exporter.Google/CalendarExporter.cs#L227
'EventDateTime.DateTime' is obsolete: 'This property is obsolete and may behave unexpectedly; please use DateTimeDateTimeOffset instead.'
build-and-test: src/CompanyCalendar.Exporter.Google/CalendarExporter.cs#L248
'EventsResource.ListRequest.TimeMin' is obsolete: 'This property is obsolete and may behave unexpectedly; please use TimeMinDateTimeOffset instead.'
build-and-test: src/CompanyCalendar.Exporter.Google/CalendarExporter.cs#L249
'EventsResource.ListRequest.TimeMax' is obsolete: 'This property is obsolete and may behave unexpectedly; please use TimeMaxDateTimeOffset instead.'
build-and-test: src/CompanyCalendar.Importer.Csv/CsvLoader.cs#L87
Change type of parameter 'csv' from 'CsvHelper.IReader' to 'CsvHelper.CsvReader' for improved performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1859)
build-and-test: src/CompanyCalendar.Importer.Csv/CsvLoader.cs#L95
Type 'HolidayItemRecord' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)
build-and-test: src/CompanyCalendar.Importer.MsSql/ServiceCollectionExtensions.cs#L43
Dereference of a possibly null reference.