Linux: Dotnet build process remain after build is succeeded, when building from Jetbrains Rider
- Dominant language
- C#
- Stars
- 3.2k
- Forks
- 1.3k
- PR merge metrics
- PR metrics pending
Description
### Error
I don't know if this is the correct place for the bug, but I hope someone can help me.
After the build process in Jetbrains Rider has finished the Linux processes from dotnet (dotnet exec --runtimeconfig ...) will remain. The problem is, that these "ghost"-processes locks my SQLite database and connects to TCP-Sockets from my other projects. I can kill these processes every time, before launching my application in Jetbrains Rider, but I'm sure that this is not the preferred solution.
This error exists on dotnet 10.0 and also on dotnet 9.0.
My System:
- OS: Arch Linux (x64)
- dotnet (dotnet --version): 10.0.101
- Net10.0 (same problem on Net9.0)
- SDK Version: 9.0.308 & 10.0.101
- dotnet msbuild version (dotnet msbuild --version): 18.0.6.57005
- Jetbrains Rider Version: 2025.3.1
If anyone needs more details, about the project, the .csproj-file, the system or something else, please ask.
### Links
_No response_
### Root Cause
Build Process
### Blocking
- [ ] This issue is blocking
### Affected Releases
- [x] .NET 10
- [ ] .NET 10 (SDK band build)
- [ ] .NET 11
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.