The UI + various other fixes and reworks #31
Annotations
11 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/MauiProgram.cs#L109
Dereference of a possibly null reference.
|
Publish ShockOSC Windows:
ShockOsc/MauiProgram.cs#L109
Dereference of a possibly null reference.
|
Publish ShockOSC Windows:
ShockOsc/Platforms/Windows/WindowsTrayService.cs#L17
Non-nullable field '_stateLabel' 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.
|
Loading