Added CICI #13
Annotations
4 warnings
Run tests:
src/UniversalDiveDataFormat/Models/Guide.cs#L9
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Run tests:
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.
|
Run tests:
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.
|
Run tests:
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.
|
Loading