forked from icsharpcode/SharpDevelop
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix error when installing EF.SharpDevelop NuGet package.
Enumerating the EnvDTE.Project.Object.References in a different app domain was trying to load the PackageManagement assembly and failing. Changed EnvDTE.References so it only exposes types in the SharpDevelop.EnvDTE assembly and switch to using IEnumerable on the EnvDTE.References class.
- Loading branch information
Showing
2 changed files
with
9 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters