Skip to content

Merge pull request #5 from seanet7or/seanet7or-patch-1 #5

Merge pull request #5 from seanet7or/seanet7or-patch-1

Merge pull request #5 from seanet7or/seanet7or-patch-1 #5

Triggered via push October 12, 2023 18:08
Status Success
Total duration 9m 2s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: utils/Logging/Log.cs#L22
Cannot convert null literal to non-nullable reference type.
build: utils/Logging/Log.cs#L36
Non-nullable field 'logFileStream' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: utils/Logging/Log.cs#L38
Non-nullable field 'instance' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: upnp/Devices/Icon.cs#L52
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build: upnp/Devices/Icon.cs#L34
Nullability of reference types in type of parameter 'other' of 'int Icon.CompareTo(Icon other)' doesn't match implicitly implemented member 'int IComparable<Icon>.CompareTo(Icon? other)' (possibly because of nullability attributes).
build: upnp/Services/ContentDirectory/UpnpResource.cs#L51
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build: upnp/Services/ContentDirectory/UpnpResource.cs#L33
Nullability of reference types in type of parameter 'other' of 'int UpnpResource.CompareTo(UpnpResource other)' doesn't match implicitly implemented member 'int IComparable<UpnpResource>.CompareTo(UpnpResource? other)' (possibly because of nullability attributes).
build: upnp/SpecVersion.cs#L20
Non-nullable field 'major' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: upnp/SpecVersion.cs#L20
Non-nullable field 'minor' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: upnp/Devices/UpnpDeviceDescription.cs#L26
Non-nullable property 'SpecVersion' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.