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

Add licenses.licx special file provider #5468

Merged
merged 1 commit into from
Sep 12, 2019
Merged

Conversation

davkean
Copy link
Member

@davkean davkean commented Sep 11, 2019

Fixes: #4938.

This adds a new implementation of AbstractFindByNameSpecialFileProvider called AbstractFindByNameSpecialFileProvider2 that derives from the new AbstractSpecialFileProvider. The original will be removed & replaced in a later PR

Fixes: dotnet#4938.

This adds a new implementation of AbstractFindByNameSpecialFileProvider called AbstractFindByNameSpecialFileProvider2 that derives from the new AbstractSpecialFileProvider. The original will be removed & replaced in a later PR
@davkean davkean requested a review from a team as a code owner September 11, 2019 09:03
@davkean
Copy link
Member Author

davkean commented Sep 12, 2019

This works well if you opt out of globs, with globs enabled we need to implement: dotnet/sdk#3631.

@davkean davkean merged commit 7fcd4c9 into dotnet:master Sep 12, 2019
@davkean davkean deleted the FindByName branch September 12, 2019 02:16
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.

Third-party Windows Forms controls that use LicenseManager crash the designer with E_NOTIMPL
4 participants