Using cobertura format #8
Annotations
1 error and 10 warnings
|
src/HandlingErrors.Shared/ViewModels/RecadoViewModel.cs#L6
Non-nullable property 'Remetente' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/HandlingErrors.Shared/ViewModels/RecadoViewModel.cs#L7
Non-nullable property 'Destinatario' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/HandlingErrors.Shared/ViewModels/RecadoViewModel.cs#L8
Non-nullable property 'Assunto' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/HandlingErrors.Shared/ViewModels/RecadoViewModel.cs#L9
Non-nullable property 'Mensagem' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/HandlingErrors.Core/Repositorios/IRepositorio.cs#L14
Cannot convert null literal to non-nullable reference type.
|
src/HandlingErrors.Core/Modelos/Recado.cs#L9
Non-nullable property 'RecadosFilhos' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/HandlingErrors.Data/Repositorio.cs#L42
Cannot convert null literal to non-nullable reference type.
|
src/HandlingErrors.Data/Repositorio.cs#L23
Non-nullable event 'AntesDeDeletar' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
src/HandlingErrors.Data/Repositorio.cs#L23
Non-nullable event 'AntesDeAtualizar' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
src/HandlingErrors.Data/Repositorio.cs#L31
Possible null reference return.
|
The logs for this run have expired and are no longer available.
Loading