jamescourtney / FlatSharp

Fast, idiomatic C# implementation of Flatbuffers
Apache License 2.0
497 stars 50 forks source link

Use nullable operator (?) in type names. #312

Open joncham opened 1 year ago

joncham commented 1 year ago

I made this change while learning a bit more about code generation. It seems that Roslyn generated code uses the operator while this path uses the Nullable<> type name.

I thought I'd PR the change, but no worries if you don't think this is a change for the better.