Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Nullable reference types #220

Open
petrsvihlik opened this issue Jun 2, 2020 · 2 comments
Open

Support Nullable reference types #220

petrsvihlik opened this issue Jun 2, 2020 · 2 comments

Comments

@petrsvihlik
Copy link
Contributor

Motivation

To enable usage of Nullable in dependant libraries.

Proposed solution

  • <Nullable>enable</Nullable>
  • make appropriate places with ?

Additional context

@alanta
Copy link

alanta commented Oct 5, 2020

Are there plans to add nullable types in the model generator as well?

@petrsvihlik
Copy link
Contributor Author

@alanta hmm...that's a very good point and probably a pre-requisite for this. would you mind opening another issue in the generators repo (linking this one)?

regarding plans, so far it's been in the "nice to have" bucket. do you think it should have a higher priority? if so, why? (e.g. do you plan to enable Nullable in the Statiq plugin? or is Nullable something that you enable by default for all new c# projects?)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants