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

Add .NET Core project support to Evolve #3

Closed
lecaillon opened this issue Apr 6, 2017 · 0 comments
Closed

Add .NET Core project support to Evolve #3

lecaillon opened this issue Apr 6, 2017 · 0 comments
Assignees
Milestone

Comments

@lecaillon
Copy link
Owner

.NET Core projects have a completly different build folder arrangement.
Apart from the main assembly, all the others (database drivers in our case) are in the NuGet cache. So finding and loading them on the fly at build time is quite delicate. Even more when you need to deal with their native dependencies.

  • Add new MsBuild task for .NET Core projects
  • Add new assembly loading strategy for .NET Core db drivers
@lecaillon lecaillon added this to the Evolve 1.1.0 milestone Apr 6, 2017
@lecaillon lecaillon self-assigned this Apr 6, 2017
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

No branches or pull requests

1 participant