Fixed missing "global::" for attributes on builder
This commit is contained in:
Родитель
54894d7663
Коммит
071bd3a110
|
@ -16,4 +16,4 @@ indent_style = tab
|
|||
indent_style = tab
|
||||
|
||||
[*.json]
|
||||
indent_style = tab
|
||||
indent_style = tab
|
||||
|
|
|
@ -961,7 +961,7 @@ $@"public sealed class {symbolName}BuilderJsonConverterTo{symbolName}{genericArg
|
|||
continue; // should be ignored
|
||||
}
|
||||
|
||||
yield return $"[{attrResult}]{Environment.NewLine}";
|
||||
yield return $"[global::{attrResult}]{Environment.NewLine}";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче