Skip to content

Link resolution

Link resolution #19

Triggered via pull request May 6, 2024 22:15
Status Success
Total duration 26s
Artifacts

dotnet-ci.yml

on: pull_request
Test Project
18s
Test Project
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
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/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/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.