Skip to content

dotnet format

dotnet format #516

Triggered via schedule June 14, 2024 23:13
Status Success
Total duration 50s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

9 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1, jfversluis/dotnet-format@v1.0.5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, jfversluis/dotnet-format@v1.0.5. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: test/QuickstartTemplate.UnitTests/DummyDbContext/DummyEntities.cs#L9
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider 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 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 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 declaring the property as nullable.
build: test/QuickstartTemplate.WebApi.IntegrationTests/Helpers/TestController.cs#L27
Dereference of a possibly null reference.
build: test/QuickstartTemplate.WebApi.IntegrationTests/CustomWebApplicationFactory.cs#L30
Possible null reference argument for parameter 'item' in 'bool ICollection<ServiceDescriptor>.Remove(ServiceDescriptor item)'.
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/