MiraAPI 0.3.9 #82
+93
−5
Merged
MiraAPI 0.3.9 #82
Annotations
11 warnings
|
Complete job
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4, cake-build/cake-action@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Run the Cake script:
MiraAPI/GameOptions/AbstractOptionGroup.cs#L96
Missing XML comment for publicly visible type or member 'MenuCategory.Roles'
|
|
Run the Cake script:
MiraAPI/GameOptions/AbstractOptionGroup.cs#L95
Missing XML comment for publicly visible type or member 'MenuCategory.Game'
|
|
Run the Cake script:
MiraAPI/GameOptions/AbstractOptionGroup.cs#L93
Missing XML comment for publicly visible type or member 'MenuCategory'
|
|
Run the Cake script:
MiraAPI/Patches/LocalSettings/OptionsMenuPatches.cs#L18
Non-nullable field 'MaskCollider' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Run the Cake script:
MiraAPI/Utilities/Extensions.cs#L100
Dereference of a possibly null reference.
|
|
Run the Cake script:
MiraAPI/LocalSettings/Attributes/LocalSettingAttribute.cs#L14
Parameter 'description' is unread.
|
|
Run the Cake script:
MiraAPI/LocalSettings/Attributes/LocalSettingAttribute.cs#L13
Parameter 'name' is unread.
|
|
Run the Cake script:
MiraAPI/Keybinds/BaseKeybind.cs#L70
Possible null reference assignment.
|
|
Run the Cake script:
MiraAPI/Keybinds/BaseKeybind.cs#L41
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Run the Cake script:
MiraAPI/GameOptions/MiraNumberOptionComponent.cs#L19
Non-nullable property 'NumberOption' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading