mirror of
https://github.com/AnnulusGames/Alchemy.git
synced 2025-01-22 00:08:53 -05:00
Fix : Replace "." to "_"
This commit is contained in:
parent
12ac998c27
commit
3b4d8ba52e
@ -155,7 +155,7 @@ namespace Alchemy.SourceGenerator
|
||||
: "";
|
||||
|
||||
var alchemySerializationDataName = typeSymbol.ToDisplayString(SymbolDisplayFormat.FullyQualifiedFormat)
|
||||
.Replace("global::", "");
|
||||
.Replace("global::", "").Replace(".", "_");
|
||||
alchemySerializationDataName = ReplaceGenericsToCount(alchemySerializationDataName,genericsCount) + "_alchemySerializationData";
|
||||
|
||||
var inheritedSerializationCallback = hasInheritedImplementation
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user