Skip to content

Always returns the model when an action is unknown #6

Always returns the model when an action is unknown

Always returns the model when an action is unknown #6

Triggered via push May 24, 2023 06:57
Status Success
Total duration 3m 25s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

gh-pages.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
deploy
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
deploy: src/BlazorMVU.Demo/Components/MvuFetchText.razor#L36
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
deploy: src/BlazorMVU.Demo/Shared/MvuResult.cs#L20
Possible null reference argument for parameter 'value' in 'MvuResult<T>.MvuResult(T value, Exception? error, bool isSuccess)'.
deploy: src/BlazorMVU.Demo/Shared/MvuComponent.cs#L7
Non-nullable property 'State' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.