mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2025-06-27 13:33:13 +00:00
2.4.10
This commit is contained in:
@ -88,7 +88,7 @@ public class ResourceGenerator : ISourceGenerator
|
||||
var className = attribute.AttributeClass.ToDisplayString();
|
||||
|
||||
if (!attribute.ConstructorArguments.Any() & !attribute.ConstructorArguments.Any())
|
||||
return className;
|
||||
return $"[{className}]";
|
||||
|
||||
var strBuilder = new StringBuilder();
|
||||
|
||||
|
Reference in New Issue
Block a user