-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Epic
10 / 1310 of 13 issues completed
Copy link
Labels
.NET CoreArea: EngineIssues impacting the core execution of targets and tasks.Issues impacting the core execution of targets and tasks.Area: TaskHostEpicFeature RequestLTMeetingneeds-designRequires discussion with the dev team before attempting a fix.Requires discussion with the dev team before attempting a fix.triaged
Milestone
Description
Task declaration supports a Runtime attribute that allows MSBuild-running-on-.NET-4 to call tasks that support only .NET 3.5 (by spawning an MSBuildTaskHost.exe that runs on .NET 3.5 and communicates with the rest of the build via IPC).
Similar support could be used to support running .NET Core (or .NET Standard 2.1+) tasks from Visual Studio with Runtime="NET" (or something like that).
Reactions are currently unavailable
Sub-issues
Metadata
Metadata
Assignees
Labels
.NET CoreArea: EngineIssues impacting the core execution of targets and tasks.Issues impacting the core execution of targets and tasks.Area: TaskHostEpicFeature RequestLTMeetingneeds-designRequires discussion with the dev team before attempting a fix.Requires discussion with the dev team before attempting a fix.triaged