Skip to content

Feature: Nullability #673

Feature: Nullability

Feature: Nullability #673

Triggered via pull request July 22, 2024 05:40
Status Success
Total duration 2m 55s
Artifacts

publish-nuget.yml

on: pull_request
Matrix: Unit testing
Build and publish all packages to NuGet
0s
Build and publish all packages to NuGet
Fit to window
Zoom out
Zoom in

Annotations

100 warnings
Unit testing (macos-latest): src/NetSparkle/AppCastItem.cs#L391
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
Unit testing (macos-latest): src/NetSparkle/AppCastItem.cs#L374
Nullability of reference types in type of parameter 'other' of 'int AppCastItem.CompareTo(AppCastItem other)' doesn't match implicitly implemented member 'int IComparable<AppCastItem>.CompareTo(AppCastItem? other)' (possibly because of nullability attributes).
Unit testing (macos-latest): src/NetSparkle/AppCastItem.cs#L38
Cannot convert null literal to non-nullable reference type.
Unit testing (macos-latest): src/NetSparkle/AppCastItem.cs#L203
Possible null reference assignment.
Unit testing (macos-latest): src/NetSparkle/AppCastItem.cs#L204
Possible null reference assignment.
Unit testing (macos-latest): src/NetSparkle/AppCastItem.cs#L239
Dereference of a possibly null reference.
Unit testing (macos-latest): src/NetSparkle/AppCastItem.cs#L17
Non-nullable field '_semVerLikeCache' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Unit testing (macos-latest): src/NetSparkle/AppCastItem.cs#L18
Non-nullable field '_version' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Unit testing (macos-latest): src/NetSparkle/AppCastItem.cs#L23
Non-nullable property 'AppName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Unit testing (macos-latest): src/NetSparkle/AppCastItem.cs#L391
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
Unit testing (macos-latest): src/NetSparkle/AppCastItem.cs#L374
Nullability of reference types in type of parameter 'other' of 'int AppCastItem.CompareTo(AppCastItem other)' doesn't match implicitly implemented member 'int IComparable<AppCastItem>.CompareTo(AppCastItem? other)' (possibly because of nullability attributes).
Unit testing (macos-latest): src/NetSparkle/AppCastItem.cs#L38
Cannot convert null literal to non-nullable reference type.
Unit testing (macos-latest): src/NetSparkle/Configurations/RegistryConfiguration.cs#L145
Converting null literal or possible null value to non-nullable type.
Unit testing (macos-latest): src/NetSparkle/AppCastItem.cs#L203
Possible null reference assignment.
Unit testing (macos-latest): src/NetSparkle/AppCastItem.cs#L204
Possible null reference assignment.
Unit testing (macos-latest): src/NetSparkle/AppCastItem.cs#L239
Dereference of a possibly null reference.
Unit testing (macos-latest): src/NetSparkle/AppCastItem.cs#L17
Non-nullable field '_semVerLikeCache' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Unit testing (macos-latest): src/NetSparkle/AppCastItem.cs#L391
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
Unit testing (macos-latest): src/NetSparkle/AppCastItem.cs#L374
Nullability of reference types in type of parameter 'other' of 'int AppCastItem.CompareTo(AppCastItem other)' doesn't match implicitly implemented member 'int IComparable<AppCastItem>.CompareTo(AppCastItem? other)' (possibly because of nullability attributes).
Unit testing (macos-latest): src/NetSparkle/AppCastItem.cs#L38
Cannot convert null literal to non-nullable reference type.
Unit testing (macos-latest): src/NetSparkle/Configurations/RegistryConfiguration.cs#L145
Converting null literal or possible null value to non-nullable type.
Unit testing (macos-latest): src/NetSparkle/AppCastItem.cs#L203
Possible null reference assignment.
Unit testing (macos-latest): src/NetSparkle/AppCastItem.cs#L204
Possible null reference assignment.
Unit testing (macos-latest): src/NetSparkle/AppCastItem.cs#L239
Dereference of a possibly null reference.
Unit testing (macos-latest): src/NetSparkle/AppCastItem.cs#L17
Non-nullable field '_semVerLikeCache' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Unit testing (ubuntu-latest): src/NetSparkle/AppCastItem.cs#L391
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
Unit testing (ubuntu-latest): src/NetSparkle/AppCastItem.cs#L374
Nullability of reference types in type of parameter 'other' of 'int AppCastItem.CompareTo(AppCastItem other)' doesn't match implicitly implemented member 'int IComparable<AppCastItem>.CompareTo(AppCastItem? other)' (possibly because of nullability attributes).
Unit testing (ubuntu-latest): src/NetSparkle/AppCastItem.cs#L38
Cannot convert null literal to non-nullable reference type.
Unit testing (ubuntu-latest): src/NetSparkle/AppCastItem.cs#L203
Possible null reference assignment.
Unit testing (ubuntu-latest): src/NetSparkle/AppCastItem.cs#L204
Possible null reference assignment.
Unit testing (ubuntu-latest): src/NetSparkle/AppCastItem.cs#L239
Dereference of a possibly null reference.
Unit testing (ubuntu-latest): src/NetSparkle/AppCastItem.cs#L17
Non-nullable field '_semVerLikeCache' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Unit testing (ubuntu-latest): src/NetSparkle/AppCastItem.cs#L18
Non-nullable field '_version' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Unit testing (ubuntu-latest): src/NetSparkle/AppCastItem.cs#L23
Non-nullable property 'AppName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Unit testing (ubuntu-latest): src/NetSparkle/AppCastItem.cs#L27
Non-nullable property 'AppVersionInstalled' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Unit testing (ubuntu-latest): src/NetSparkle/AppCastItem.cs#L391
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
Unit testing (ubuntu-latest): src/NetSparkle/AppCastItem.cs#L374
Nullability of reference types in type of parameter 'other' of 'int AppCastItem.CompareTo(AppCastItem other)' doesn't match implicitly implemented member 'int IComparable<AppCastItem>.CompareTo(AppCastItem? other)' (possibly because of nullability attributes).
Unit testing (ubuntu-latest): src/NetSparkle/AppCastItem.cs#L38
Cannot convert null literal to non-nullable reference type.
Unit testing (ubuntu-latest): src/NetSparkle/AppCastItem.cs#L203
Possible null reference assignment.
Unit testing (ubuntu-latest): src/NetSparkle/AppCastItem.cs#L204
Possible null reference assignment.
Unit testing (ubuntu-latest): src/NetSparkle/AppCastItem.cs#L239
Dereference of a possibly null reference.
Unit testing (ubuntu-latest): src/NetSparkle/AppCastItem.cs#L17
Non-nullable field '_semVerLikeCache' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Unit testing (ubuntu-latest): src/NetSparkle/AppCastItem.cs#L18
Non-nullable field '_version' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Unit testing (ubuntu-latest): src/NetSparkle/AppCastItem.cs#L23
Non-nullable property 'AppName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Unit testing (ubuntu-latest): src/NetSparkle/AppCastItem.cs#L391
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
Unit testing (ubuntu-latest): src/NetSparkle/AppCastItem.cs#L374
Nullability of reference types in type of parameter 'other' of 'int AppCastItem.CompareTo(AppCastItem other)' doesn't match implicitly implemented member 'int IComparable<AppCastItem>.CompareTo(AppCastItem? other)' (possibly because of nullability attributes).
Unit testing (ubuntu-latest): src/NetSparkle/AppCastItem.cs#L38
Cannot convert null literal to non-nullable reference type.
Unit testing (ubuntu-latest): src/NetSparkle/Configurations/RegistryConfiguration.cs#L145
Converting null literal or possible null value to non-nullable type.
Unit testing (ubuntu-latest): src/NetSparkle/AppCastItem.cs#L203
Possible null reference assignment.
Unit testing (ubuntu-latest): src/NetSparkle/AppCastItem.cs#L204
Possible null reference assignment.
Unit testing (ubuntu-latest): src/NetSparkle/AppCastItem.cs#L239
Dereference of a possibly null reference.
Unit testing (ubuntu-latest): src/NetSparkle/AppCastItem.cs#L17
Non-nullable field '_semVerLikeCache' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Unit testing (windows-latest): src/NetSparkle/AppCastItem.cs#L38
Cannot convert null literal to non-nullable reference type.
Unit testing (windows-latest): src/NetSparkle/AppCastItem.cs#L203
Possible null reference assignment.
Unit testing (windows-latest): src/NetSparkle/AppCastItem.cs#L204
Possible null reference assignment.
Unit testing (windows-latest): src/NetSparkle/AppCastItem.cs#L239
Dereference of a possibly null reference.
Unit testing (windows-latest): src/NetSparkle/AppCastItem.cs#L17
Non-nullable field '_semVerLikeCache' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Unit testing (windows-latest): src/NetSparkle/AppCastItem.cs#L18
Non-nullable field '_version' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Unit testing (windows-latest): src/NetSparkle/AppCastItem.cs#L23
Non-nullable property 'AppName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Unit testing (windows-latest): src/NetSparkle/AppCastItem.cs#L27
Non-nullable property 'AppVersionInstalled' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Unit testing (windows-latest): src/NetSparkle/AppCastItem.cs#L31
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Unit testing (windows-latest): src/NetSparkle/AppCastItem.cs#L57
Non-nullable property 'ShortVersion' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Unit testing (windows-latest): src/NetSparkle/AppCastItem.cs#L391
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
Unit testing (windows-latest): src/NetSparkle/AppCastItem.cs#L374
Nullability of reference types in type of parameter 'other' of 'int AppCastItem.CompareTo(AppCastItem other)' doesn't match implicitly implemented member 'int IComparable<AppCastItem>.CompareTo(AppCastItem? other)' (possibly because of nullability attributes).
Unit testing (windows-latest): src/NetSparkle/AppCastItem.cs#L38
Cannot convert null literal to non-nullable reference type.
Unit testing (windows-latest): src/NetSparkle/AppCastItem.cs#L203
Possible null reference assignment.
Unit testing (windows-latest): src/NetSparkle/AppCastItem.cs#L204
Possible null reference assignment.
Unit testing (windows-latest): src/NetSparkle/AppCastItem.cs#L239
Dereference of a possibly null reference.
Unit testing (windows-latest): src/NetSparkle/AppCastItem.cs#L17
Non-nullable field '_semVerLikeCache' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Unit testing (windows-latest): src/NetSparkle/AppCastItem.cs#L18
Non-nullable field '_version' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Unit testing (windows-latest): src/NetSparkle/AppCastItem.cs#L23
Non-nullable property 'AppName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Unit testing (windows-latest): src/NetSparkle/AppCastItem.cs#L391
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
Unit testing (windows-latest): src/NetSparkle/AppCastItem.cs#L374
Nullability of reference types in type of parameter 'other' of 'int AppCastItem.CompareTo(AppCastItem other)' doesn't match implicitly implemented member 'int IComparable<AppCastItem>.CompareTo(AppCastItem? other)' (possibly because of nullability attributes).
Unit testing (windows-latest): src/NetSparkle/AppCastItem.cs#L38
Cannot convert null literal to non-nullable reference type.
Unit testing (windows-latest): src/NetSparkle/AppCastItem.cs#L203
Possible null reference assignment.
Unit testing (windows-latest): src/NetSparkle/AppCastItem.cs#L204
Possible null reference assignment.
Unit testing (windows-latest): src/NetSparkle/AppCastItem.cs#L239
Dereference of a possibly null reference.
Unit testing (windows-latest): src/NetSparkle/AppCastItem.cs#L17
Non-nullable field '_semVerLikeCache' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Unit testing (windows-latest): src/NetSparkle/AppCastItem.cs#L18
Non-nullable field '_version' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Unit testing (windows-latest): src/NetSparkle/AppCastItem.cs#L23
Non-nullable property 'AppName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Unit testing (windows-latest): src/NetSparkle/AppCastItem.cs#L391
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
Unit testing (windows-latest): src/NetSparkle/AppCastItem.cs#L374
Nullability of reference types in type of parameter 'other' of 'int AppCastItem.CompareTo(AppCastItem other)' doesn't match implicitly implemented member 'int IComparable<AppCastItem>.CompareTo(AppCastItem? other)' (possibly because of nullability attributes).
Unit testing (windows-latest): src/NetSparkle/AppCastItem.cs#L38
Cannot convert null literal to non-nullable reference type.
Unit testing (windows-latest): src/NetSparkle/AppCastItem.cs#L203
Possible null reference assignment.
Unit testing (windows-latest): src/NetSparkle/AppCastItem.cs#L204
Possible null reference assignment.
Unit testing (windows-latest): src/NetSparkle/AppCastItem.cs#L239
Dereference of a possibly null reference.
Unit testing (windows-latest): src/NetSparkle/AppCastItem.cs#L17
Non-nullable field '_semVerLikeCache' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Unit testing (windows-latest): src/NetSparkle/AppCastItem.cs#L18
Non-nullable field '_version' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Unit testing (windows-latest): src/NetSparkle/AppCastItem.cs#L23
Non-nullable property 'AppName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Unit testing (windows-latest): src/NetSparkle/AppCastItem.cs#L27
Non-nullable property 'AppVersionInstalled' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.