Bug fixes #29
Annotations
10 warnings
Build the project:
Shared/SharedCore/DependencyInjection/ScopeRepository.cs#L74
Nullability in constraints for type parameter 'T' of method 'ScopeRepository.GetRequiredServiceRootScope<T>()' doesn't match the constraints for type parameter 'T' of interface method 'IScopeRepository.GetRequiredServiceRootScope<T>()'. Consider using an explicit interface implementation instead.
|
Build the project:
Shared/SharedCore/DependencyInjection/ScopeRepository.cs#L64
Nullability in constraints for type parameter 'T' of method 'ScopeRepository.GetRequiredService<T>(IEditorInterface)' doesn't match the constraints for type parameter 'T' of interface method 'IScopeRepository.GetRequiredService<T>(IEditorInterface)'. Consider using an explicit interface implementation instead.
|
Build the project:
Shared/SharedCore/Misc/JsonHelpers.cs#L13
Nullability of type of parameter 'existingValue' doesn't match overridden member (possibly because of nullability attributes).
|
Build the project:
Shared/SharedCore/Misc/JsonHelpers.cs#L29
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
Build the project:
Shared/SharedCore/Misc/MathUtil.cs#L144
Cannot convert null literal to non-nullable reference type.
|
Build the project:
Shared/SharedCore/Misc/NotifyPropertyChangedImpl.cs#L29
Cannot convert null literal to non-nullable reference type.
|
Build the project:
Shared/SharedCore/Misc/NotifyPropertyChangedImpl.cs#L54
Cannot convert null literal to non-nullable reference type.
|
Build the project:
Shared/SharedCore/Events/Global/OpenEditorCommand.cs#L32
Possible null reference argument for parameter 'packFile' in 'Window IEditorCreator.CreateWindow(PackFile packFile, EditorEnums? preferedEditor = null)'.
|
Build the project:
Shared/SharedCore/Events/Global/OpenEditorCommand.cs#L41
Cannot convert null literal to non-nullable reference type.
|
Build the project:
Shared/SharedCore/ByteParsing/ByteChunk.cs#L127
Possible null reference assignment.
|
Loading