Skip to content

Refactor Azure workflow for ASP.Net Core app deployment #4

Refactor Azure workflow for ASP.Net Core app deployment

Refactor Azure workflow for ASP.Net Core app deployment #4

Triggered via push June 19, 2026 23:33
Status Failure
Total duration 1m 20s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
build
Process completed with exit code 1.
build
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-dotnet@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build: src/SOS_dog/Models/Comentario.cs#L36
Non-nullable property 'Ocorrencia' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/SOS_dog/Models/Comentario.cs#L26
Non-nullable property 'Usuario' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/SOS_dog/Models/Comentario.cs#L14
Non-nullable property 'Texto' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/SOS_dog/Models/Favorito.cs#L31
Non-nullable property 'Ocorrencia' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/SOS_dog/Models/Favorito.cs#L21
Non-nullable property 'Usuario' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/SOS_dog/Models/Ocorrencia.cs#L69
Non-nullable property 'Descricao' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/SOS_dog/Models/Ocorrencia.cs#L66
Non-nullable property 'FotoAnimal' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/SOS_dog/Models/Ocorrencia.cs#L61
Non-nullable property 'EstadoSaude' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/SOS_dog/Models/Ocorrencia.cs#L58
Non-nullable property 'TipoOcorrencia' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/SOS_dog/Models/Ocorrencia.cs#L32
Non-nullable property 'Endereco' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.