René
we use roslyn source generators to
What I mean is the current code generator will ALWAYS emit a public class and thus make the model class public. Even if you declare the model class internal, the code generator ignores that. Thus the hand editing.
8 replies
we use roslyn source generators to
Does this take access modifiers on the model class into account? One small problem we're having with the current code generator is that it ignores whether the model is public or not. We just fix that by hand after regenerating. Would be awesome if that is taken care of automatically.
8 replies