Dotnet version 8 #42
Annotations
10 errors and 10 warnings
|
build:
tests/Tests/obj/Debug/net462/Tests.AssemblyInfo.cs#L16
The type or namespace name 'AssemblyFileVersionAttribute' does not exist in the namespace 'System.Reflection' (are you missing an assembly reference?)
|
|
build:
tests/Tests/obj/Debug/net462/Tests.AssemblyInfo.cs#L16
The type or namespace name 'AssemblyFileVersionAttributeAttribute' does not exist in the namespace 'System.Reflection' (are you missing an assembly reference?)
|
|
build:
tests/Tests/obj/Debug/net462/Tests.AssemblyInfo.cs#L15
The type or namespace name 'AssemblyDescriptionAttribute' does not exist in the namespace 'System.Reflection' (are you missing an assembly reference?)
|
|
build:
tests/Tests/obj/Debug/net462/Tests.AssemblyInfo.cs#L15
The type or namespace name 'AssemblyDescriptionAttributeAttribute' does not exist in the namespace 'System.Reflection' (are you missing an assembly reference?)
|
|
build:
tests/Tests/obj/Debug/net462/Tests.AssemblyInfo.cs#L14
The type or namespace name 'AssemblyConfigurationAttribute' does not exist in the namespace 'System.Reflection' (are you missing an assembly reference?)
|
|
build:
tests/Tests/obj/Debug/net462/Tests.AssemblyInfo.cs#L14
The type or namespace name 'AssemblyConfigurationAttributeAttribute' does not exist in the namespace 'System.Reflection' (are you missing an assembly reference?)
|
|
build:
tests/Tests/obj/Debug/net462/Tests.AssemblyInfo.cs#L13
The type or namespace name 'AssemblyCompanyAttribute' does not exist in the namespace 'System.Reflection' (are you missing an assembly reference?)
|
|
build:
tests/Tests/obj/Debug/net462/Tests.AssemblyInfo.cs#L13
The type or namespace name 'AssemblyCompanyAttributeAttribute' does not exist in the namespace 'System.Reflection' (are you missing an assembly reference?)
|
|
build:
tests/Tests/obj/Debug/net462/.NETFramework,Version=v4.6.2.AssemblyAttributes.cs#L4
The type or namespace name 'TargetFrameworkAttribute' does not exist in the namespace 'System.Runtime.Versioning' (are you missing an assembly reference?)
|
|
build:
tests/Tests/obj/Debug/net462/.NETFramework,Version=v4.6.2.AssemblyAttributes.cs#L4
The type or namespace name 'TargetFrameworkAttributeAttribute' does not exist in the namespace 'System.Runtime.Versioning' (are you missing an assembly reference?)
|
|
build:
src/Isop/CommandLine/ArgumentInvoker.cs#L45
Method is too long (62 lines; maximum allowed: 60) (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0051.md)
|
|
build:
src/Isop/CommandLine/ConvertArgumentsToParameterValue.cs#L59
Exception type System.Exception is not sufficiently specific (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2201)
|
|
build:
src/Isop/CommandLine/Parse/ArgumentParser.cs#L12
In externally visible method 'Properties ArgumentParser.Parse(IReadOnlyList<Token> lexed, IReadOnlyCollection<string> arguments)', validate parameter 'lexed' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
|
|
build:
src/Isop/CommandLine/Parse/ArgumentParser.cs#L10
Method is too long (85 lines; maximum allowed: 60) (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0051.md)
|
|
build:
src/Isop/CommandLine/Parse/UnexpectedTokenTypeException.cs#L5
Exceptions should be public (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1064)
|
|
build:
src/Isop/CommandLine/ArgumentInvoker.cs#L21
Use ordinal string comparison (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1309)
|
|
build:
src/Isop/Abstractions/IParsed.cs#L19
TODO IReadOnlyCollection<Argument> PotentialArguments { get; } (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0026.md)
|
|
build:
src/Isop/CommandLine/ArgumentInvoker.cs#L45
Method is too long (62 lines; maximum allowed: 60) (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0051.md)
|
|
build:
src/Isop/CommandLine/Parse/ArgumentParser.cs#L10
Method is too long (85 lines; maximum allowed: 60) (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0051.md)
|
|
build:
src/Isop/Abstractions/IParsed.cs#L19
TODO IReadOnlyCollection<Argument> PotentialArguments { get; } (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0026.md)
|