2
0
mirror of https://github.com/esiur/esiur-dotnet.git synced 2025-06-27 13:33:13 +00:00
This commit is contained in:
2024-11-10 19:07:53 +03:00
parent 0bed03abe3
commit 44943b23b0
2 changed files with 2 additions and 2 deletions

View File

@ -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();