Skip to content

ci: Fix auto-release (#386) #10

ci: Fix auto-release (#386)

ci: Fix auto-release (#386) #10

Triggered via push May 24, 2024 22:09
Status Success
Total duration 57s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
release
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1, actions/setup-node@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
release
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
release: Parse/Platform/Installations/ParseInstallationController.cs#L25
#warning: 'Should refactor here if this operates correctly.'
release: Parse/Platform/Objects/ParseObjectClassController.cs#L74
#warning: 'Constructor detection may erroneously find a constructor which should not be used.'
release: Parse/Infrastructure/Utilities/Conversion.cs#L6
#warning: 'Possibly should be refactored.'
release: Parse/Utilities/PushServiceExtensions.cs#L123
#warning: 'Check if this should be moved into IParsePushController.'
release: Parse/Utilities/ConfigurationServiceExtensions.cs#L16
#warning: 'Investigate if these methods which simply block a thread waiting for an asynchronous process to complete should be eliminated.'
release: Parse/Utilities/InstallationServiceExtensions.cs#L25
#warning: 'Consider making the following method asynchronous.'
release: Parse/Utilities/ParseQueryExtensions.cs#L11
#warning: 'Fully refactor at some point.'
release: Parse/Utilities/UserServiceExtensions.cs#L210
#warning: 'Check if SynchronizeAllAuthData should accept an IServiceHub for consistency on which actions take place on which IServiceHub implementation instance.'
release: Parse/Utilities/UserServiceExtensions.cs#L232
#warning: 'Check if SynchronizeAllAuthData should accept an IServiceHub for consistency on which actions take place on which IServiceHub implementation instance.'
release: Parse/Platform/Files/FileState.cs#L17
#warning: 'Investigate if the first branch of this swhich expression should be removed or an explicit failure case when not testing.'