Enabled single-file generation #63
Merged
Annotations
5 errors
|
|
|
src/DataverseProxyGenerator.Core/Generation/Generators/CustomApiGenerator.cs#L9
In member IEnumerable<GeneratedFile> CustomApiGenerator.Generate(CustomApiModel customApi, GenerationContext context), change parameter name customApi to input in order to match the identifier as it has been declared in IEnumerable<GeneratedFile> IFileGenerator<CustomApiModel>.Generate(CustomApiModel input, GenerationContext context) (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1725)
|
|
src/DataverseProxyGenerator.Core/Generation/Generators/HelperFileGenerator.cs#L9
In member IEnumerable<GeneratedFile> HelperFileGenerator.Generate(string templateName, GenerationContext context), change parameter name templateName to input in order to match the identifier as it has been declared in IEnumerable<GeneratedFile> IFileGenerator<string>.Generate(string input, GenerationContext context) (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1725)
|
|
src/DataverseProxyGenerator.Core/Generation/Generators/CustomApiGenerator.cs#L9
In member IEnumerable<GeneratedFile> CustomApiGenerator.Generate(CustomApiModel customApi, GenerationContext context), change parameter name customApi to input in order to match the identifier as it has been declared in IEnumerable<GeneratedFile> IFileGenerator<CustomApiModel>.Generate(CustomApiModel input, GenerationContext context) (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1725)
|
|
src/DataverseProxyGenerator.Core/Generation/Generators/HelperFileGenerator.cs#L9
In member IEnumerable<GeneratedFile> HelperFileGenerator.Generate(string templateName, GenerationContext context), change parameter name templateName to input in order to match the identifier as it has been declared in IEnumerable<GeneratedFile> IFileGenerator<string>.Generate(string input, GenerationContext context) (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1725)
|
The logs for this run have expired and are no longer available.
Loading