Skip to content

fixes & super admin id #6

fixes & super admin id

fixes & super admin id #6

Triggered via push April 26, 2024 10:08
Status Failure
Total duration 58s
Artifacts
build-and-deploy
46s
build-and-deploy
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 12 warnings
build-and-deploy
AADSTS700016: Application with identifier '***' was not found in the directory 'Default Directory'. This can happen if the application has not been installed by the administrator of the tenant or consented to by any user in the tenant. You may have sent your authentication request to the wrong tenant. Trace ID: 14d06361-907c-46b2-83d0-7b532a3b6500 Correlation ID: fc36b9e2-fbe7-48b5-8135-469212a03b83 Timestamp: 2024-04-26 10:08:59Z
build-and-deploy
Interactive authentication is needed. Please run: az login
build-and-deploy
Login failed with Error: The process '/usr/bin/az' failed with exit code 1. Double check if the 'auth-type' is correct. Refer to https://github.com/Azure/login#readme for more information.
build-and-deploy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: azure/login@v1, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-and-deploy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build-and-deploy: PatrickTheBot.AzureFunctions/Endpoints/Bucks/TransferFunds.cs#L73
Dereference of a possibly null reference.
build-and-deploy: PatrickTheBot.AzureFunctions/Models/Wallet.cs#L13
Possible null reference assignment.
build-and-deploy: PatrickTheBot.AzureFunctions/Models/Wallet.cs#L14
Possible null reference assignment.
build-and-deploy: PatrickTheBot.AzureFunctions/Models/Wallet.cs#L11
Non-nullable property 'HolderId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-deploy: PatrickTheBot.AzureFunctions/Models/Wallet.cs#L11
Non-nullable property 'HolderName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-deploy: PatrickTheBot.AzureFunctions/Models/Wallet.cs#L20
Non-nullable property 'HolderId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-deploy: PatrickTheBot.AzureFunctions/Models/Wallet.cs#L20
Non-nullable property 'HolderName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-deploy: PatrickTheBot.AzureFunctions/Utilities/WalletExtensions.cs#L35
Possible null reference assignment.
build-and-deploy: PatrickTheBot.AzureFunctions/Endpoints/Bucks/TransferFunds.cs#L73
Dereference of a possibly null reference.
build-and-deploy: PatrickTheBot.AzureFunctions/Models/Wallet.cs#L13
Possible null reference assignment.