Skip to content

added subCategories command #222

added subCategories command

added subCategories command #222

Triggered via pull request February 24, 2024 17:13
Status Success
Total duration 1m 9s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

23 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: src/Mint.Infrastructure/Repositories/Identity/UserRepository.cs#L226
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: src/modules/Admin/Mint.WebApp.Admin/Controllers/ManufactureController.cs#L17
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: src/modules/Admin/Mint.WebApp.Admin/Controllers/ManufactureController.cs#L24
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: src/modules/Admin/Mint.WebApp.Admin/Controllers/ManufactureController.cs#L31
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: src/modules/Admin/Mint.WebApp.Admin/Controllers/ManufactureController.cs#L44
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: src/modules/Admin/Mint.WebApp.Admin/Controllers/ManufactureController.cs#L51
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: src/modules/Admin/Mint.WebApp.Admin.Tests/CategoriesTest.cs#L13
Null should not be used for type parameter 'values' of type 'System.Collections.Generic.List<Mint.WebApp.Admin.Operations.Dtos.Categories.CategorySampleViewModel>'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
build: src/modules/Admin/Mint.WebApp.Admin.Tests/Tags/TagTest.cs#L8
Null should not be used for type parameter 'values' of type 'System.Collections.Generic.List<Mint.WebApp.Admin.Operations.Dtos.TagFullViewModel>'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
build: src/modules/Admin/Mint.WebApp.Admin.Tests/CategoriesTest.cs#L14
Theory method 'Get_Sample_Categories_Should_Return_Ok' on test class 'CategoriesTest' does not use parameter 'values'. Use the parameter, or remove the parameter and associated data. (https://xunit.net/xunit.analyzers/rules/xUnit1026)
build: src/modules/Admin/Mint.WebApp.Admin.Tests/Tags/TagTest.cs#L9
Theory method 'Get_Sample_Tags_Should_Return_Ok' on test class 'TagTest' does not use parameter 'values'. Use the parameter, or remove the parameter and associated data. (https://xunit.net/xunit.analyzers/rules/xUnit1026)
build
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build: src/Mint.Infrastructure/Repositories/Identity/UserRepository.cs#L226
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: src/modules/Admin/Mint.WebApp.Admin/Controllers/ManufactureController.cs#L17
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: src/modules/Admin/Mint.WebApp.Admin/Controllers/ManufactureController.cs#L24
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: src/modules/Admin/Mint.WebApp.Admin/Controllers/ManufactureController.cs#L31
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: src/modules/Admin/Mint.WebApp.Admin/Controllers/ManufactureController.cs#L44
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: src/modules/Admin/Mint.WebApp.Admin/Controllers/ManufactureController.cs#L51
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: tests/Mint.Web.Infrastructure.Tests/RedisTest.cs#L11
Null should not be used for type parameter 'value' of type 'Mint.WebApp.Admin.Operations.Dtos.TagFullViewModel'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
build: tests/Mint.Web.Infrastructure.Tests/RedisTest.cs#L40
Null should not be used for type parameter 'key' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
build: src/modules/Admin/Mint.WebApp.Admin.Tests/Tags/TagTest.cs#L8
Null should not be used for type parameter 'values' of type 'System.Collections.Generic.List<Mint.WebApp.Admin.Operations.Dtos.TagFullViewModel>'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
build: src/modules/Admin/Mint.WebApp.Admin.Tests/Tags/TagTest.cs#L9
Theory method 'Get_Sample_Tags_Should_Return_Ok' on test class 'TagTest' does not use parameter 'values'. Use the parameter, or remove the parameter and associated data. (https://xunit.net/xunit.analyzers/rules/xUnit1026)