Jonathan Chambers

Results 16 comments of Jonathan Chambers

I'll pickup looking at this next @jamescourtney

@jamescourtney I was thinking about this issue. Would the target alias type need to be available at AOT compile time for the `RoslynSerializerGenerator` to reference? If so, I was thinking...

Hmm, I tried the last option and for some reason my type from a different fbs file was included in the generated C# for an including fbs file. This doesn't...

Okay, I can confirm at 6.3.3 that each fbs file got their own individual generated C# file. On `main` types from all referenced/included fbs files gets written to a single...

> Can you let me know what isn't working? Sorry, everything is working. However, the change eliminates the ability for "Option 2" above, where I was going to define a...

> This is really easy for me to add. Let me know if you think this would solve the problem and I can throw it together pretty quickly. How would...

And thanks, I'll obviously take any help you are offering! :-)

I have a "working" implementation that took a different (likely less acceptable) approach. I'll PR that just for discussion. Then I'll look into the suggestions above. Thanks @jamescourtney !

I am seeing `csc` hang/delay for 20s when run with the `/shared` argument. I assume it's trying to launch the server process and failing or failing to connect. https://github.com/dotnet/roslyn/issues/72180

@jaredpar do you want file attached here or is there some place to upload or send?