MemoryPack icon indicating copy to clipboard operation
MemoryPack copied to clipboard

Export TypeScript files by respecting the Nullable markers in C#

Open danfma opened this issue 3 years ago • 0 comments

When working with TypeScript in strict mode, the developers care about the nullability of member types. However, the current TypeScript generator doesn't take into consideration the markers in C# to generate the TypeScript files.

Expected behavior

Only emit nullable types in TypeScript when a Type is nullable in C#.

danfma avatar Dec 03 '22 02:12 danfma