Improvements to struct interop for DOTS #611
Annotations
10 warnings
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 Pass12CreateGenericNonBlittableTypes.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/Passes/Pass13FillTypedefs.cs#L45
Possible null reference argument for parameter 'typeRef' in 'ITypeDefOrRef AssemblyRewriteContext.RewriteTypeRef(ITypeDescriptor typeRef, GenericParameterContext context = default(GenericParameterContext), bool typeIsBoxed = false)'.
|
Build:
Il2CppInterop.Generator/Passes/Pass11ComputeTypeSpecifics.cs#L91
Dereference of a possibly null reference.
|
Build:
Il2CppInterop.Generator/Contexts/AssemblyRewriteContext.cs#L133
Dereference of a possibly null reference.
|
Loading