Skip to content

Dotnet version 8

Dotnet version 8 #42

Triggered via pull request August 25, 2025 15:02
Status Failure
Total duration 55s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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/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/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)