Update dotnet-cd.yml #21
Annotations
6 warnings
Test Project:
src/UniversalDiveDataFormat/Models/Guide.cs#L10
Nullability of reference types in type of parameter 'value' of 'void Guide.Id.init' doesn't match implicitly implemented member 'void ILinkable.Id.init' (possibly because of nullability attributes).
|
Test Project:
src/UniversalDiveDataFormat/Models/Camera.cs#L9
Nullability of reference types in type of parameter 'value' of 'void Camera.Id.init' doesn't match implicitly implemented member 'void ILinkable.Id.init' (possibly because of nullability attributes).
|
Test Project:
src/UniversalDiveDataFormat/Models/SetDiveComputerPartialPressureOfO2Alarm.cs#L9
Non-nullable property 'DiveComputerAlarm' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Test Project:
src/UniversalDiveDataFormat/Models/SetDiveComputerDiveSiteData.cs#L9
Non-nullable property 'DiveSiteId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Test Project:
src/UniversalDiveDataFormat/Models/SetDiveComputerAlarmTime.cs#L12
Non-nullable property 'DiveComputerAlarm' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Test Project:
src/UniversalDiveDataFormat/Models/Guide.cs#L10
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|