2
0
mirror of https://github.com/esiur/esiur-dotnet.git synced 2026-04-29 14:48:44 +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
+1 -1
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();