-
Notifications
You must be signed in to change notification settings - Fork 575
Convert projects to SDK-style #3116
Copy link
Copy link
Closed
Labels
BacklogLegitimate tasks of lower priority not in current dev schedule.Legitimate tasks of lower priority not in current dev schedule.infrastructureIssues related to the build, packaging, testing or related areas.Issues related to the build, packaging, testing or related areas.
Metadata
Metadata
Assignees
Labels
BacklogLegitimate tasks of lower priority not in current dev schedule.Legitimate tasks of lower priority not in current dev schedule.infrastructureIssues related to the build, packaging, testing or related areas.Issues related to the build, packaging, testing or related areas.
Type
Fields
Give feedbackNo fields configured for issues without a type.
We recently migrated all our projects to SDK-style ones in corefx (dotnet/corefx#29831). Coreclr is doing the same now and migrate the 10k+ test projects with dotnet/coreclr#19282. Core-setup already migrated.
To make certain assumptions and make buidltools / arcade updates easier WCF should also migrate to SDK style projects to align with corefx. You can take a look at the corefx PR for what was necessary. Note that a lot of work in buildtools is of course already done and can just be consumed. If you need help with the migration let us know.
cc @eerhardt @danmosemsft