Skip to content

Merge branch 'feature/build-deploy' of https://github.com/MarcosCosta… #9

Merge branch 'feature/build-deploy' of https://github.com/MarcosCosta…

Merge branch 'feature/build-deploy' of https://github.com/MarcosCosta… #9

Triggered via push August 5, 2023 20:58
Status Success
Total duration 1m 5s
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/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.