#305 upate vulnerability check yml merge to dev #40
Annotations
11 warnings
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
MiniSpace.Web/src/MiniSpace.Web/App.razor#L38
Found markup element with unexpected name 'MudDialogProvider'. If this is intended to be a component, add a @using directive for its namespace.
|
MiniSpace.Web/src/MiniSpace.Web/Pages/Account/Components/UpdateBannerImage.razor#L29
Found markup element with unexpected name 'MudSnackbar'. If this is intended to be a component, add a @using directive for its namespace.
|
MiniSpace.Web/src/MiniSpace.Web/Pages/Index.razor#L51
Found markup element with unexpected name 'FeatureCard'. If this is intended to be a component, add a @using directive for its namespace.
|
MiniSpace.Web/src/MiniSpace.Web/Pages/Index.razor#L54
Found markup element with unexpected name 'FeatureCard'. If this is intended to be a component, add a @using directive for its namespace.
|
MiniSpace.Web/src/MiniSpace.Web/Pages/Index.razor#L57
Found markup element with unexpected name 'FeatureCard'. If this is intended to be a component, add a @using directive for its namespace.
|
MiniSpace.Web/src/MiniSpace.Web/Pages/Index.razor#L73
Found markup element with unexpected name 'Style'. If this is intended to be a component, add a @using directive for its namespace.
|
MiniSpace.Web/src/MiniSpace.Web/DTO/ChangeProductImageModel.cs#L9
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
MiniSpace.Web/src/MiniSpace.Web/Pages/Events/Event.razor#L8
The using directive for 'MiniSpace.Web.DTO' appeared previously in this namespace
|
MiniSpace.Web/src/MiniSpace.Web/Shared/themes/MiniSpaceTheme.cs#L7
'Palette' is obsolete: 'This property will be abstract in a future update. Use PaletteLight, PaletteDark or your own implementation.'
|
MiniSpace.Web/src/MiniSpace.Web/Shared/NavMenu.razor#L40
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.
|
The logs for this run have expired and are no longer available.
Loading