Release #12
Annotations
10 errors
Test .NET solution:
src/cs/production/C2CS.Tool/Commands/BuildCLibrary/BuildCLibraryCommand.cs#L13
Because an application's API isn't typically referenced from outside the assembly, types can be made internal (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1515)
|
Test .NET solution:
src/cs/production/C2CS.Tool/Internal/StringExtensions.cs#L8
Because an application's API isn't typically referenced from outside the assembly, types can be made internal (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1515)
|
Test .NET solution:
src/cs/production/C2CS.Tool/Program.cs#L9
Because an application's API isn't typically referenced from outside the assembly, types can be made internal (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1515)
|
Test .NET solution:
src/cs/production/C2CS.Tool/HashCodeExtensions.cs#L9
Because an application's API isn't typically referenced from outside the assembly, types can be made internal (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1515)
|
Test .NET solution:
src/cs/production/C2CS.Tool/Startup.cs#L18
Because an application's API isn't typically referenced from outside the assembly, types can be made internal (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1515)
|
Test .NET solution:
src/cs/production/C2CS.Tool/Commands/WriteCodeCSharp/Data/CSharpEnumValue.cs#L9
Because an application's API isn't typically referenced from outside the assembly, types can be made internal (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1515)
|
Test .NET solution:
src/cs/production/C2CS.Tool/Commands/WriteCodeCSharp/Data/CSharpFunction.cs#L11
Because an application's API isn't typically referenced from outside the assembly, types can be made internal (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1515)
|
Test .NET solution:
src/cs/production/C2CS.Tool/Commands/WriteCodeCSharp/Data/CSharpFunctionCallingConvention.cs#L6
Because an application's API isn't typically referenced from outside the assembly, types can be made internal (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1515)
|
Test .NET solution:
src/cs/production/C2CS.Tool/Commands/BuildCLibrary/BuildCLibraryTool.cs#L16
Because an application's API isn't typically referenced from outside the assembly, types can be made internal (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1515)
|
Test .NET solution:
src/cs/production/C2CS.Tool/Commands/WriteCodeCSharp/Data/CSharpFunctionParameter.cs#L9
Because an application's API isn't typically referenced from outside the assembly, types can be made internal (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1515)
|
Loading