Merge pull request #1744 from WolvenKit/refactor/project-explorer #23
Annotations
10 warnings
Build:
WolvenKit.RED4/Types/Primitives/CArrayBase.cs#L167
Nullability of reference types in type of parameter 'item' of 'int CArrayBase<T>.Add(object item)' doesn't match implicitly implemented member 'int IList.Add(object? value)' (possibly because of nullability attributes).
|
Build:
WolvenKit.RED4/Types/Primitives/CArrayBase.cs#L225
Nullability of reference types in type of parameter 'value' of 'bool CArrayBase<T>.Contains(object value)' doesn't match implicitly implemented member 'bool IList.Contains(object? value)' (possibly because of nullability attributes).
|
Build:
WolvenKit.RED4/Types/Primitives/CArrayBase.cs#L227
Nullability of reference types in type of parameter 'value' of 'int CArrayBase<T>.IndexOf(object value)' doesn't match implicitly implemented member 'int IList.IndexOf(object? value)' (possibly because of nullability attributes).
|
Build:
WolvenKit.RED4/Types/Primitives/CArrayBase.cs#L229
Nullability of reference types in type of parameter 'value' of 'void CArrayBase<T>.Insert(int index, object value)' doesn't match implicitly implemented member 'void IList.Insert(int index, object? value)' (possibly because of nullability attributes).
|
Build:
WolvenKit.RED4/Types/Classes/forklift.cs#L5
The type name 'forklift' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
Build:
WolvenKit.RED4/Types/ClassesExt/Properties/inkWidget/inkButtonController.cs#L6
'inkButtonController.ShouldUpdateScrollController' hides inherited member 'inkDiscreteNavigationController.ShouldUpdateScrollController'. Use the new keyword if hiding was intended.
|
Build:
WolvenKit.RED4/Types/ClassesExt/Properties/inkWidget/inkButtonController.cs#L13
'inkButtonController.IsNavigalbe' hides inherited member 'inkDiscreteNavigationController.IsNavigalbe'. Use the new keyword if hiding was intended.
|
Build:
WolvenKit.RED4/Types/ClassesExt/Properties/characterCreationNavigationBtn.cs#L6
'characterCreationNavigationBtn.SupportsHoldInput' hides inherited member 'inkDiscreteNavigationController.SupportsHoldInput'. Use the new keyword if hiding was intended.
|
Build:
WolvenKit.RED4/Types/ClassesExt/CustomData/worldCompiledEffectInfo.cs#L11
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
|
Build:
WolvenKit.RED4/Types/Classes/worldPrefabNode.cs#L129
'worldPrefabNode.ProxyScale' hides inherited member 'worldNode.ProxyScale'. Use the new keyword if hiding was intended.
|
Loading