feature(logger): add log rolling #152
Merged
Annotations
10 warnings
|
PCL.Neo.Core/Service/Game/GameLauncherService.cs#L188
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.
|
|
PCL.Neo.Core/Service/Accounts/OAuthService/OAuthData.cs#L69
Possible null reference return.
|
|
PCL.Neo.Core/Service/Accounts/OAuthService/OAuthData.cs#L164
Non-nullable property 'IdentityToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
PCL.Neo.Core/Service/Accounts/OAuthService/RedirectServer/ResponseHelper.cs#L20
Dereference of a possibly null reference.
|
|
PCL.Neo.Core/Service/Game/GameService.cs#L15
Parameter 'javaManager' is unread.
|
|
PCL.Neo.Core/Service/Accounts/Storage/YggdrasilAccount.cs#L8
Non-nullable field '_serverUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
PCL.Neo.Core/Utils/Result.cs#L15
Non-nullable field '_ok' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
PCL.Neo.Core/Utils/Result.cs#L18
Possible null reference assignment.
|
|
PCL.Neo.Core/Utils/Result.cs#L8
Non-nullable field '_error' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
PCL.Neo.Core/Utils/Result.cs#L12
Possible null reference assignment.
|
The logs for this run have expired and are no longer available.
Loading