Skip to content

Merge pull request #13 from V1ck3s/notifications-implement #6

Merge pull request #13 from V1ck3s/notifications-implement

Merge pull request #13 from V1ck3s/notifications-implement #6

Triggered via push January 16, 2024 22:12
Status Success
Total duration 44s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: Components/Specific/Notifications/AppBarNotifications.razor#L26
Found markup element with unexpected name 'MudBlazorLogo'. If this is intended to be a component, add a @using directive for its namespace.
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#L12
The using directive for 'Microsoft.AspNetCore.Components.Authorization' appeared previously in this namespace
build: _Imports.razor#L13
The using directive for 'Microsoft.AspNetCore.Authorization' appeared previously in this namespace
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: 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/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.