Skip to content

Ajuste | Github workflow #2

Ajuste | Github workflow

Ajuste | Github workflow #2

Triggered via push March 2, 2025 21:23
Status Success
Total duration 1m 44s
Artifacts
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
build (Debug): ExplorandoMarte/Repository/Repository.cs#L21
Possible null reference argument for parameter 'item' in 'bool List<T>.Remove(T item)'.
build (Debug): ExplorandoMarte/Repository/Repository.cs#L25
Possible null reference return.
build (Debug): ExplorandoMarte/Controllers/Controller.cs#L10
Non-nullable field '_instance' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build (Debug): ExplorandoMarte/Models/Terreno.cs#L12
Non-nullable property 'Nome' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Debug): ExplorandoMarte/Models/Rover.cs#L21
Non-nullable property 'Planalto' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Debug): ExplorandoMarte/Models/Planalto.cs#L49
Possible null reference return.
build (Debug): ExplorandoMarte/Services/Logger.cs#L10
Non-nullable field '_instance' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build (Debug): ExplorandoMarte/Program.cs#L25
Dereference of a possibly null reference.
build (Debug): ExplorandoMarte/Program.cs#L91
Dereference of a possibly null reference.
build (Debug): ExplorandoMarte/Repository/Repository.cs#L21
Possible null reference argument for parameter 'item' in 'bool List<T>.Remove(T item)'.
build (Release): ExplorandoMarte/Repository/Repository.cs#L21
Possible null reference argument for parameter 'item' in 'bool List<T>.Remove(T item)'.
build (Release): ExplorandoMarte/Repository/Repository.cs#L25
Possible null reference return.
build (Release): ExplorandoMarte/Controllers/Controller.cs#L10
Non-nullable field '_instance' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build (Release): ExplorandoMarte/Models/Rover.cs#L21
Non-nullable property 'Planalto' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Release): ExplorandoMarte/Services/Logger.cs#L10
Non-nullable field '_instance' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build (Release): ExplorandoMarte/Models/Terreno.cs#L12
Non-nullable property 'Nome' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Release): ExplorandoMarte/Models/Planalto.cs#L49
Possible null reference return.
build (Release): ExplorandoMarte/Program.cs#L25
Dereference of a possibly null reference.
build (Release): ExplorandoMarte/Program.cs#L91
Dereference of a possibly null reference.
build (Release): ExplorandoMarte/Repository/Repository.cs#L21
Possible null reference argument for parameter 'item' in 'bool List<T>.Remove(T item)'.