Bump xunit.v3 from 2.0.0 to 3.1.0 #89
Open
Annotations
10 warnings
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
The logs for this run have expired and are no longer available.
Loading