frhagn / Typewriter

Automatic TypeScript template generation from C# source files
http://frhagn.github.io/Typewriter
Apache License 2.0
536 stars 132 forks source link

IsNullable == false for nullable reference types #332

Open johnknoop opened 4 years ago

johnknoop commented 4 years ago

I've just started using the new "nullable reference types" feature of C# 8. It turns out that for a string? the property.Type.IsNullable is false.

johnknoop commented 4 years ago

@frhagn As the owner of this repo, you have to at least respond with a sign of life. If this project is no longer maintained, then please write that in the readme.