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

Removing EnvDTE features #22

Open
3F opened this issue Oct 12, 2019 · 0 comments
Open

Removing EnvDTE features #22

3F opened this issue Oct 12, 2019 · 0 comments
Milestone

Comments

@3F
Copy link
Owner

3F commented Oct 12, 2019

net.r_eg.MvsSln.EnvDTE

Scheduled for removal in future major releases!

These features were added together with features from DllExport project when it was based on PowerShell scripts in the past (ie. obsolete today).

Today's MvsSln 2.x has been focused for work with data outside of Visual Studio IDE. And I don't see the future in the development of this thing for MvsSln.

Although it can be also separated into other independent project for more complex work with IDE/COM interop.

I want to hear some feedback for this. Because some other parts of related features already exists in vsSolutionBuildEvent + something new if it is in demand.

But anyway, I think this subset will no longer be as part of MvsSln.

@3F 3F added this to the 3.0 milestone Oct 15, 2019
3F added a commit that referenced this issue Oct 17, 2019
* FIXED: Fixed parallelism problems when using Sln wrapper.

* FIXED: Incorrect initialization for ProjectReferences class.

* NEW: Added .net core based target platforms: netcoreapp2.1. + netstandard2.0. Issue #11.

* NEW: Added netfx based target platforms: net472. PR #21.

* NEW: IXProject methods:
    ```
    +bool AddPackageReference(string id, string version, IEnumerable<KeyValuePair<string, string>> meta = null);
    +Item GetFirstPackageReference(string id);
    +bool RemovePackageReference(string id);
    ```

* CHANGED: EnvDTE features are obsolete now. Scheduled for removal in future major releases. Issue #22.

* CHANGED: MathExtension.CalculateHashCode now encapsulates GetHashCode() with null checking.

* CHANGED: Compatible signature changes for the following extension method:
    ```
    AddOrUpdate(this IDictionary<string, string> source, IEnumerable<KeyValuePair<string, string>> items)
    ```

* KNOWN: Various [ possible ] problems when using modern MSBuild assemblies.

        ! Solution and details in our wiki:
        https://github.com/3F/MvsSln/wiki/Advanced-Features

        Do not hesitate to contact: https://github.com/3F/MvsSln/issues

* NOTE: Discuss the planned v3.0 and its major changes:
        https://github.com/3F/MvsSln/milestone/4
3F added a commit that referenced this issue Aug 3, 2021
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

No branches or pull requests

1 participant