Skip to content

Create azure-functions-app-dotnet.yml #1

Create azure-functions-app-dotnet.yml

Create azure-functions-app-dotnet.yml #1

Triggered via push April 25, 2024 15:43
Status Failure
Total duration 37s
Artifacts
build-and-deploy
26s
build-and-deploy
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 11 warnings
build-and-deploy
Execution Exception (state: ValidateAzureResource) (step: Invocation)
build-and-deploy
No credentails found. Add an Azure login action before this action. For more details refer https://github.com/azure/login
build-and-deploy
Error: No credentails found. Add an Azure login action before this action. For more details refer https://github.com/azure/login at Function.<anonymous> (/home/runner/work/_actions/Azure/functions-action/v1/node_modules/azure-actions-webclient/AuthorizerFactory.js:23:23) at Generator.throw (<anonymous>) at rejected (/home/runner/work/_actions/Azure/functions-action/v1/node_modules/azure-actions-webclient/AuthorizerFactory.js:6:65) at processTicksAndRejections (node:internal/process/task_queues:96:5)
build-and-deploy
Deployment Failed!
build-and-deploy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, Azure/functions-action@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 "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
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/Endpoints/Bucks/TransferFunds.cs#L57
Dereference of a possibly null reference.
build-and-deploy: PatrickTheBot.AzureFunctions/Endpoints/Bucks/TransferFunds.cs#L60
Possible null reference argument for parameter 'recipientWallet' in 'Task<bool> WalletTableUtilities.TransferBackendBucks(WalletTableEntity senderWallet, WalletTableEntity recipientWallet, int amount, TableClient walletTable, ILogger log)'.
build-and-deploy: PatrickTheBot.AzureFunctions/Endpoints/Bucks/TransferFunds.cs#L87
Dereference of a possibly null reference.