Skip to content

dotnet format

dotnet format #970

Triggered via schedule November 27, 2025 23:17
Status Success
Total duration 48s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

7 warnings
build: test/QuickstartTemplate.WebApi.IntegrationTests/CustomWebApplicationFactory.cs#L30
Possible null reference argument for parameter 'item' in 'bool ICollection<ServiceDescriptor>.Remove(ServiceDescriptor item)'.
build: test/QuickstartTemplate.WebApi.IntegrationTests/Helpers/TestController.cs#L27
Dereference of a possibly null reference.
build: test/QuickstartTemplate.UnitTests/DummyDbContext/DummyEntities.cs#L9
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: test/QuickstartTemplate.UnitTests/DummyDbContext/DummyEntities.cs#L15
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: test/QuickstartTemplate.UnitTests/DummyDbContext/DummyEntities.cs#L23
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: test/QuickstartTemplate.UnitTests/DummyDbContext/DummyEntities.cs#L33
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/