Update dependency Google.Apis.Calendar.v3 to v1.64.0.3248 #303
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.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.
|
build-and-test:
src/CompanyCalendar.Importer.MsSql/AppDbContext.cs#L56
'RelationalEntityTypeBuilderExtensions.HasComment<TEntity>(EntityTypeBuilder<TEntity>, string?)' is obsolete: 'Configure this using ToTable(t => t.HasComment()) instead.'
|
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.'
|