Skip to content

update to net8.0

update to net8.0 #142

Triggered via push December 20, 2023 07:27
Status Success
Total duration 1m 10s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

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: build/Program.cs#L229
Change return type of method 'GetFiles' from 'System.Collections.Generic.IEnumerable<string>' to 'System.Collections.Generic.List<string>' for improved performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1859)
build: build/Program.cs#L229
Change return type of method 'GetFiles' from 'System.Collections.Generic.IEnumerable<string>' to 'System.Collections.Generic.List<string>' for improved performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1859)
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)