Fixed missing "global::" for attributes on builder

This commit is contained in:
Carl de Billy 2018-08-21 16:28:43 -04:00
Родитель 54894d7663
Коммит 071bd3a110
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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}";
}
}