James Courtney

Results 20 comments of James Courtney

You should be able to work around this error by adding the `required` attribute on your union member: ```fbs namespace a; union UnionA { TableA, } table TableA { union_a:...

Addressed in #300, which should be published on NuGet sometime this week after I get some confidence with it.

The fix for this is published in 6.3.2. Please let me know how it works for you!

I think this is a good idea. I'm always open to pull requests if you want to contribute this. Between work and baby, I don't have *tons* of time to...

This is another good idea :) Thanks for all of your suggestions! I'm sure if you've searched through my posts, I have absolutely no knowledge about Unity (though I'd like...

So, it may not be necessary to carry a reference to Unity itself. FlatSharp doesn't carry any gRPC references today, yet it still emits code for that scenario. That said,...

@vvuk -- do you have any more thoughts here? I'm thinking that I'm going to rev FlatSharp to version 7 soon, which is an opportunity for breaking changes.

Yeah -- FlatSharp is super reflectiony internally, which incidentally is the obstacle to using source generators. One thing -- and I think what is you were suggesting -- is that...