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

Need to update Hosting documents to remove claim of 'side-by-side' #10440

Closed
jeffschwMSFT opened this issue Feb 12, 2019 — with docs.microsoft.com · 3 comments
Closed
Assignees
Labels
doc-bug Problem with the content; needs to be fixed [org][type][category]
Milestone

Comments

Copy link
Member

The following sentence should be changed:
Because .NET Core is able to run side-by-side with itself, it's even possible to create hosts which initialize and start multiple versions of the .NET Core runtime and execute apps on all of them in the same process.
To:
.NET Core is not supported to run side-by-side with itself. If you are looking for assembly loading isolation consider AssemblyLoadContexts (https://docs.microsoft.com/en-us/dotnet/api/system.runtime.loader.assemblyloadcontext?view=netcore-2.2)


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

@mjrousos
Copy link
Member

@jeffschwMSFT, I can make the necessary update. I thought back in the Silverlight days it was possible to start more than on CoreCLR instance in-proc. I take it that has changed?

@mjrousos
Copy link
Member

Looking at the doc in question, I don't think we need to address the side-by-side scenario at all. It looks like the only reason it was mentioned was as a cool 'extra' feature for people implementing advanced hosting scenarios. If this isn't a supported scenario, my proposed fix would be to just remove that sentence. Let me know if that makes sense.

@jeffschwMSFT
Copy link
Member Author

Thanks @mjrousos, I agree removing the sentence looks like the right fix.

mjrousos added a commit to mjrousos/dotnet-docs that referenced this issue Mar 29, 2019
@mairaw mairaw added doc-bug Problem with the content; needs to be fixed [org][type][category] and removed ⌚ Not Triaged Not triaged labels Sep 4, 2019
@mairaw mairaw added this to the March 2019 milestone Sep 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc-bug Problem with the content; needs to be fixed [org][type][category]
Projects
None yet
Development

No branches or pull requests

5 participants