Feature: Nullability #674
Annotations
30 warnings
src/NetSparkle/AppCastItem.cs#L391
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
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).
|
src/NetSparkle/Downloaders/WebRequestAppCastDataDownloader.cs#L131
Dereference of a possibly null reference.
|
src/NetSparkle/Configurations/RegistryConfiguration.cs#L145
Converting null literal or possible null value to non-nullable type.
|
src/NetSparkle/AssemblyAccessors/AssemblyReflectionAccessor.cs#L69
Dereference of a possibly null reference.
|
src/NetSparkle/AppCastItem.cs#L38
Cannot convert null literal to non-nullable reference type.
|
src/NetSparkle/AppCastItem.cs#L203
Possible null reference assignment.
|
src/NetSparkle/AppCastItem.cs#L204
Possible null reference assignment.
|
src/NetSparkle/AppCastItem.cs#L239
Dereference of a possibly null reference.
|
src/NetSparkle/AppCastItem.cs#L17
Non-nullable field '_semVerLikeCache' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
src/NetSparkle/AppCastItem.cs#L391
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
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).
|
src/NetSparkle/AppCastItem.cs#L38
Cannot convert null literal to non-nullable reference type.
|
src/NetSparkle/AssemblyAccessors/AssemblyReflectionAccessor.cs#L69
Dereference of a possibly null reference.
|
src/NetSparkle/Downloaders/WebRequestAppCastDataDownloader.cs#L131
Dereference of a possibly null reference.
|
src/NetSparkle/Configurations/RegistryConfiguration.cs#L145
Converting null literal or possible null value to non-nullable type.
|
src/NetSparkle/AppCastItem.cs#L203
Possible null reference assignment.
|
src/NetSparkle/AppCastItem.cs#L204
Possible null reference assignment.
|
src/NetSparkle/AppCastItem.cs#L239
Dereference of a possibly null reference.
|
src/NetSparkle/AppCastItem.cs#L17
Non-nullable field '_semVerLikeCache' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
src/NetSparkle/AppCastItem.cs#L391
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
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).
|
src/NetSparkle/AppCastItem.cs#L38
Cannot convert null literal to non-nullable reference type.
|
src/NetSparkle/AssemblyAccessors/AssemblyReflectionAccessor.cs#L69
Dereference of a possibly null reference.
|
src/NetSparkle/AppCastItem.cs#L203
Possible null reference assignment.
|
src/NetSparkle/AppCastItem.cs#L204
Possible null reference assignment.
|
src/NetSparkle/AppCastItem.cs#L239
Dereference of a possibly null reference.
|
src/NetSparkle/Configurations/RegistryConfiguration.cs#L145
Converting null literal or possible null value to non-nullable type.
|
src/NetSparkle/Downloaders/WebRequestAppCastDataDownloader.cs#L131
Dereference of a possibly null reference.
|
src/NetSparkle/AppCastItem.cs#L17
Non-nullable field '_semVerLikeCache' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
This job succeeded
Loading