docs: update readme #16
Annotations
10 warnings
src/TDDSample/Shared/ProblemDetail/DefaultProblemDetailMapper.cs#L18
Nullable value type may be null.
|
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)
|
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)
|
tests/TDDSample.Tests/UnitTests/Users/Features/GetUsers/GetUsersEndpointTests.cs#L125
Dereference of a possibly null reference.
|
tests/TDDSample.Tests/UnitTests/Shared/UserHttpClientTests.cs#L152
The variable 'total' is assigned but its value is never used
|
tests/TDDSample.Tests/UnitTests/Shared/UserHttpClientTests.cs#L187
The variable 'total' is assigned but its value is never used
|
tests/TDDSample.Tests/UnitTests/TodoItems/Features/GettingTodoItems/GetTodoItemsEndpointTests.cs#L128
Dereference of a possibly null reference.
|
tests/TDDSample.Tests/UnitTests/TodoItems/Features/GettingTodoItemById/GetTodoItemByIdHandlerTests.cs#L98
Converting null literal or possible null value to non-nullable type.
|
src/TDDSample/Shared/ProblemDetail/DefaultProblemDetailMapper.cs#L18
Nullable value type may be null.
|
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)
|
The logs for this run have expired and are no longer available.
Loading