Bump xunit.runner.visualstudio from 3.0.2 to 3.1.5 #146
Triggered via pull request
September 29, 2025 22:05
Status
Success
Total duration
2m 15s
Artifacts
–
Annotations
10 warnings
|
Analyze (csharp):
src/Synto/CSharpSyntaxQuoter.cs#L129
'token.Value' is never 'null'. Remove or refactor the condition(s) to avoid dead code. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1508)
|
|
Analyze (csharp):
src/Synto.Bootstrap/CSharpSyntaxQuoter.cs#L136
'token.Value' is never 'null'. Remove or refactor the condition(s) to avoid dead code. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1508)
|
|
Analyze (csharp):
examples/Synto.Examples/Program.cs#L196
Type 'Test7Class' 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)
|
|
Analyze (csharp):
examples/Synto.Examples/Program.cs#L53
Type 'Examples' 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)
|
|
Analyze (csharp):
examples/Synto.Examples/Program.cs#L196
'Examples.Test7Class<T1, T2>' is an internal class that is apparently never instantiated. If so, remove the code from the assembly. If this class is intended to contain only static members, make it 'static' (Module in Visual Basic). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1812)
|
|
Analyze (csharp):
src/Synto/Templating/Syntax.cs#L7
The type name Syntax conflicts in whole or in part with the namespace name 'Microsoft.CodeAnalysis.CSharp.Syntax'. Change either name to eliminate the conflict. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1724)
|
|
Analyze (csharp):
src/Synto/Templating/Syntax.cs#L9
The type name Syntax conflicts in whole or in part with the namespace name 'Microsoft.CodeAnalysis.CSharp.Syntax'. Change either name to eliminate the conflict. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1724)
|
|
Analyze (csharp):
src/Synto/CSharpSyntaxQuoter.cs#L159
'token.Value' is never 'null'. Remove or refactor the condition(s) to avoid dead code. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1508)
|
|
Analyze (csharp):
src/Synto/CSharpSyntaxQuoter.cs#L129
'token.Value' is never 'null'. Remove or refactor the condition(s) to avoid dead code. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1508)
|
|
Analyze (csharp):
src/Synto.Bootstrap/CSharpSyntaxQuoter.cs#L136
'token.Value' is never 'null'. Remove or refactor the condition(s) to avoid dead code. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1508)
|