chore(deps): bump Newtonsoft.Json and Microsoft.NET.Test.Sdk #4731
Annotations
10 warnings
Autobuild:
samples/WebAPI/WebAPI_Dapper/GreetingsApp/Entities/Greeting.cs#L11
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Autobuild:
samples/WebAPI/WebAPI_Dapper/GreetingsApp/Entities/Person.cs#L13
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Autobuild:
samples/WebAPI/WebAPI_Dapper/GreetingsApp/Responses/FindPersonsGreetings.cs#L7
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Autobuild:
samples/WebAPI/WebAPI_Dapper/GreetingsApp/Responses/FindPersonsGreetings.cs#L8
Non-nullable property 'Greetings' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Autobuild:
samples/WebAPI/WebAPI_Dapper/GreetingsApp/Handlers/FindPersonByNameHandlerAsync.cs#L36
Converting null literal or possible null value to non-nullable type.
|
Autobuild:
samples/WebAPI/WebAPI_Dapper/GreetingsApp/Handlers/FindPersonByNameHandlerAsync.cs#L38
Possible null reference argument for parameter 'person' in 'FindPersonResult.FindPersonResult(Person person)'.
|
Autobuild:
samples/WebAPI/WebAPI_Dapper/GreetingsApp/Handlers/AddGreetingHandlerAsync.cs#L52
Converting null literal or possible null value to non-nullable type.
|
Autobuild:
samples/WebAPI/WebAPI_Dapper/GreetingsApp/Handlers/DeletePersonHandlerAsync.cs#L44
Converting null literal or possible null value to non-nullable type.
|
Autobuild:
samples/TaskQueue/MsSqlMessagingGateway/Events/Ports/Mappers/GreetingEventMessageMapper.cs#L33
Nullability of reference types in type of parameter 'value' of 'void GreetingEventMessageMapper.Context.set' doesn't match implicitly implemented member 'void IAmAMessageMapper<GreetingEvent>.Context.set' (possibly because of nullability attributes).
|
Autobuild:
samples/TaskQueue/MsSqlMessagingGateway/Events/Ports/Mappers/CompetingConsumerCommandMessageMapper.cs#L9
Nullability of reference types in type of parameter 'value' of 'void CompetingConsumerCommandMessageMapper.Context.set' doesn't match implicitly implemented member 'void IAmAMessageMapper<CompetingConsumerCommand>.Context.set' (possibly because of nullability attributes).
|
Loading