Skip to content

feat: add benchmark

feat: add benchmark #8

Triggered via push August 5, 2023 20:56
Status Success
Total duration 43s
Artifacts

dotnet-build.yml

on: push
Fit to window
Zoom out
Zoom in

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.