Automapper ki#11
Merged
tibitoth merged 1 commit intoJul 3, 2026
Merged
Annotations
11 warnings
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
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)
|
|
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.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.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.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#L15
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.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/Caching/MemoryCacheExtensions.cs#L27
Possible null reference return.
|
|
Build:
src/AutSoft.Core/StateMachines/StateConfigurationExtensions.cs#L26
Dereference of a possibly null reference.
|
background
wait
wait-all
cancel
parallel
Loading