Skip to content

Update dotnet-cd.yml #21

Update dotnet-cd.yml

Update dotnet-cd.yml #21

Triggered via push May 6, 2024 22:18
Status Success
Total duration 33s
Artifacts

dotnet-ci.yml

on: push
Test Project
23s
Test Project
Fit to window
Zoom out
Zoom in

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.