-
-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Labels
coreenhancementenvActive environment and its .vcxproj, .csproj, ... supportActive environment and its .vcxproj, .csproj, ... support
Milestone
Description
This question has been raised a very long time. As I already mentioned:
Modern #MSBuild assemblies are much more closely integrated with #VisualStudio and much more difficult to maintain independently
ie. without VS/dotnet sdk dependencies.
We need to consider more independent implementation as possible. At least for an alternative way.
Why
- https://github.com/3F/MvsSln/wiki/Advanced-Features#about--possible--problems
- Microsoft.Build.dll for .netfx 4.0 dotnet/msbuild#3581
- SDK-based project with new target platforms #21
- C++ projects and their initialization via Microsoft.Build.Evaluation #1
- Support SDK-based projects #2
- Unable to load Xamarin Project... #4
- Cannot load UWP projects #5
- The SDK 'Microsoft.NET.Sdk' specified could not be found. #24
- ProjectSection(ProjectDependencies) is missing in .sln #25
- The SDK 'Microsoft.NET.Sdk' specified could not be found. DllExport#143
- Basic support for the netcore-based projects DllExport#123
- ...
How
Either basing on original https://github.com/microsoft/msbuild (MIT) or from scratch.
What
- Compatible Evaluator engine.
- Basic manipulation with XML nodes.
Where
At least for public:
Metadata
Metadata
Assignees
Labels
coreenhancementenvActive environment and its .vcxproj, .csproj, ... supportActive environment and its .vcxproj, .csproj, ... support