Merge pull request #17 from adainrivers/main #9
Annotations
1 error and 12 warnings
Push to NuGet
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build:
UnrealSharp/UnrealEngine.cs#L718
'Array<T>.Num' hides inherited member 'UEObject.Num'. Use the new keyword if hiding was intended.
|
Build:
UnrealSharp/UnrealEngine.cs#L728
'Array<T>.ArrayCache' hides inherited member 'UEObject.ArrayCache'. Use the new keyword if hiding was intended.
|
Build:
UnrealSharp/UnrealEngine.cs#L737
'Array<T>.this[int]' hides inherited member 'UEObject.this[int]'. Use the new keyword if hiding was intended.
|
Build:
UnrealSharp/Memory.cs#L32
Dereference of a possibly null reference.
|
Build:
UnrealSharp/Memory.cs#L48
Non-nullable property 'Process' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
UnrealSharp/UnrealEngine.cs#L846
Non-nullable field '_className' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build:
UnrealSharp/UnrealEngine.cs#L846
Non-nullable field 'Data' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build:
UnrealSharp/Memory.cs#L60
Possible null reference assignment.
|
Build:
UnrealSharp/Memory.cs#L57
Non-nullable property 'Process' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
UnrealSharp/UnrealEngine.cs#L877
Dereference of a possibly null reference.
|
Loading