Create azure-functions-app-dotnet.yml #2
main_patrickthebot.yml
on: push
build-and-deploy
42s
Annotations
3 errors and 12 warnings
build-and-deploy
AADSTS700213: No matching federated identity record found for presented assertion subject 'repo:beliskner/PatrickTheBot:ref:refs/heads/main'. Please check your federated identity credential Subject, Audience and Issuer against the presented assertion. https://docs.microsoft.com/en-us/azure/active-directory/develop/workload-identity-federation Trace ID: 7032173d-aab7-4974-836a-f25bd5ef4c00 Correlation ID: 510b6998-e62c-4612-9f4a-b7bb49c410ea Timestamp: 2024-04-25 15:44:06Z
|
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#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.
|
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#L40
Possible null reference assignment.
|