Skip to content

Update dotnet monorepo to v7.0.12 #289

Update dotnet monorepo to v7.0.12

Update dotnet monorepo to v7.0.12 #289

Triggered via pull request October 10, 2023 16:49
Status Success
Total duration 2m 39s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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.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.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.App.WinForms/Progress/ProgressForm.cs#L115
Dereference of a possibly null reference.
build-and-test: src/CompanyCalendar.App.WinForms/MainForm.cs#L378
Type 'IrregularDisplayItem' 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.App.WinForms/Progress/ProgressReporter.cs#L13
Type 'ProgressReporter' 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.App.WinForms/Progress/ProgressForm.cs#L129
Type 'ProgressFormScope' 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.Tests/Exporter.Google/CalendarExporterUnitTest.cs#L37
Dereference of a possibly null reference.