Closed robotron2084 closed 3 years ago
Yes, probably will enter a new parameter smth. like "generate for DBreeze".
Grab new BiserObjectify from Nuget and re-generated classes due to the instruction:
Yeah, that works. Thanks for the quick update! I appreciate it. I'll pull the latest shortly.
Pulled latest and it does work as expected. I'm currently using this in a Unity project and it is yelling at me about inconsistent line endings. This is a warning, not an error. I'm not sure if that's a new thing that has been introduced in this release. I may look into it and send you a PR.
I will check it
Line endings are fixed in BiserObjectify 1.7.0 (grab from NuGet)
There is a slight incompatibility between the version of Biser shipped inside DBreeze and that used by BiserObjectify.
To reproduce:
_Biser.cs
files viaObjectify
._Biser.cs
files do not compile.using DBreeze.Utils;
to the_Biser.cs
files.Expected Results: When creating serialization stubs for classes, that they are compatible with the version of Biser that ships with DBreeze without requiring manually modifying the files.