fixes & super admin id #6
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: 14d06361-907c-46b2-83d0-7b532a3b6500 Correlation ID: fc36b9e2-fbe7-48b5-8135-469212a03b83 Timestamp: 2024-04-26 10:08:59Z
|
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/Endpoints/Bucks/TransferFunds.cs#L73
Dereference of a possibly null reference.
|
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/Utilities/WalletExtensions.cs#L35
Possible null reference assignment.
|
Resolve Project Dependencies Using Dotnet:
PatrickTheBot.AzureFunctions/Endpoints/Bucks/TransferFunds.cs#L73
Dereference of a possibly null reference.
|
Resolve Project Dependencies Using Dotnet:
PatrickTheBot.AzureFunctions/Models/Wallet.cs#L13
Possible null reference assignment.
|
Loading