Merge remote-tracking branch 'origin/main' #4
Annotations
3 errors and 12 warnings
Login to Azure
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: e1697e15-e0c9-436b-862c-f9004e948500 Correlation ID: 695dae37-2b70-4ed2-8399-d1b56ded7db3 Timestamp: 2024-04-25 16:48:22Z
|
Login to Azure
Interactive authentication is needed. Please run:
az login
|
Login to Azure
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.
|
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/.
|
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/
|
Resolve Project Dependencies Using Dotnet:
PatrickTheBot.AzureFunctions/Models/Wallet.cs#L13
Possible null reference assignment.
|
Resolve Project Dependencies Using Dotnet:
PatrickTheBot.AzureFunctions/Models/Wallet.cs#L14
Possible null reference assignment.
|
Resolve Project Dependencies Using Dotnet:
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.
|
Resolve Project Dependencies Using Dotnet:
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.
|
Resolve Project Dependencies Using Dotnet:
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.
|
Resolve Project Dependencies Using Dotnet:
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.
|
Resolve Project Dependencies Using Dotnet:
PatrickTheBot.AzureFunctions/Endpoints/Bucks/TransferFunds.cs#L57
Dereference of a possibly null reference.
|
Resolve Project Dependencies Using Dotnet:
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)'.
|
Resolve Project Dependencies Using Dotnet:
PatrickTheBot.AzureFunctions/Endpoints/Bucks/TransferFunds.cs#L87
Dereference of a possibly null reference.
|
Resolve Project Dependencies Using Dotnet:
PatrickTheBot.AzureFunctions/Utilities/WalletExtensions.cs#L40
Possible null reference assignment.
|
Loading