Skip to content

fixed missing JS functions in Article Editor #4

fixed missing JS functions in Article Editor

fixed missing JS functions in Article Editor #4

Triggered via push April 29, 2024 10:46
Status Success
Total duration 1m 3s
Artifacts

testing.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
test (8.0.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test (8.0.x): Wave/Components/Pages/ManageUsers.razor#L71
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test (8.0.x): Wave/Components/Pages/Partials/ArticleEditorPartial.razor#L238
Possible null reference argument for parameter 'source' in 'bool Enumerable.Contains<Guid>(IEnumerable<Guid> source, Guid value)'.
test (8.0.x): Wave/Components/Pages/Partials/ArticleEditorPartial.razor#L242
Dereference of a possibly null reference.