Skip to content

merge in db model update #1107

merge in db model update

merge in db model update #1107

Triggered via push January 29, 2025 14:55
Status Failure
Total duration 58s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 11 warnings
build: Config/Configs/NotificationsConfig.cs#L1
The type or namespace name 'WebPush' could not be found (are you missing a using directive or an assembly reference?)
build: Config/Configs/NotificationsConfig.cs#L15
The type or namespace name 'VapidDetails' could not be found (are you missing a using directive or an assembly reference?)
build: Config/Configs/NotificationsConfig.cs#L8
The type or namespace name 'VapidDetails' could not be found (are you missing a using directive or an assembly reference?)
build: Config/Configs/NotificationsConfig.cs#L1
The type or namespace name 'WebPush' could not be found (are you missing a using directive or an assembly reference?)
build: Config/Configs/NotificationsConfig.cs#L15
The type or namespace name 'VapidDetails' could not be found (are you missing a using directive or an assembly reference?)
build: Config/Configs/NotificationsConfig.cs#L8
The type or namespace name 'VapidDetails' could not be found (are you missing a using directive or an assembly reference?)
build
Process completed with exit code 1.
build
No files were found with the provided path: **/test_results.trx. No artifacts will be uploaded.
build: Valour/Shared/Utilities/ConcurrentHashSet.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: Valour/Client/Components/Messages/Embeds/EmbedComponent.razor#L131
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: Valour/Client/Components/Messages/Embeds/EmbedComponent.razor#L155
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: Valour/Client/Components/Sidebar/MemberList/MemberListComponent.razor#L137
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: Valour/Client/Components/Menus/Modals/Planets/Edit/EditPlanetInvitesComponent.razor#L124
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: Valour/Client/Components/Users/UserInfoComponent.razor#L94
Field 'UserInfoComponent._animAvatarUrl' is never assigned to, and will always have its default value null
build: Valour/Client/Components/Menus/Modals/Channels/Edit/EditCLIPermissionsComponent.razor#L163
The field 'EditCLIPermissionsComponent._selfPrimaryRole' is never used
build: Valour/Client/Components/Menus/Modals/Users/Edit/SetupMfaModal.razor#L60
The field 'SetupMfaModal._page' is assigned but its value is never used
build: Valour/Client/Components/Windows/ChannelWindows/ChatWindowComponent.razor#L23
The field 'ChatWindowComponent._loading' is assigned but its value is never used
build: Valour/Client/Components/Messages/Embeds/EmbedComponent.razor#L215
Component parameter 'Row' should not be set outside of its component.