The UI + various other fixes and reworks #60
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/Platforms/Windows/WindowsTrayService.cs#L19
Non-nullable field '_stateLabel' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Publish ShockOSC Windows:
ShockOsc/MauiProgram.cs#L45
Dereference of a possibly null reference.
|
Publish ShockOSC Windows:
ShockOsc/MauiProgram.cs#L45
Dereference of a possibly null reference.
|
Publish ShockOSC Windows:
ShockOsc/Ui/ErrorHandling/ExceptionView.razor#L35
Non-nullable property 'Exception' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Publish ShockOSC Windows:
ShockOsc/Ui/ErrorHandling/ContainerWithExceptionHandling.razor#L15
Non-nullable property 'Attributes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Publish ShockOSC Windows:
ShockOsc/Ui/ErrorHandling/ContainerWithExceptionHandling.razor#L17
Non-nullable property 'ChildContent' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Publish ShockOSC Windows:
ShockOsc/Ui/ErrorHandling/CodeBlock.razor#L37
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Publish ShockOSC Windows:
ShockOsc/Ui/Pages/Dash/Components/UpdateLogout.razor#L18
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Publish ShockOSC Windows:
ShockOsc/Ui/Pages/Dash/Components/UpdateDialog.razor#L9
Non-nullable property 'MudDialog' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Loading