Module manager installed, unkown, installable split #11
Annotations
10 warnings
Publish OpenShock Desktop Windows:
Desktop/Backend/BackendHubManager.cs#L54
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 OpenShock Desktop Windows:
Desktop/Ui/Pages/Dash/Tabs/ModuleManagerTab.razor#L35
Non-nullable field 'UnknownModules' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Publish OpenShock Desktop Windows:
Desktop/Ui/Pages/Dash/Tabs/ModuleManagerTab.razor#L36
Non-nullable field 'InstallableModules' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Publish OpenShock Desktop Windows:
Desktop/Ui/Pages/Dash/Tabs/ModuleManagerTab.razor#L37
Non-nullable field 'InstalledModules' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Publish OpenShock Desktop Windows:
Desktop/Ui/Pages/Dash/Components/ModuleManagerItem.razor#L30
Possible null reference argument for parameter 'version' in 'Task<OneOf<Success, Error, NotFound>> ModuleManager.DownloadModule(KeyValuePair<string, Module> modulePair, SemVersion version)'.
|
Publish OpenShock Desktop Windows:
Desktop/Backend/BackendHubManager.cs#L54
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 OpenShock Desktop Windows:
Desktop/Ui/Pages/Dash/Tabs/ModuleManagerTab.razor#L35
Non-nullable field 'UnknownModules' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Publish OpenShock Desktop Windows:
Desktop/Ui/Pages/Dash/Tabs/ModuleManagerTab.razor#L36
Non-nullable field 'InstallableModules' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Publish OpenShock Desktop Windows:
Desktop/Ui/Pages/Dash/Tabs/ModuleManagerTab.razor#L37
Non-nullable field 'InstalledModules' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Publish OpenShock Desktop Windows:
Desktop/Ui/Pages/Dash/Components/ModuleManagerItem.razor#L30
Possible null reference argument for parameter 'version' in 'Task<OneOf<Success, Error, NotFound>> ModuleManager.DownloadModule(KeyValuePair<string, Module> modulePair, SemVersion version)'.
|
Loading