-
Notifications
You must be signed in to change notification settings - Fork 224
Don't use environment variables to pass data from native to managed code #1970
Comments
Bonus potential security issues here as well :) |
Fixing AppDomainManager may be interesting |
When doing this we should also pass OS, Architecture etc. from the native layer to managed code. |
Also the framework name selected using the This one might be tricky since it needs to get to the |
Related to #2544. When you make this change, can you make it so that https://github.com/aspnet/dnx/blob/dev/src/Microsoft.Dnx.Host/Bootstrapper.cs has a richer object model that represents the things it takes as input? Basically a higher level hosting API that doesn't assume the caller is a command line application? |
This must have the record for most commits associated with bugs |
It flows to child contexts and generally messes things up.
The text was updated successfully, but these errors were encountered: