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

Stepping stone for .NET Core migrations #1871

Open
wants to merge 2 commits into
base: 4.x
Choose a base branch
from

Conversation

kant2002
Copy link

This is example of work what can be done to start moving into direction of .NET Core. That big work, but somethings which allow. I attempt to split onto commits, to indicate milestones.

  • Migrate regular projects from packages.config to PackageReference
    This is basis for migrate project to new MSBuild format which in itself, required to try run code in ASP.NET Core workloads
    This should be improved even more by migration of WebApplications, but it require individually vetting that some Nuget packages does not contains content or other unsupported features.

Update Core,Data and Web.Framework to new MSBuild SDK style

  • Services project cannot be converted due to reliance on Web Service (can be moved to separate project)
    -Projects inside Tests and Tools folders was not converted to due to significan changes which can prevent them from reviewing PR
  • Unused files from Migrations was removed. These files was not part of the project.

I cannot run test for Data project due to #1870.

Related to #1235

This is basis for migrate project to new MSBuild format which in itself, required to try run code in ASP.NET Core workloads
- Services project cannot be converted due to reliance on Web Service (can be moved to separate project)
-Projects inside `Tests` and `Tools` folders was not converted to due to significan changes which can prevent them from reviewing PR
- Unused files from `Migrations` was removed. These files was not part of the project.
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

Successfully merging this pull request may close these issues.

None yet

1 participant