ice icon indicating copy to clipboard operation
ice copied to clipboard

Replace Ice.Optional by nullable in C# mapping

Open bernardnormier opened this issue 1 year ago • 0 comments

We should switch to nullable (?) for the mapping of Slice optional to C#. The Java-like Optional we provide is odd and not convenient to use.

We should also drop the distinction between "not set" and "set to null" in C# and all other language mappings.

bernardnormier avatar Jan 09 '24 15:01 bernardnormier