You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Did you know that Vogen generates a VogenTypesFactory that you can provide to STJ to resolve the converters?
Also, it is planned to generate these converter classes outside of the type itself. They still need direct access to the private _value field, but Vogen, in other converters, uses System.Runtime.CompilerServices.UnsafeAccessor to access this so as to avoid reflection.
Describe the feature
Please add a static property for each converter.
It will keep the code cleaner when using it:
For this one:
i.e. having a static property of a singleton converter
The text was updated successfully, but these errors were encountered: