You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
* 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
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.
The text was updated successfully, but these errors were encountered: