@all C# and netcore developers around,

the new “netstd” library has been merged to master!

I tried my best to consolidate the existing libraries into one single target 
that suits both ends of the continuum, including a README that gives hints to 
master the migration process from C# or netcore.  Yet there may still be things 
to improve, so don’t hesitate to report any problems that you run into while 
migrating to netstd or while using it.

And last not least, here’s a question for you:

---- QUESTION -------------------------------------------
Are you using the “nullable” flag and/or could you agree on removing that piece 
nevertheless?

[+1]  REMOVE NULLABLE:  I am either not using it, or could live with “nullable” 
being removed
[-1]   KEEP NULLABLE: I am using it and absolutely need it.

As a bonus question, in the latter case I would (optionally) be interested in 
the exact reason, why you think it is not an option to remove “nullable”.
--------------------------------------------------------------

Background of this question is, that “nullable” produces a great deal of pain 
maintaining it but provides less added value than initially assumed when we 
introduced it (at least that’s my personal view to the matter). So the idea is 
to remove the “nullable” option entirely from netstd to make maintenance of the 
generator code less painful.

For those wondering: As of today, the “nullable” option is still in the code, 
but inactive, so you currently can’t use it with netstd but requires only a few 
lines of code to re-enable it.


Thank you, and have fun
JensG

Reply via email to