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

Adding Update, Exclude, and Remove everywhere they currently are not. #71

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

cdonnellytx
Copy link

This fixes #68, at least that it no longer throws an ArgumentNullException when the element uses Update, Remove, or Exclude.

Known issues

  • .targets files without an Sdk attribute still don't seem to trigger code completion, but I'm not sure why. I'll probably open a separate bug for this unless someone knows why that would be the case.

@dnfclas
Copy link

dnfclas commented May 5, 2020

CLA assistant check
All CLA requirements met.

This fixes dotnet#68, at least the ArgumentNullException part -- targets files without an Sdk attribute don't seem to work.
@cdonnellytx cdonnellytx force-pushed the dev/cdonnellytx/UpdateExcludeRemoveEverywhere branch from fb82f2a to ccb051f Compare May 15, 2020 20:11
Base automatically changed from master to main March 6, 2021 03:36
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.

ArgumentNullException when using the Update attribute
2 participants