[Rider] Application doesnt work when running in debug mode

The C# NET 8 webapi doesn't start when running in debug mode, and it looks like it is stuck in the stage as you can see in the logs below.

about my environment 

 

 

logs in console

[17:15:57 INF] Now listening on: https://localhost:53521
[17:15:57 DBG] Loaded hosting startup assembly ********
[17:15:57 DBG] Disposed connection to database '' on server '' (0ms).
[17:15:57 DBG] Connection id "0HN6CVJE5211F" received FIN.

 

 

also tried with both 

 

 


 

 

0
2 comments

Did a downgrade to 

 

JetBrains Rider 2024.1.4
Build #RD-241.18034.76, built on June 23, 2024

Runtime version: 17.0.11+1-b1207.24 aarch64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
macOS 14.6.1
.NET Core v8.0.1 ARM64 (Server GC)
GC: G1 Young Generation, G1 Old Generation
Memory: 2304M
Cores: 11
Metal Rendering is ON
Registry:
 ide.experimental.ui=true
 ide.new.project.model.index.case.sensitivity=true
 

but the application still not starting right

0
Hello,

Thank you for contacting Rider Support. In order to take a closer look at the issue, we will need some additional information. Please do the following:
- Go to Help | Diagnostic tools | Choose Trace Scenarios 
- Enable the Trace scenario for Debugger;
- Reproduce the issue
- Collect the full log bundle via Help | Collect Logs and Diagnostic Data, 
- Disable Trace scenarios;
- Attach the resulting log bundle to this ticket or upload it to our server (https://uploads.jetbrains.com/) and share the ID.

Thank you in advance and have a great day!
0

Please sign in to leave a comment.