Improvements to struct interop for DOTS #70
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build:
Il2CppInterop.StructGenerator/CodeGen/CodeGenProperty.cs#L32
Dereference of a possibly null reference.
|
Build:
Il2CppInterop.Common/Il2CppInteropUtils.cs#L8
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
Il2CppInterop.Common/XrefScans/XrefScanner.cs#L16
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
Il2CppInterop.Common/XrefScans/XrefScanUtil.cs#L11
The event 'XrefScanUtil.InitRuntimeUtils' is never used
|
Build:
Il2CppInterop.Generator/Contexts/TypeRewriteContext.cs#L63
Dereference of a possibly null reference.
|
Build:
Il2CppInterop.Generator/Contexts/TypeRewriteContext.cs#L63
Possible null reference argument for parameter 'originalName' in 'string Pass13CreateGenericNonBlittableTypes.GetUnboxedName(string originalName)'.
|
Build:
Il2CppInterop.Generator/Contexts/TypeRewriteContext.cs#L52
Non-nullable field 'genericParameterUsage' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
Il2CppInterop.Generator/Contexts/TypeRewriteContext.cs#L215
Dereference of a possibly null reference.
|
Build:
Il2CppInterop.Generator/Contexts/TypeRewriteContext.cs#L236
Dereference of a possibly null reference.
|
Build:
Il2CppInterop.Generator/Contexts/AssemblyRewriteContext.cs#L133
Dereference of a possibly null reference.
|
Loading