Skip to content

feat: Missing Methods and Implementations after v4.0. #129

feat: Missing Methods and Implementations after v4.0.

feat: Missing Methods and Implementations after v4.0. #129

Triggered via pull request December 23, 2024 10:44
Status Failure
Total duration 5m 20s
Artifacts

ci.yml

on: pull_request
Matrix: check-dotnet
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 80 warnings
.NET 6.0
Process completed with exit code 1.
.NET 9.0
Process completed with exit code 1.
.NET 7.0
Process completed with exit code 1.
.NET 8.0
Process completed with exit code 1.
.NET 6.0: Parse/Infrastructure/Data/ParseDataEncoder.cs#L117
XML comment has badly formed XML -- 'End tag was not expected at this location.'
.NET 6.0: Parse/Platform/Installations/ParseInstallation.cs#L99
XML comment has badly formed XML -- 'End tag was not expected at this location.'
.NET 6.0: Parse/Platform/Users/ParseCurrentUserController.cs#L28
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
.NET 6.0: Parse/Infrastructure/Utilities/TaskQueue.cs#L16
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
.NET 6.0: Parse/Platform/Users/ParseUser.cs#L31
The variable 'ex' is declared but never used
.NET 6.0: Parse/Platform/Users/ParseUser.cs#L113
The variable 'ex' is declared but never used
.NET 6.0: Parse/Platform/Installations/ParseInstallation.cs#L170
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.
.NET 6.0: Parse/Platform/Cloud/ParseCloudCodeController.cs#L37
'Uri.EscapeUriString(string)' is obsolete: 'Uri.EscapeUriString can corrupt the Uri string in some cases. Consider using Uri.EscapeDataString for query string components.' (https://aka.ms/dotnet-warnings/SYSLIB0013)
.NET 6.0: Parse/Platform/Users/ParseCurrentUserController.cs#L95
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
.NET 6.0: Parse/Abstractions/Infrastructure/Control/IParseFieldOperation.cs#L11
XML comment is not placed on a valid language element
.NET 6.0: Parse/Infrastructure/Data/ParseDataEncoder.cs#L117
XML comment has badly formed XML -- 'End tag was not expected at this location.'
.NET 6.0: Parse/Platform/Installations/ParseInstallation.cs#L99
XML comment has badly formed XML -- 'End tag was not expected at this location.'
.NET 6.0: Parse/Infrastructure/Utilities/TaskQueue.cs#L16
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
.NET 6.0: Parse/Platform/Users/ParseCurrentUserController.cs#L28
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
.NET 6.0: Parse/Platform/Cloud/ParseCloudCodeController.cs#L37
'Uri.EscapeUriString(string)' is obsolete: 'Uri.EscapeUriString can corrupt the Uri string in some cases. Consider using Uri.EscapeDataString for query string components.' (https://aka.ms/dotnet-warnings/SYSLIB0013)
.NET 6.0: Parse/Platform/Users/ParseCurrentUserController.cs#L95
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
.NET 6.0: Parse/Platform/Installations/ParseInstallation.cs#L170
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.
.NET 6.0: Parse/Platform/Users/ParseUser.cs#L31
The variable 'ex' is declared but never used
.NET 6.0: Parse/Platform/Users/ParseUser.cs#L113
The variable 'ex' is declared but never used
.NET 6.0: Parse/Abstractions/Infrastructure/Control/IParseFieldOperation.cs#L11
XML comment is not placed on a valid language element
.NET 9.0: Parse/Infrastructure/Data/ParseDataEncoder.cs#L117
XML comment has badly formed XML -- 'End tag was not expected at this location.'
.NET 9.0: Parse/Platform/Installations/ParseInstallation.cs#L99
XML comment has badly formed XML -- 'End tag was not expected at this location.'
.NET 9.0: Parse/Infrastructure/Utilities/TaskQueue.cs#L16
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
.NET 9.0: Parse/Platform/Users/ParseCurrentUserController.cs#L28
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
.NET 9.0: Parse/Platform/Users/ParseCurrentUserController.cs#L95
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
.NET 9.0: Parse/Platform/Cloud/ParseCloudCodeController.cs#L37
'Uri.EscapeUriString(string)' is obsolete: 'Uri.EscapeUriString can corrupt the Uri string in some cases. Consider using Uri.EscapeDataString for query string components.' (https://aka.ms/dotnet-warnings/SYSLIB0013)
.NET 9.0: Parse/Platform/Users/ParseUser.cs#L31
The variable 'ex' is declared but never used
.NET 9.0: Parse/Platform/Users/ParseUser.cs#L113
The variable 'ex' is declared but never used
.NET 9.0: Parse/Platform/Installations/ParseInstallation.cs#L170
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.
.NET 9.0: Parse/Abstractions/Infrastructure/Control/IParseFieldOperation.cs#L11
XML comment is not placed on a valid language element
.NET 9.0: Parse/Infrastructure/Data/ParseDataEncoder.cs#L117
XML comment has badly formed XML -- 'End tag was not expected at this location.'
.NET 9.0: Parse/Platform/Installations/ParseInstallation.cs#L99
XML comment has badly formed XML -- 'End tag was not expected at this location.'
.NET 9.0: Parse/Infrastructure/Utilities/TaskQueue.cs#L16
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
.NET 9.0: Parse/Platform/Users/ParseCurrentUserController.cs#L28
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
.NET 9.0: Parse/Platform/Users/ParseCurrentUserController.cs#L95
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
.NET 9.0: Parse/Platform/Cloud/ParseCloudCodeController.cs#L37
'Uri.EscapeUriString(string)' is obsolete: 'Uri.EscapeUriString can corrupt the Uri string in some cases. Consider using Uri.EscapeDataString for query string components.' (https://aka.ms/dotnet-warnings/SYSLIB0013)
.NET 9.0: Parse/Platform/Installations/ParseInstallation.cs#L170
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.
.NET 9.0: Parse/Platform/Users/ParseUser.cs#L31
The variable 'ex' is declared but never used
.NET 9.0: Parse/Platform/Users/ParseUser.cs#L113
The variable 'ex' is declared but never used
.NET 9.0: Parse/Abstractions/Infrastructure/Control/IParseFieldOperation.cs#L11
XML comment is not placed on a valid language element
.NET 7.0: Parse/Infrastructure/Data/ParseDataEncoder.cs#L117
XML comment has badly formed XML -- 'End tag was not expected at this location.'
.NET 7.0: Parse/Platform/Installations/ParseInstallation.cs#L99
XML comment has badly formed XML -- 'End tag was not expected at this location.'
.NET 7.0: Parse/Infrastructure/Utilities/TaskQueue.cs#L16
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
.NET 7.0: Parse/Platform/Users/ParseCurrentUserController.cs#L28
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
.NET 7.0: Parse/Platform/Users/ParseCurrentUserController.cs#L95
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
.NET 7.0: Parse/Platform/Cloud/ParseCloudCodeController.cs#L37
'Uri.EscapeUriString(string)' is obsolete: 'Uri.EscapeUriString can corrupt the Uri string in some cases. Consider using Uri.EscapeDataString for query string components.' (https://aka.ms/dotnet-warnings/SYSLIB0013)
.NET 7.0: Parse/Platform/Installations/ParseInstallation.cs#L170
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.
.NET 7.0: Parse/Platform/Users/ParseUser.cs#L31
The variable 'ex' is declared but never used
.NET 7.0: Parse/Platform/Users/ParseUser.cs#L113
The variable 'ex' is declared but never used
.NET 7.0: Parse/Abstractions/Infrastructure/Control/IParseFieldOperation.cs#L11
XML comment is not placed on a valid language element
.NET 7.0: Parse/Platform/Installations/ParseInstallation.cs#L99
XML comment has badly formed XML -- 'End tag was not expected at this location.'
.NET 7.0: Parse/Infrastructure/Data/ParseDataEncoder.cs#L117
XML comment has badly formed XML -- 'End tag was not expected at this location.'
.NET 7.0: Parse/Platform/Users/ParseCurrentUserController.cs#L28
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
.NET 7.0: Parse/Infrastructure/Utilities/TaskQueue.cs#L16
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
.NET 7.0: Parse/Platform/Cloud/ParseCloudCodeController.cs#L37
'Uri.EscapeUriString(string)' is obsolete: 'Uri.EscapeUriString can corrupt the Uri string in some cases. Consider using Uri.EscapeDataString for query string components.' (https://aka.ms/dotnet-warnings/SYSLIB0013)
.NET 7.0: Parse/Platform/Installations/ParseInstallation.cs#L170
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.
.NET 7.0: Parse/Platform/Users/ParseCurrentUserController.cs#L95
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
.NET 7.0: Parse/Platform/Users/ParseUser.cs#L31
The variable 'ex' is declared but never used
.NET 7.0: Parse/Platform/Users/ParseUser.cs#L113
The variable 'ex' is declared but never used
.NET 7.0: Parse/Abstractions/Infrastructure/Control/IParseFieldOperation.cs#L11
XML comment is not placed on a valid language element
.NET 8.0: Parse/Infrastructure/Data/ParseDataEncoder.cs#L117
XML comment has badly formed XML -- 'End tag was not expected at this location.'
.NET 8.0: Parse/Platform/Installations/ParseInstallation.cs#L99
XML comment has badly formed XML -- 'End tag was not expected at this location.'
.NET 8.0: Parse/Infrastructure/Utilities/TaskQueue.cs#L16
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
.NET 8.0: Parse/Platform/Users/ParseCurrentUserController.cs#L28
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
.NET 8.0: Parse/Platform/Users/ParseUser.cs#L31
The variable 'ex' is declared but never used
.NET 8.0: Parse/Platform/Cloud/ParseCloudCodeController.cs#L37
'Uri.EscapeUriString(string)' is obsolete: 'Uri.EscapeUriString can corrupt the Uri string in some cases. Consider using Uri.EscapeDataString for query string components.' (https://aka.ms/dotnet-warnings/SYSLIB0013)
.NET 8.0: Parse/Platform/Users/ParseUser.cs#L113
The variable 'ex' is declared but never used
.NET 8.0: Parse/Platform/Users/ParseCurrentUserController.cs#L95
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
.NET 8.0: Parse/Platform/Installations/ParseInstallation.cs#L170
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.
.NET 8.0: Parse/Abstractions/Infrastructure/Control/IParseFieldOperation.cs#L11
XML comment is not placed on a valid language element
.NET 8.0: Parse/Infrastructure/Data/ParseDataEncoder.cs#L117
XML comment has badly formed XML -- 'End tag was not expected at this location.'
.NET 8.0: Parse/Platform/Installations/ParseInstallation.cs#L99
XML comment has badly formed XML -- 'End tag was not expected at this location.'
.NET 8.0: Parse/Platform/Users/ParseCurrentUserController.cs#L28
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
.NET 8.0: Parse/Infrastructure/Utilities/TaskQueue.cs#L16
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
.NET 8.0: Parse/Platform/Users/ParseCurrentUserController.cs#L95
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
.NET 8.0: Parse/Platform/Cloud/ParseCloudCodeController.cs#L37
'Uri.EscapeUriString(string)' is obsolete: 'Uri.EscapeUriString can corrupt the Uri string in some cases. Consider using Uri.EscapeDataString for query string components.' (https://aka.ms/dotnet-warnings/SYSLIB0013)
.NET 8.0: Parse/Platform/Installations/ParseInstallation.cs#L170
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.
.NET 8.0: Parse/Platform/Users/ParseUser.cs#L31
The variable 'ex' is declared but never used
.NET 8.0: Parse/Platform/Users/ParseUser.cs#L113
The variable 'ex' is declared but never used
.NET 8.0: Parse/Abstractions/Infrastructure/Control/IParseFieldOperation.cs#L11
XML comment is not placed on a valid language element