The UI + various other fixes and reworks #3
Annotations
20 warnings
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#L105
Dereference of a possibly null reference.
|
Publish ShockOSC Windows:
ShockOsc/MauiProgram.cs#L105
Dereference of a possibly null reference.
|
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/OscQueryLibrary/OscQueryModels.cs#L49
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#L41
Non-nullable property 'change' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Publish ShockOSC Windows:
ShockOsc/OscQueryLibrary/OscQueryModels.cs#L34
Non-nullable property 'FULL_PATH' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
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/MauiProgram.cs#L105
Dereference of a possibly null reference.
|
Build:
ShockOsc/MauiProgram.cs#L105
Dereference of a possibly null reference.
|
Build:
ShockOsc/Ui/Pages/Authentication/Authenticate.razor#L116
The variable 'e' is declared but never used
|
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