The UI + various other fixes and reworks #37
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/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/MauiProgram.cs#L137
Dereference of a possibly null reference.
|
Publish ShockOSC Windows:
ShockOsc/MauiProgram.cs#L137
Dereference of a possibly null reference.
|
Publish ShockOSC Windows:
ShockOsc/OscQueryLibrary/OscQueryModels.cs#L12
Non-nullable property 'input' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Publish ShockOSC Windows:
ShockOsc/OscQueryLibrary/OscQueryModels.cs#L13
Non-nullable property 'tracking' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Publish ShockOSC Windows:
ShockOsc/OscQueryLibrary/OscQueryModels.cs#L14
Non-nullable property 'chatbox' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Publish ShockOSC Windows:
ShockOsc/OscQueryLibrary/OscQueryModels.cs#L20
Non-nullable property 'FULL_PATH' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Publish ShockOSC Windows:
ShockOsc/OscQueryLibrary/OscQueryModels.cs#L22
Non-nullable property 'CONTENTS' 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.
|
Loading