Merge branch 'feature/build-deploy' of https://github.com/MarcosCosta… #9
Annotations
10 warnings
src/RinhaBackEnd/Extensions/RequestException.cs#L5
Cannot convert null literal to non-nullable reference type.
|
src/RinhaBackEnd/Program.cs#L142
Dereference of a possibly null reference.
|
src/RinhaBackEnd/Program.cs#L144
The variable 'ex' is declared but never used
|
src/RinhaBackEnd/Dtos/Response/PersonResponse.cs#L6
Non-nullable property 'Apelido' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/RinhaBackEnd/Dtos/Response/PersonResponse.cs#L7
Non-nullable property 'Nome' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/RinhaBackEnd/Dtos/Response/PersonResponse.cs#L9
Non-nullable property 'Stack' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/RinhaBackEnd/Dtos/Requests/PersonRequest.cs#L5
Non-nullable property 'Apelido' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/RinhaBackEnd/Dtos/Requests/PersonRequest.cs#L6
Non-nullable property 'Nome' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/RinhaBackEnd/Dtos/Requests/PersonRequest.cs#L8
Non-nullable property 'Stack' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/RinhaBackEnd/Domain/Stack.cs#L5
Non-nullable property 'Nome' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading