Skip to content

Update readme.md

Update readme.md #14

Triggered via push August 1, 2023 18:03
Status Success
Total duration 1m 7s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/TDDSample/Shared/ProblemDetail/DefaultProblemDetailMapper.cs#L18
Nullable value type may be null.
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: 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: tests/TDDSample.Tests/UnitTests/TodoItems/Features/GettingTodoItemById/GetTodoItemByIdHandlerTests.cs#L98
Converting null literal or possible null value to non-nullable type.
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: src/TDDSample/Shared/ProblemDetail/DefaultProblemDetailMapper.cs#L18
Nullable value type may be null.
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)