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

Update to project to support Nullable types #155

Merged
merged 4 commits into from
Mar 31, 2021

Conversation

ndrwrbgs
Copy link
Contributor

No description provided.

@ndrwrbgs
Copy link
Contributor Author

Fixes #154

I cannot enumerate the implications that changing return value annotations of [NotNull] to [return: NotNull] may have, particularly for folks on older versions or analyzers.

I also cannot be sure that NuGet won't complain about a class existing under the System namespace. I know they check for that, but I'm not sure if they care about internal classes.

@ndrwrbgs ndrwrbgs changed the title Demonstrate how NotNull will impact the project (Potential) update to project to support Nullable types Mar 10, 2021
@danielwertheim
Copy link
Owner

@ndrwrbgs Nice work. We could publish it as a preview and evaluate, just let me know when you believe it's ready and if I could assist with anything.

@ndrwrbgs
Copy link
Contributor Author

Any chance I could get you to move the file? I won't be able to get back to this this week

@danielwertheim
Copy link
Owner

@ndrwrbgs are there anything more left on this PR? Should I merge it in and put out a new release? I left one comment above.

@ndrwrbgs ndrwrbgs changed the title (Potential) update to project to support Nullable types Update to project to support Nullable types Mar 30, 2021
@danielwertheim
Copy link
Owner

Given your comment regarding old analyzer compatibility etc, should this then be a major bump?

@ndrwrbgs
Copy link
Contributor Author

ndrwrbgs commented Mar 30, 2021 via email

@danielwertheim
Copy link
Owner

OK. Let me know when I should merge.

@ndrwrbgs
Copy link
Contributor Author

ndrwrbgs commented Mar 30, 2021 via email

@danielwertheim danielwertheim merged commit b3eead8 into danielwertheim:master Mar 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants