René
René
NNormal
Created by maxweisel on 6/28/2023 in #💬chat
we use roslyn source generators to
It's a minor thing, though. Updating the model is not a daily thing and hand editing the generated file is a trivial change.
8 replies
NNormal
Created by maxweisel on 6/28/2023 in #💬chat
we use roslyn source generators to
Yup, in its own .asmdef. And we have a CI check that nothing that isn't part of the public interface of the module is publicly exposed.
8 replies
NNormal
Created by maxweisel on 6/28/2023 in #💬chat
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
NNormal
Created by René on 6/28/2023 in #💬chat
Hi is there any way I can simulate laggy
Doh, realize now at least with iOS and Android, can just use the bad network simulation stuff that comes with their developer tools.
3 replies
NNormal
Created by maxweisel on 6/28/2023 in #💬chat
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