microsoft / dotnet

This repo is the official home of .NET on GitHub. It's a great starting point to find many .NET OSS projects from Microsoft and the community, including many that are part of the .NET Foundation.
https://devblogs.microsoft.com/dotnet/
MIT License
14.25k stars 2.2k forks source link

Unable to relauch DotNet via Ctrl+R when DotNet is unable to open dll file #1397

Closed franklbt closed 11 months ago

franklbt commented 11 months ago

DotNet version: 7.0

Context:

I have multiple project I need to launch simultaneously, all of them are in the same solution. Let's call them Project 1 and Project 2. Theses 2 projects have dependencies in common

Repro:

Impossible d'ouvrir '' en écriture -- 'The process cannot access the file '' because it is being used by another process

It will be great if DotNet does not produce this error, but in the meantime the Ctrl+R shortcut would be useful in this case.