rider Questions
3
Solved
I created a new simple net5.0 + EFCore project, but after trying to run dotnet ef update --project DAL I am getting an obscure error:
>dotnet ef update --project DAL
...
It was not possible to f...
Bab asked 15/4, 2021 at 14:47
4
Solved
I had used VS CODE before. But now I would like to try JetBrains Rider. Currently, I have only NetCore 3.0. But before I had 2.2. I had removed old NetCore and installed new one. I am trying to cre...
Sandhi asked 17/5, 2019 at 9:14
1
A teammate recently updated our code base to use .NET Core 6.0 and I'm trying to build the project in JetBrains Rider.
I went to File > Preferences > Environment and clicked on the Update but...
2
Solved
Hello i'm a new user of ubuntu (installed version 22.04) and i have problems with it from the start... Currently i am struggling with running integration tests with Jetbrains Rider (I run the appli...
3
Solved
I went through the entire app and two Google pages and didn't found it. How can I enable the output window?
Ranite asked 7/12, 2016 at 8:58
3
Solved
I am trying JetBrains Rider for my existing .NET Core project. In the project I have several appsettings.json overrides:
appsettings.Development.json - for development
appsettings.Test.json - for...
Shiprigged asked 8/8, 2017 at 11:59
1
I'm using Rider distraction free mode as described in this post and I would like to move the line number closer to the green bar because it is a little troublesome to know which line number a certa...
Extensor asked 23/3, 2022 at 17:15
3
Solved
Just installed the latest version of Rider EAP (163.12057) and tried to create a new solution.
In my Solution Explorer its shows my Solution and (load failed).
In the Event Log window I get the er...
Ramekin asked 18/1, 2017 at 15:17
1
I am trying to get the inspect the values of local variables. This feature works for some variables. For those that it doesn't, Rider brings up an error:
The name `variable_name` does not exists ...
4
Is there an easy way to scaffold migrations using old EF outside of Visual Studio? I would like to do it via Rider IDE if it possible.
Pyrotechnic asked 3/1, 2018 at 22:23
1
Solved
I am struggling with Rider on my MacBook as I am unable to evaluate IEnumerables while debugging my code. I am currently running Rider 2021.3.1, but the issue has persisted since before Rider 2021....
Skirt asked 13/12, 2021 at 9:40
1
Solved
I would like to set some of my files as Embedded Resources.
There are tutorials on the easy task like that, only for Visual Studio, but not for Rider.
Here is a question about Rider with no answer:...
Pistole asked 14/1, 2022 at 8:35
1
Solved
I created server through docker with command:
docker run -d — name MySQLServer -e ‘ACCEPT_EULA=Y’ -e ‘SA_PASSWORD=your_password123’ -p 1433:1433 mcr.microsoft.com/azure-sql-edge
I'm working on an M...
Eldreda asked 1/1, 2022 at 18:18
2
Solved
VS has a checkbox that just builds the XML documentation file from C#. I couldn't find anything like this in JetBrains Rider's build settings. What's the easiest way to do this?
Twirl asked 2/1, 2022 at 18:32
1
Solved
I would like to use JetBrains Rider to edit mermaid diagrams but there doesn't seem to be a plugin for it (at least I couldn't find one). Is there any way to enable rendering of mermaid diagrams in...
Nebulize asked 6/12, 2021 at 9:12
1
Solved
Is it possible to create contextual keymaps (shortcuts) in Rider?
For example, in VS, F5 is the shortcut for "run in debug mode". Then if you put a breakpoint and it hits, while you're in...
Laylalayman asked 28/2, 2021 at 22:53
1
I get the error The assembly for this test is not found in Rider, when running Unity tests from Rider.
Havoc asked 14/11, 2021 at 19:50
1
I'd like to debug my .NET Core process running under WSL2, but I can't attach to it from Rider in Windows. Is there a way to achieve this?
Possibly asked 30/9, 2021 at 16:36
2
The JetBrains Rider I'm using is the latest version, 2019.1.2 (free 30-day trial), from the official website. It's not a broken version.
I have a solution which contains an ASP.NET web API csproj. ...
Eulaeulachon asked 20/6, 2019 at 8:6
3
Solved
JetBrains Rider hangs indefinitely when creating solution file on Ubuntu 16.04. Already restarted both Rider and my system.
Pforzheim asked 29/12, 2018 at 21:40
1
Solved
I'm checking out rider, but so far I struggle with that it actually selects the wrong .net sdk. I have those installed according to dotnet --list-sdks:
5.0.202 [C:\Program Files\dotnet\sdk]
5.0.301...
Derivative asked 19/7, 2021 at 17:59
2
I'm running on MacOs Apple M1 chip (ARM64 but using Rosetta 2):
Rider 2020.3 EAP 10
dotnet 5
Xamarin Android plugin and SDK installed within Rider.
When I open a Xamarin Android app solution, mos...
Barfly asked 5/12, 2020 at 0:44
0
I am using Rider version 2021.1.2 and I have observed a peculiar behavior from Rider lately which I did not notice before. What I am noticing is that when I have multiple tests project and I run th...
1
Solved
In Rider, is there a way to actually show the "external code" in the debugger stack frames, when paused at a breakpoint?
In Visual Studio, this can be done easily, but in Rider it seems ...
2
Solved
I am giving the JetBrains Rider IDE a try for Windows development with WPF. (I am on day 1 of my 30 day trial period.)
So, as I am running (debugging) my application, I notice that something is no...
© 2022 - 2024 — McMap. All rights reserved.