2024-10-22 21:00
JetBrains Rider tip of the day:
To share the same DB connections between all the solutions and projects you open in Rider you can make them "global" by clicking on the Properties -> Make Global.
So-called "local DB connections" are stored in the project folder, wlist "global DB connections" are stored in the "Users" folder, hence no matter what happens with your src folder, all the connections will survive.