Skip to content

imp - Enabled nullables; builds will FTBFS #643

imp - Enabled nullables; builds will FTBFS

imp - Enabled nullables; builds will FTBFS #643

Triggered via push September 4, 2024 17:55
Status Failure
Total duration 1m 9s
Artifacts

build-rel.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

23 errors
build (macos-latest): public/Nitrocid/Network/NetworkTools.cs#L95
Cannot convert null literal to non-nullable reference type.
build (macos-latest): public/Nitrocid/Network/NetworkTools.cs#L109
Cannot convert null literal to non-nullable reference type.
build (macos-latest): public/Nitrocid/Network/NetworkTools.cs#L124
Cannot convert null literal to non-nullable reference type.
build (macos-latest): public/Nitrocid/Network/NetworkTools.cs#L138
Cannot convert null literal to non-nullable reference type.
build (macos-latest): public/Nitrocid/Security/Privacy/Consents/ConsentedPermission.cs#L60
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build (macos-latest): 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).
build (macos-latest): public/Nitrocid/Kernel/Configuration/Settings/SettingsAppTools.cs#L235
Cannot convert null literal to non-nullable reference type.
build (macos-latest): public/Nitrocid/Shell/ShellBase/Arguments/CommandArgumentPart.cs#L81
Cannot convert null literal to non-nullable reference type.
build (macos-latest): public/Nitrocid/Shell/ShellBase/Arguments/CommandArgumentPart.cs#L81
Cannot convert null literal to non-nullable reference type.
build (macos-latest): public/Nitrocid/Shell/ShellBase/Switches/SwitchInfo.cs#L109
Cannot convert null literal to non-nullable reference type.
build (windows-latest)
The job was canceled because "macos-latest" failed.
build (windows-latest)
The operation was canceled.
build (ubuntu-latest)
The job was canceled because "macos-latest" failed.
build (ubuntu-latest): public/Nitrocid/Security/Privacy/Consents/ConsentedPermission.cs#L60
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build (ubuntu-latest): 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).
build (ubuntu-latest): public/Nitrocid/Files/Editors/HexEdit/HexEditorBinding.cs#L71
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build (ubuntu-latest): 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).
build (ubuntu-latest): public/Nitrocid/Files/Editors/TextEdit/TextEditorBinding.cs#L71
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build (ubuntu-latest): 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).
build (ubuntu-latest): public/Nitrocid/ConsoleBase/Inputs/InputTools.cs#L126
Cannot convert null literal to non-nullable reference type.
build (ubuntu-latest): public/Nitrocid/Misc/Notifications/Notification.cs#L267
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build (ubuntu-latest): 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).
build (ubuntu-latest): public/Nitrocid/ConsoleBase/Writers/TextFancyWriters.cs#L725
Cannot convert null literal to non-nullable reference type.