feat: add benchmark #8
Annotations
10 warnings
build:
src/RinhaBackEnd/Extensions/RequestException.cs#L5
Cannot convert null literal to non-nullable reference type.
|
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/Domain/Person.cs#L5
Non-nullable property 'Apelido' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/RinhaBackEnd/Domain/Person.cs#L5
Non-nullable property 'Nome' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/RinhaBackEnd/Domain/Person.cs#L5
Non-nullable property 'PersonStacks' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/RinhaBackEnd/Domain/PersonStack.cs#L5
Non-nullable property 'Person' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/RinhaBackEnd/Domain/PersonStack.cs#L5
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.
|