Skip to content

feat: merge driftini's mobile code #74

feat: merge driftini's mobile code

feat: merge driftini's mobile code #74

Triggered via pull request August 27, 2025 19:20
Status Success
Total duration 36s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 warnings
build: PinkSea/Services/UserService.cs#L189
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: PinkSea/Xrpc/GetOekakiQueryHandler.cs#L21
Parameter 'userService' is unread.
build: PinkSea/Database/Models/UserModel.cs#L68
Non-nullable property 'Oekaki' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: PinkSea.AtProto/Xrpc/Client/DefaultXrpcClientFactory.cs#L32
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: PinkSea/Services/UserService.cs#L189
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: PinkSea/Xrpc/GetOekakiQueryHandler.cs#L21
Parameter 'userService' is unread.
build: PinkSea/Database/Models/UserModel.cs#L68
Non-nullable property 'Oekaki' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: PinkSea.AtProto/Xrpc/Client/DefaultXrpcClientFactory.cs#L32
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.