Skip to content

ci: Fix workflow

ci: Fix workflow #5

Triggered via pull request May 20, 2024 15:44
Status Failure
Total duration 5m 53s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 12 warnings
check-ci: Parse.Tests/LateInitializerTests.cs#L11
'LateInitializer' is inaccessible due to its protection level
check-ci: Parse.Tests/LateInitializerTests.cs#L11
'LateInitializer' is inaccessible due to its protection level
check-ci
Process completed with exit code 1.
check-ci
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v2, crazy-max/ghaction-chocolatey@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
check-ci
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2, crazy-max/ghaction-chocolatey@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
check-ci: Parse/Infrastructure/Utilities/Conversion.cs#L8
#warning: 'Possibly should be refactored.'
check-ci: Parse/Platform/Objects/ParseObjectClassController.cs#L74
#warning: 'Constructor detection may erroneously find a constructor which should not be used.'
check-ci: Parse/Platform/Files/FileState.cs#L19
#warning: 'Investigate if the first branch of this swhich expression should be removed or an explicit failure case when not testing.'
check-ci: Parse/Utilities/ParseQueryExtensions.cs#L13
#warning: 'Fully refactor at some point.'
check-ci: Parse/Platform/Push/ParsePush.cs#L24
#warning: 'Make default(IServiceHub) the default value of serviceHub once all dependents properly inject it.'
check-ci: Parse/Utilities/ConfigurationServiceExtensions.cs#L18
#warning: 'Investigate if these methods which simply block a thread waiting for an asynchronous process to complete should be eliminated.'
check-ci: Parse/Platform/Files/ParseFile.cs#L29
#warning: 'Make serviceHub null by default once dependents properly inject it when needed.'
check-ci: Parse/Platform/Files/ParseFile.cs#L71
#warning: 'Make IServiceHub optionally null once all dependents are injecting it if necessary.'
check-ci: Parse/Platform/Installations/ParseInstallation.cs#L206
#warning: 'InstallationDataFinalizer needs to be injected here somehow or removed.'
check-ci: Parse/Platform/Push/ParsePushEncoder.cs#L29
#warning: 'Verify that it is fine to instantiate a ParseQuery<ParseInstallation> here with a default(IServiceHub).'