Ajuste | Github Workflow #6
Annotations
11 warnings
|
|
|
ExplorandoMarte/Repository/Repository.cs#L21
Possible null reference argument for parameter 'item' in 'bool List<T>.Remove(T item)'.
|
|
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.
|
|
ExplorandoMarte/Repository/Repository.cs#L25
Possible null reference return.
|
|
ExplorandoMarte/Program.cs#L25
Dereference of a possibly null reference.
|
|
ExplorandoMarte/Program.cs#L89
Dereference of a possibly null reference.
|
|
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.
|
|
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.
|
|
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.
|
|
ExplorandoMarte/Models/Planalto.cs#L49
Possible null reference return.
|
|
ExplorandoMarte/Repository/Repository.cs#L21
Possible null reference argument for parameter 'item' in 'bool List<T>.Remove(T item)'.
|
The logs for this run have expired and are no longer available.
Loading