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
Hello everyone!
I've been using Facet for a while now and I'm loving it.
So far I used the GenerateDtos attribute the most and I'm unaware that it supports Enum Conversion.
Right now I'm working around it like this:
[GenerateDtos(Types = DtoTypes.All)]
public class A { ... }
[Facet(typeof(A), ConvertEnumsTo = typeof(string))]
public partial class B { }
Would you consider this for a new feature? I'd love to hear back from you.
Keep up the great work 💪
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Hello everyone!
I've been using Facet for a while now and I'm loving it.
So far I used the GenerateDtos attribute the most and I'm unaware that it supports Enum Conversion.
Right now I'm working around it like this:
Would you consider this for a new feature? I'd love to hear back from you.
Keep up the great work 💪
All reactions