Skip to content

Migrating to dotnet 8 and Blazor Web Apps #9

Migrating to dotnet 8 and Blazor Web Apps

Migrating to dotnet 8 and Blazor Web Apps #9

Triggered via pull request April 20, 2024 15:30
@V1ck3sV1ck3s
synchronize #16
dotnet8
Status Success
Total duration 39s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: Shared/MainLayout.razor#L7
Found markup element with unexpected name 'Authorized'. If this is intended to be a component, add a @using directive for its namespace.
build: _Imports.razor#L14
The using directive for 'Microsoft.AspNetCore.Components.Authorization' appeared previously in this namespace
build: _Imports.razor#L15
The using directive for 'Microsoft.AspNetCore.Authorization' appeared previously in this namespace
build: Core/Services/Notifications/NotificationManager.cs#L7
Non-nullable event 'OnNewNotification' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
build: Core/Services/Notifications/NotificationManager.cs#L7
Non-nullable event 'OnNotificationRead' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
build: Shared/GlobalValuesManager.cs#L5
Non-nullable field 'OnThemeChanged' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: Shared/RedirectToLogin.razor#L6
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.
build: Core/Services/Notifications/NotificationManager.cs#L33
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.
build: Core/Model/Notification.cs#L6
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Core/Model/Notification.cs#L7
Non-nullable property 'Content' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.