feat: add author description #7
Annotations
10 warnings
build:
src/RinhaBackEnd/Extensions/RequestException.cs#L5
Cannot convert null literal to non-nullable reference type.
|
build:
src/RinhaBackEnd/Program.cs#L142
Dereference of a possibly null reference.
|
build:
src/RinhaBackEnd/Program.cs#L144
The variable 'ex' is declared but never used
|
build:
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.
|
build:
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.
|
build:
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.
|
build:
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.
|
build:
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.
|
build:
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.
|
build:
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.
|