Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • If the current process is likely to be dotnet, how did it get started? Form where the dotnet command was located to run the current process? Commented Mar 20, 2020 at 19:23
  • It could have been started with dotnet on the PATH, dotnet installed elsewhere, or a locally self-contained dotnet runtime Commented Mar 20, 2020 at 19:50
  • Is this so hard? I want to create a CMS in one project but use that core cms in other solutions (just changing the database, css, images, js for each instance of use) so that I add features to the core then just update the DLLs (build output) in my dependencies when im ready. It will be possible to run different versions of the CMS based on if I have updated the DLLs or not (and im ok with that). Commented Oct 5, 2020 at 23:50