-
Notifications
You must be signed in to change notification settings - Fork 445
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
Core Tools updates to use out-of-process host by default #3744
Comments
This is the format we will be using: |
Is there a way to run in proc locally already? On Azure there is a env var that needs to be set Is this what you are talking about here? and when can we expect this function? I'm interested, since from upgrade to .net 8 of our project I cannot develop locally on linux machine with this tools installed. Maybe I'm doing sth wrong, but on Windows it was resolved with grabing latest version.
|
@alesrosina To use the Core Tools with .NET 8 on the in-process model, you must provide the The work tracked by this item is separate, though it will introduce an additional option (the flag mentioned in Aishwarya's comment above) when invoking directly via the command line. When we originally introduced support for .NET 8 on the in-process model, we had to change some mechanics of how the Core Tools and the host interact. This work extends and generalizes those changes a bit. Other than the introduction of that new flag, we expect no changes for .NET 8 on the in-process model as a result of this. |
@mattchenderson this was my issue, yes. I guess I've missed this somewhere, that this should be in |
This item was completed by #3802 |
The Core Tools should switch to use the out-of-process host for out-of-process stacks. Today, it still uses the .NET 6 in-process host, unless it knows it needs to use the .NET 8 in-process host.
This item requires additional design. A few quick notes:
We should expect this to be at least a minor version bump.
The text was updated successfully, but these errors were encountered: