refactor(features,naming,structure): restructured features folders to… #18
Annotations
9 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build
A PackageReference to Microsoft.AspNetCore.App is not necessary when targeting .NET Core 3.0 or higher. If Microsoft.NET.Sdk.Web is used, the shared framework will be referenced automatically. Otherwise, the PackageReference should be replaced with a FrameworkReference.
|
build
A PackageReference to Microsoft.AspNetCore.App is not necessary when targeting .NET Core 3.0 or higher. If Microsoft.NET.Sdk.Web is used, the shared framework will be referenced automatically. Otherwise, the PackageReference should be replaced with a FrameworkReference.
|
build:
src/Domain/GlobalUsings.cs#L4
The using directive for 'Microsoft.AspNetCore.Identity.EntityFrameworkCore' appeared previously in this namespace
|
build:
src/Application/Features/Queries/GetCategoryQuery.cs#L30
Possible null reference argument for parameter 'Expenses' in 'CategoryDTO.CategoryDTO(Guid Id, string Name, string Description, List<Expense> Expenses)'.
|
build
A PackageReference to Microsoft.AspNetCore.App is not necessary when targeting .NET Core 3.0 or higher. If Microsoft.NET.Sdk.Web is used, the shared framework will be referenced automatically. Otherwise, the PackageReference should be replaced with a FrameworkReference.
|
build
A PackageReference to Microsoft.AspNetCore.App is not necessary when targeting .NET Core 3.0 or higher. If Microsoft.NET.Sdk.Web is used, the shared framework will be referenced automatically. Otherwise, the PackageReference should be replaced with a FrameworkReference.
|
build:
src/Domain/GlobalUsings.cs#L4
The using directive for 'Microsoft.AspNetCore.Identity.EntityFrameworkCore' appeared previously in this namespace
|
build:
src/Application/Features/Queries/GetCategoryQuery.cs#L30
Possible null reference argument for parameter 'Expenses' in 'CategoryDTO.CategoryDTO(Guid Id, string Name, string Description, List<Expense> Expenses)'.
|