PackFile no longer has notify interface #21
Annotations
10 warnings
build-and-test:
Shared/SharedCore/Misc/JsonHelpers.cs#L13
Nullability of type of parameter 'existingValue' doesn't match overridden member (possibly because of nullability attributes).
|
build-and-test:
Shared/SharedCore/Misc/JsonHelpers.cs#L29
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
build-and-test:
Shared/SharedCore/Misc/MathUtil.cs#L144
Cannot convert null literal to non-nullable reference type.
|
build-and-test:
Shared/SharedCore/Misc/NotifyPropertyChangedImpl.cs#L29
Cannot convert null literal to non-nullable reference type.
|
build-and-test:
Shared/SharedCore/Misc/NotifyPropertyChangedImpl.cs#L54
Cannot convert null literal to non-nullable reference type.
|
build-and-test:
Shared/SharedCore/DevConfig/DevelopmentConfigurationManager.cs#L18
Non-nullable field '_activeConfig' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build-and-test:
Shared/SharedCore/ErrorHandling/ApplicationStateRecorder.cs#L7
Non-nullable field 's_applicationTimer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build-and-test:
Shared/SharedCore/Events/Global/OpenEditorCommand.cs#L32
Possible null reference argument for parameter 'packFile' in 'Window IEditorCreator.CreateWindow(PackFile packFile, EditorEnums? preferedEditor = null)'.
|
build-and-test:
Shared/SharedCore/Events/Global/OpenEditorCommand.cs#L41
Cannot convert null literal to non-nullable reference type.
|
build-and-test:
Shared/SharedCore/ByteParsing/ByteChunk.cs#L127
Possible null reference assignment.
|