Heres a unfinished lua thing im not going to finish so if anyone want… #314
Annotations
10 errors
|
CI/CD:
src/modApi/Patch.cs#L20
Non-nullable field 'patches' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
CI/CD:
src/modApi/Patch.cs#L187
Possible null reference argument for parameter '__instance' in 'bool Patch.Prefix(MethodBase __originalMethod, ref object __result, object[] __args, object __instance)'.
|
|
CI/CD:
src/modApi/Patch.cs#L187
Possible null reference assignment.
|
|
CI/CD:
src/modApi/Patch.cs#L175
Dereference of a possibly null reference.
|
|
CI/CD:
src/modApi/Patch.cs#L165
Dereference of a possibly null reference.
|
|
CI/CD:
src/modApi/Patch.cs#L117
Possible null reference assignment.
|
|
CI/CD:
src/modApi/Patch.cs#L98
Dereference of a possibly null reference.
|
|
CI/CD:
src/modApi/Patch.cs#L83
Argument of type '(Closure? hook, Script script)' cannot be used for parameter 'item' of type '(Closure hook, Script script)' in 'void List<(Closure hook, Script script)>.Add((Closure hook, Script script) item)' due to differences in the nullability of reference types.
|
|
CI/CD:
src/modApi/Patch.cs#L74
Dereference of a possibly null reference.
|
|
CI/CD:
src/modApi/Patch.cs#L71
Possible null reference argument for parameter 'key' in 'bool Dictionary<MethodBase, PatchTuple>.TryGetValue(MethodBase key, out PatchTuple value)'.
|