Mniak
Mniak
Implemented in #173
We could take inspiration from the library `SpreadsheetLight` for .NET. I've used for a reasonable time and the auto fit feature works great.. https://github.com/jmsanmu/SpreadsheetLight/blob/fa9ab90bab19654868d100c0b1fee0ca613f7ffd/source/RowColumnFunctions.cs#L2492
@mcintyre321 I have implemented the `TryPickX` methods like you suggested.
Regarding to not having the attribute parameter, I think that we should think more, since there are scenarions in which even the name+namespace would not be enough to dismiss the...
@mcintyre321 i think i'm done with the first part here
@mcintyre321 yeah, we kind of thought the same thing at the same time. I agree, but would suggest that we have at least a simple/incomplete/defective way shipped by default and...
@romfir Is not possible to add this comments, since the classes `OneOfBase` are declared in the project `OneOf` and for that reason are not generated by the source generator
@mcintyre321 I removed the default naming strategy and added a parameters to the attribute constructor in order to determine the naming. If the arguments are not passed, the generation of...
Someone?
@tj and @wallyqs, could you look into this?