Perform injections after wraps (safety issue), add more APIs to Lilik… #95
Annotations
13 warnings
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/
|
Lilikoi/Compiler/Public/LilikoiMutator.cs#L46
Cannot convert null literal to non-nullable reference type.
|
Lilikoi/Compiler/Public/LilikoiMutator.cs#L86
Cannot convert null literal to non-nullable reference type.
|
Lilikoi/Compiler/Public/LilikoiMutator.cs#L103
Cannot convert null literal to non-nullable reference type.
|
Lilikoi/Attributes/LkWrapAttribute.cs#L28
Possible null reference return.
|
Lilikoi/Attributes/LkTargetAttribute.cs#L22
Possible null reference return.
|
Lilikoi/Attributes/LkParameterAttribute.cs#L21
Possible null reference return.
|
Lilikoi/Attributes/LkInjectionAttribute.cs#L31
Possible null reference return.
|
Lilikoi/Attributes/Impostor/LkInjectionImpostor.cs#L19
Non-nullable property 'Impostor' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Lilikoi/Collection/TypeDictionary.cs#L52
Possible null reference assignment.
|
Lilikoi/Merge/Injection/MergedInjectionImpostor.cs#L33
Possible null reference return.
|
|
|
The logs for this run have expired and are no longer available.
Loading