feat: merge driftini's mobile code #74
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.
|