CI implementation #4
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 Release:
TekaTeka/Plugin.cs#L19
Cannot convert null literal to non-nullable reference type.
|
Build Release:
TekaTeka/Plugin.cs#L22
Non-nullable field 'ConfigEnabled' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build Release:
TekaTeka/Plugin.cs#L18
Non-nullable field 'Instance' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build Release:
TekaTeka/Plugin.cs#L20
Non-nullable field 'Log' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build Release:
TekaTeka/Plugin.cs#L14
Class Plugin has BepInPlugin attribute but does not inherit from BaseUnityPlugin
|
Build Release:
TekaTeka/Plugin.cs#L19
Cannot convert null literal to non-nullable reference type.
|
Build Release:
TekaTeka/Plugin.cs#L22
Non-nullable field 'ConfigEnabled' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build Release:
TekaTeka/Plugin.cs#L18
Non-nullable field 'Instance' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build Release:
TekaTeka/Plugin.cs#L20
Non-nullable field 'Log' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build Release:
TekaTeka/Plugin.cs#L14
Class Plugin has BepInPlugin attribute but does not inherit from BaseUnityPlugin
|
Loading