-
-
Notifications
You must be signed in to change notification settings - Fork 746
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
[BUG] Projects with dashes in the name break the code analyzer #1404
Labels
Comments
WAT. That explains my issue. |
Well that explains it. |
Fixed by #1921 |
Closed
Issue notified as resolved. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
If your dotnet project has a
-
in the name, you will receive a build error...Generator 'InterfaceStubGeneratorV2' failed to generate source. It will not contribute to the output and compilation errors may occur as a result. Exception was of type 'NullReferenceException' with message 'Object reference not set to an instance of an object.'
If you rename the project to something without the dash it will work fine.
Steps To Reproduce
Create a project (or rename an existing project) to include a
-
in the name and Build.Expected behavior
Builds without error.
Environment
The text was updated successfully, but these errors were encountered: