feat: Upgrade target framework from NET Standard 2.0 to .NET 6.0 #68
Annotations
10 errors and 11 warnings
check-ci:
Parse.Tests/CurrentUserControllerTests.cs#L45
'Task<ParseUser>' does not contain a definition for 'Unwrap' and the best extension method overload 'TaskExtensions.Unwrap(Task<Task>)' requires a receiver of type 'System.Threading.Tasks.Task<System.Threading.Tasks.Task>'
|
check-ci:
Parse.Tests/CurrentUserControllerTests.cs#L95
'Task<bool>' does not contain a definition for 'Unwrap' and the best extension method overload 'TaskExtensions.Unwrap(Task<Task>)' requires a receiver of type 'System.Threading.Tasks.Task<System.Threading.Tasks.Task>'
|
check-ci:
Parse.Tests/CurrentUserControllerTests.cs#L102
'Task' does not contain a definition for 'Result' and no accessible extension method 'Result' accepting a first argument of type 'Task' could be found (are you missing a using directive or an assembly reference?)
|
check-ci:
Parse.Tests/CurrentUserControllerTests.cs#L108
'Task' does not contain a definition for 'Result' and no accessible extension method 'Result' accepting a first argument of type 'Task' could be found (are you missing a using directive or an assembly reference?)
|
check-ci:
Parse.Tests/CurrentUserControllerTests.cs#L110
'ParseCurrentUserController' does not contain a definition for 'ClearFromDisk' and no accessible extension method 'ClearFromDisk' accepting a first argument of type 'ParseCurrentUserController' could be found (are you missing a using directive or an assembly reference?)
|
check-ci:
Parse.Tests/CurrentUserControllerTests.cs#L114
'Task' does not contain a definition for 'Result' and no accessible extension method 'Result' accepting a first argument of type 'Task' could be found (are you missing a using directive or an assembly reference?)
|
check-ci:
Parse.Tests/CurrentUserControllerTests.cs#L140
Anonymous function converted to a void returning delegate cannot return a value
|
check-ci:
Parse.Tests/CurrentUserControllerTests.cs#L146
'ParseCurrentUserController' does not contain a definition for 'ClearFromDisk' and no accessible extension method 'ClearFromDisk' accepting a first argument of type 'ParseCurrentUserController' could be found (are you missing a using directive or an assembly reference?)
|
check-ci:
Parse.Tests/CurrentUserControllerTests.cs#L177
Anonymous function converted to a void returning delegate cannot return a value
|
check-ci:
Parse.Tests/CurrentUserControllerTests.cs#L170
'Task' does not contain a definition for 'Result' and no accessible extension method 'Result' accepting a first argument of type 'Task' could be found (are you missing a using directive or an assembly reference?)
|
check-ci
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
|
check-ci:
Parse/Infrastructure/Utilities/JsonUtilities.cs#L376
XML comment has badly formed XML -- 'End tag 'summary' does not match the start tag 'pre'.'
|
check-ci:
Parse/Infrastructure/Utilities/JsonUtilities.cs#L377
XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.'
|
check-ci:
Parse/Platform/Users/ParseCurrentUserController.cs#L36
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
check-ci:
Parse/Platform/Users/ParseCurrentUserController.cs#L49
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
check-ci:
Parse/Platform/Users/ParseCurrentUserController.cs#L85
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
check-ci:
Parse/Platform/Users/ParseCurrentUserController.cs#L131
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
check-ci:
Parse/Platform/Users/ParseCurrentUserController.cs#L27
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
check-ci:
Parse/Infrastructure/Utilities/TaskQueue.cs#L16
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
check-ci:
Parse/Infrastructure/CacheController.cs#L283
Possible mistaken empty statement
|
check-ci:
Parse/Platform/Installations/ParseInstallation.cs#L193
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.
|