-
Notifications
You must be signed in to change notification settings - Fork 2
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
multi .NET version targeting #34
Comments
@usmanasfandiCheetah I believe you're already working on this. I just wanted to give a heads up I've moved this issue here. |
System.Runtime 4.2.0 supports both types of assembly. Core and Standard Assembly that comes with Visual Studio version 17 and above. |
Both Standard and Core Framework Assemblies are now readable and getting results as its supposed to be. All the attributes are also working except for the References attributes that need to be matched with the way entity framework is handling the foreign keys and dependency constraints. |
@usmanasfandiCheetah I don't think there should be any EF scope work under this issue -- that should be under #29. The main thing I'm looking for here are integration tests that show |
@usmanasfandiCheetah I don't see a test in here that would demonstrate multi-targeting. I was expecting to see an integration test using assemblies as embedded resources that would build simple models in Core and Framework. |
@usmanasfandiCheetah just some notes on our conversation earlier. You're going to add integration test, building on what I stubbed out in the Test project for EFAssemblySources. We're not going to implement the "AO" assemblies for now |
currently only NET Standard 2.0 is supported, but we need to target different .NET versions (Core 3.x+ and Framework 4.7+). The exact versions are negotiable. A few things we need here:
Please use branch
feature/multi-targeting
The text was updated successfully, but these errors were encountered: