updated tomware.releasy tool to latest version #143
Annotations
11 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
|
build:
src/suite/OpenIddict.UI.Suite.Core/Specifications/BaseSpecification.cs#L13
Collection initialization can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0028)
|
build:
src/suite/OpenIddict.UI.Suite.Core/Specifications/BaseSpecification.cs#L12
Collection initialization can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0028)
|
build:
src/suite/OpenIddict.UI.Suite.Core/Specifications/BaseSpecification.cs#L10
Collection initialization can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0028)
|
build:
src/suite/OpenIddict.UI.Suite.Core/Common/SimpleMapper.cs#L45
Collection initialization can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0305)
|
build:
src/suite/OpenIddict.UI.Suite.Core/Common/SimpleMapper.cs#L71
Change return type of method 'GetMatchingProperties' from 'System.Collections.Generic.IList<tomware.OpenIddict.UI.Suite.Core.SimpleMapper.PropertyMap>' to 'System.Collections.Generic.List<tomware.OpenIddict.UI.Suite.Core.SimpleMapper.PropertyMap>' for improved performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1859)
|
build:
src/suite/OpenIddict.UI.Suite.Api/Extensions/RoutePrefixExtension.cs#L52
Prefer comparing 'Count' to 0 rather than using 'Any()', both for clarity and for performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1860)
|
build:
src/suite/OpenIddict.UI.Suite.Api/Extensions/RoutePrefixExtension.cs#L67
Prefer comparing 'Count' to 0 rather than using 'Any()', both for clarity and for performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1860)
|
build:
src/suite/OpenIddict.UI.Suite.Api/Extensions/RoutePrefixExtension.cs#L30
Use primary constructor (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0290)
|
build:
src/openiddict/OpenIddict.UI.Infrastructure/DTOs/ScopeInfo.cs#L12
Collection initialization can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0028)
|
build:
src/openiddict/OpenIddict.UI.Infrastructure/DTOs/ScopeParam.cs#L11
Collection initialization can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0028)
|