Migration electron sharp #1853
Annotations
10 warnings
Build test project:
H5pPlayer/H5pPlayer/BusinessLogic/UseCases/StartH5pPlayer/StartH5pPlayerUC.cs#L50
Dereference of a possibly null reference.
|
Build test project:
H5pPlayer/H5pPlayer/BusinessLogic/UseCases/StartH5pPlayer/StartH5pPlayerUC.cs#L58
Dereference of a possibly null reference.
|
Build test project:
H5pPlayer/H5pPlayer/BusinessLogic/UseCases/StartH5pPlayer/StartH5pPlayerUC.cs#L92
Dereference of a possibly null reference.
|
Build test project:
H5pPlayer/H5pPlayer/BusinessLogic/UseCases/StartH5pPlayer/StartH5pPlayerUC.cs#L97
Dereference of a possibly null reference.
|
Build test project:
H5pPlayer/H5pPlayer/BusinessLogic/UseCases/StartH5pPlayer/StartH5pPlayerUC.cs#L107
Dereference of a possibly null reference.
|
Build test project:
H5pPlayer/H5pPlayer/Presentation/View/H5pPlayerView.razor#L62
Possible null reference argument for parameter 'h5pSourcePath' in 'Task H5pPlayerController.StartH5pPlayer(string h5pSourcePath, string unzippedH5psPath)'.
|
Build test project:
H5pPlayer/H5pPlayer/Presentation/View/H5pPlayerView.razor#L62
Possible null reference argument for parameter 'unzippedH5psPath' in 'Task H5pPlayerController.StartH5pPlayer(string h5pSourcePath, string unzippedH5psPath)'.
|
Build test project:
H5pPlayer/H5pPlayer/Presentation/PresentationLogic/InvalidPathErrorViewModel.cs#L6
Non-nullable field '_errorTextForInvalidPath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build test project:
H5pPlayer/H5pPlayer/Presentation/PresentationLogic/InvalidPathErrorViewModel.cs#L6
Non-nullable field '_invalidPath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build test project:
H5pPlayer/H5pPlayer/BusinessLogic/Api/JavaScript/CallJavaScriptAdapter.cs#L36
Possible null reference argument for parameter 'jsRuntime' in 'ValueTask JSRuntimeExtensions.InvokeVoidAsync(IJSRuntime jsRuntime, string identifier, params object?[]? args)'.
|
Loading