Updater refactor and update variable standard?! ayo? #22
Annotations
21 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Publish ShockOSC Windows:
ShockOsc/Backend/OpenShockApi.cs#L17
Non-nullable field '_client' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Publish ShockOSC Windows:
ShockOsc/Ui/Pages/Authentication/LoginPart.razor#L124
The switch expression does not handle some values of its input type (it is not exhaustive) involving an unnamed enum value. For example, the pattern '(OpenShock.ShockOsc.Ui.Pages.Authentication.LoginPart.BackendServer)3' is not covered.
|
Publish ShockOSC Windows:
ShockOsc/Ui/Pages/Authentication/LoginPart.razor#L124
Possible null reference assignment.
|
Publish ShockOSC Windows:
ShockOsc/Ui/Pages/Authentication/LoginPart.razor#L67
Non-nullable property 'ProceedAuthenticated' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Publish ShockOSC Windows:
ShockOsc/OscQueryLibrary/OscQueryModels.cs#L58
Non-nullable property 'NAME' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Publish ShockOSC Windows:
ShockOsc/OscQueryLibrary/OscQueryModels.cs#L59
Non-nullable property 'OSC_IP' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Publish ShockOSC Windows:
ShockOsc/OscQueryLibrary/OscQueryModels.cs#L61
Non-nullable property 'OSC_TRANSPORT' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Publish ShockOSC Windows:
ShockOsc/OscQueryLibrary/OscQueryModels.cs#L62
Non-nullable property 'EXTENSIONS' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Publish ShockOSC Windows:
ShockOsc/MauiProgram.cs#L108
Dereference of a possibly null reference.
|
Publish ShockOSC Windows:
ShockOsc/MauiProgram.cs#L108
Dereference of a possibly null reference.
|
Build:
ShockOsc/Backend/OpenShockApi.cs#L17
Non-nullable field '_client' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build:
ShockOsc/OscQueryLibrary/OscQueryModels.cs#L12
Non-nullable property 'input' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
ShockOsc/OscQueryLibrary/OscQueryModels.cs#L13
Non-nullable property 'tracking' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
ShockOsc/OscQueryLibrary/OscQueryModels.cs#L14
Non-nullable property 'chatbox' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
ShockOsc/OscQueryLibrary/OscQueryModels.cs#L58
Non-nullable property 'NAME' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
ShockOsc/OscQueryLibrary/OscQueryModels.cs#L59
Non-nullable property 'OSC_IP' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
ShockOsc/OscQueryLibrary/OscQueryModels.cs#L61
Non-nullable property 'OSC_TRANSPORT' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
ShockOsc/OscQueryLibrary/OscQueryModels.cs#L62
Non-nullable property 'EXTENSIONS' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
ShockOsc/OscQueryLibrary/OscQueryModels.cs#L49
Non-nullable property 'FULL_PATH' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
ShockOsc/OscQueryLibrary/OscQueryModels.cs#L41
Non-nullable property 'change' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Loading