Skip to content

Update dotnet monorepo to v7.0.11 #276

Update dotnet monorepo to v7.0.11

Update dotnet monorepo to v7.0.11 #276

Triggered via pull request August 8, 2023 14:12
Status Success
Total duration 5m 52s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

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