Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Conversation

@bamarsha
Copy link
Contributor

@bamarsha bamarsha commented Sep 18, 2020

We're planning to gradually enable null checking across the C# projects. This is the first project to get it.

Copy link
Contributor

@ScottCarda-MS ScottCarda-MS left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very excited to see this change. Is the plan currently to enable the feature, but keep as many things nullable as possible right now by adding the ?, then making things non-nullable as we work with the code?

@bamarsha
Copy link
Contributor Author

My plan is to make as few things nullable as possible (just enough to fix the build errors) without spending too much time refactoring the code to potentially avoid a nullable.

@bamarsha
Copy link
Contributor Author

I believe a test is failing because CommandLineParser has a bug: commandlineparser/commandline#136. It seems like it was fixed last month in Git, but that version is not available on NuGet yet.

@bamarsha bamarsha merged commit 5db3bbc into main Sep 21, 2020
@bamarsha bamarsha deleted the samarsha/command-line-tool-nullable branch September 21, 2020 21:22
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants