-
Notifications
You must be signed in to change notification settings - Fork 15
Move the netcoreapp2.0 runtime library into the build folder #143
Comments
Might have to check this one - if you have a |
With the new PTF vs. ATF thing I don't know what the behavior would be. |
What's PTF vs. ATF? |
PackageTargetFallback vs. AssetTargetFallback. |
Not saying it's necessarily related, but it might be relevant. |
Btw, same is true of the .NET Framework assembly. These are currently packed into |
Today we do this because we rely on the CLI to auto-generate binding redirect files for those guys. We could manually create binding redirects (and pack them) that would work with most apps to move those bits around. |
The binding redirects can't be packed. You have to generate those based on the dependencies of the project. FWIW - it's more complicated, but you could "borrow" the binding redirects generated for the app, or use AppDomains to better manage assembly resolution. |
We need to talk to @DamianEdwards about some aspects of this because it seems like we're having to work around too many sharp edges in the system. |
Binaries moved. @Eilon do you want me to keep the work item open so we can follow up with @DamianEdwards? |
This way a users application can't actually call into ViewCompilation code.
@Eilon this should be done for RTM
The text was updated successfully, but these errors were encountered: