Skip to content

Delete .idea/.idea.tdd-sample/.idea directory #21

Delete .idea/.idea.tdd-sample/.idea directory

Delete .idea/.idea.tdd-sample/.idea directory #21

Triggered via push July 27, 2024 14:09
Status Failure
Total duration 47s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
build
Process completed with exit code 1.
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: src/TDDSample/Shared/ProblemDetail/DefaultProblemDetailMapper.cs#L18
Nullable value type may be null.
build: src/TDDSample/TodoItem/Config.cs#L33
Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. (https://aka.ms/aspnet/analyzers)
build: src/TDDSample/Users/Config.cs#L33
Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. (https://aka.ms/aspnet/analyzers)
build: tests/TDDSample.Tests/UnitTests/Shared/UserHttpClientTests.cs#L152
The variable 'total' is assigned but its value is never used
build: tests/TDDSample.Tests/UnitTests/Shared/UserHttpClientTests.cs#L187
The variable 'total' is assigned but its value is never used
build: tests/TDDSample.Tests/UnitTests/TodoItems/Features/GettingTodoItemById/GetTodoItemByIdHandlerTests.cs#L98
Converting null literal or possible null value to non-nullable type.
build: src/TDDSample/Shared/ProblemDetail/DefaultProblemDetailMapper.cs#L18
Nullable value type may be null.
build: src/TDDSample/TodoItem/Config.cs#L33
Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. (https://aka.ms/aspnet/analyzers)