Skip to content

AutSoft.Mud.Blazor .Net8 Upgrade #31

AutSoft.Mud.Blazor .Net8 Upgrade

AutSoft.Mud.Blazor .Net8 Upgrade #31

Re-run triggered March 1, 2024 08:28
Status Success
Total duration 55s
Artifacts

AutSoftCore_CI.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 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/AutSoft.Core/StateMachines/StateConfigurationExtensions.cs#L26
Dereference of a possibly null reference.
build: src/AutSoft.Core/Caching/MemoryCacheExtensions.cs#L27
Possible null reference return.
build: src/AutSoft.DbScaffolding/Generators/CSharpEntityTypeGenerator.cs#L147
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build: src/AutSoft.Core/Object/ObjectExtensions.cs#L13
Use 'GeneratedRegexAttribute' to generate the regular expression implementation at compile-time. (https://learn.microsoft.com/dotnet/fundamentals/syslib-diagnostics/syslib1045)
build: src/AutSoft.Core/Object/ObjectExtensions.cs#L14
Use 'GeneratedRegexAttribute' to generate the regular expression implementation at compile-time. (https://learn.microsoft.com/dotnet/fundamentals/syslib-diagnostics/syslib1045)
build: src/AutSoft.DbScaffolding/Generators/CSharpEntityTypeGenerator.cs#L159
Change return type of method 'GetEnumImports' from 'System.Collections.Generic.IEnumerable<string>' to 'System.Collections.Generic.HashSet<string>' for improved performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1859)
build: src/AutSoft.Core/Object/ObjectExtensions.cs#L15
Use 'GeneratedRegexAttribute' to generate the regular expression implementation at compile-time. (https://learn.microsoft.com/dotnet/fundamentals/syslib-diagnostics/syslib1045)
build: src/AutSoft.DbScaffolding/Generators/CSharpEntityTypeGenerator.cs#L178
Change return type of method 'GetInterfaceImports' from 'System.Collections.Generic.IEnumerable<string>' to 'System.Collections.Generic.HashSet<string>' for improved performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1859)
build: src/AutSoft.Linq/Expressions/ChainExtension.cs#L26
Possible null reference argument for parameter 'body' in 'Expression<Func<TIn, TOut>> Expression.Lambda<Func<TIn, TOut>>(Expression body, IEnumerable<ParameterExpression>? parameters)'.
build: src/AutSoft.Linq/Expressions/ExpressionVisitors/ParameterUpdateVisitor.cs#L8
Type 'ParameterUpdateVisitor' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)