π Adding redirection for login and logout actions #22
Annotations
7 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: azure/login@v1.6.1, Azure/arm-deploy@v1, Azure/functions-action@v1.5.1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test Using Dotnet:
src/AnimeFeedManager.Features/Infrastructure/TableStorage/TableUtils.cs#L159
The variable 'ex' is declared but never used
|
Test Using Dotnet:
src/AnimeFeedManager.Features/Tv/Types/AnimeInfoStorage.cs#L5
Non-nullable property 'PartitionKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Test Using Dotnet:
src/AnimeFeedManager.Features/Tv/Types/AnimeInfoStorage.cs#L6
Non-nullable property 'RowKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Resolve Project Dependencies Using Dotnet:
src/AnimeFeedManager.Features/Infrastructure/TableStorage/TableUtils.cs#L159
The variable 'ex' is declared but never used
|
Resolve Project Dependencies Using Dotnet:
src/AnimeFeedManager.Features/Tv/Types/AnimeInfoStorage.cs#L5
Non-nullable property 'PartitionKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Resolve Project Dependencies Using Dotnet:
src/AnimeFeedManager.Features/Tv/Types/AnimeInfoStorage.cs#L6
Non-nullable property 'RowKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Loading