imp - Enabled nullables; builds will FTBFS #643
Annotations
11 errors
|
Solution Compilation:
public/Nitrocid/Security/Privacy/Consents/ConsentedPermission.cs#L60
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
Solution Compilation:
public/Nitrocid/Security/Privacy/Consents/ConsentedPermission.cs#L64
Nullability of reference types in type of parameter 'other' of 'bool ConsentedPermission.Equals(ConsentedPermission other)' doesn't match implicitly implemented member 'bool IEquatable<ConsentedPermission>.Equals(ConsentedPermission? other)' (possibly because of nullability attributes).
|
Solution Compilation:
public/Nitrocid/Files/Editors/HexEdit/HexEditorBinding.cs#L71
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
Solution Compilation:
public/Nitrocid/Files/Editors/HexEdit/HexEditorBinding.cs#L75
Nullability of reference types in type of parameter 'other' of 'bool HexEditorBinding.Equals(HexEditorBinding other)' doesn't match implicitly implemented member 'bool IEquatable<HexEditorBinding>.Equals(HexEditorBinding? other)' (possibly because of nullability attributes).
|
Solution Compilation:
public/Nitrocid/Files/Editors/TextEdit/TextEditorBinding.cs#L71
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
Solution Compilation:
public/Nitrocid/Files/Editors/TextEdit/TextEditorBinding.cs#L75
Nullability of reference types in type of parameter 'other' of 'bool TextEditorBinding.Equals(TextEditorBinding other)' doesn't match implicitly implemented member 'bool IEquatable<TextEditorBinding>.Equals(TextEditorBinding? other)' (possibly because of nullability attributes).
|
Solution Compilation:
public/Nitrocid/ConsoleBase/Inputs/InputTools.cs#L126
Cannot convert null literal to non-nullable reference type.
|
Solution Compilation:
public/Nitrocid/Misc/Notifications/Notification.cs#L267
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
Solution Compilation:
public/Nitrocid/Misc/Notifications/Notification.cs#L275
Nullability of reference types in type of parameter 'other' of 'bool Notification.Equals(Notification other)' doesn't match implicitly implemented member 'bool IEquatable<Notification>.Equals(Notification? other)' (possibly because of nullability attributes).
|
Solution Compilation:
public/Nitrocid/ConsoleBase/Writers/TextFancyWriters.cs#L725
Cannot convert null literal to non-nullable reference type.
|
Loading