Update dotnet.yml #5
Annotations
10 warnings
build:
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.
|
build:
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.
|
build:
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.
|
build:
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.
|
build:
src/HandlingErrors.Core/Repositorios/IRepositorio.cs#L14
Cannot convert null literal to non-nullable reference type.
|
build:
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.
|
build:
src/HandlingErrors.Data/Repositorio.cs#L42
Cannot convert null literal to non-nullable reference type.
|
build:
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.
|
build:
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.
|
build:
src/HandlingErrors.Data/Repositorio.cs#L31
Possible null reference return.
|