dotnet format #970
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/
|