neuecc / Utf8Json

Definitely Fastest and Zero Allocation JSON Serializer for C#(NET, .NET Core, Unity, Xamarin).
MIT License
2.36k stars 267 forks source link

Pre-Code Generation & DLL #113

Open ttermeer-reboundcg opened 6 years ago

ttermeer-reboundcg commented 6 years ago

Part of our code is inside a DLL in our Unity project. When we use the pre-code generator on class that reference enums from the DLL, it is unable to add the proper namespace for the enums and I haven't find a way to provide the path to the dll to the generator.