rider Questions

1

Solved

I am trying to enable migration for code-first approach in rider but there is no option showing for the NuGet package manager console. Can anyone help
Clearcole asked 11/5, 2019 at 11:7

2

Solved

In Rider, if I open a folder that has a single .csproj file in it, how do I add a solution? Is there a way to do it inside Rider, like there is in Visual Studio, without resorting to the command li...
Sather asked 13/12, 2018 at 19:49

1

Solved

I am using JetBrains Rider version 2018.3.3 on Ubuntu 18.04. I have enabled the setting Editor -> General -> Ensure line feed at file end on Save. This works great when saving a previously ed...
Sulphathiazole asked 7/4, 2019 at 0:2

3

Solved

Currently trying Rider (JetBrains IDE for .Net). I used to work on Visual Studio Enterprise for c# asp.net MVC projects, and i'd like to know if there's a way (on Rider) to do like the "Add -> view...

2

Solved

I am currently working on a game project for Android using Unity and Rider on Windows10. Git administration is using Github Desktop. After completing the game production, I tried to set up .gitign...
Downstairs asked 10/11, 2018 at 7:18

1

Solved

I made a NuGet package which generates C# code from DSL files at design and build time. It works fine in Visual Studio but has some issues in Rider (which I'll describe below). In Visual Studio T...
Adjudicate asked 18/2, 2019 at 10:31

2

Solved

I'm using Rider, and when I comment out a line using the keymap "Comment/uncomment with Line Comment", the slash // is indented too far left and not where the actual word was appearing. Perhaps a p...
Garrote asked 10/1, 2019 at 11:36

2

Solved

When I press run button in Rider (net core) it run the following command: /usr/local/share/dotnet/dotnet /pathtomyproject/myproject.dll But I need to run the project with the argument "watch", i...
Evieevil asked 21/9, 2017 at 16:36

2

Solved

Why does Rider ask me to install .NET Framework 4.7.2 Developer Pack even though it is installed? I am working with Unity3d using Rider. Here is what Rider asks me to do: 7:41 PM .NET Framewor...
Latakia asked 4/5, 2018 at 16:47

1

How can I attach the library source, such as MySql.Data.dll (source code file:mysql-connector-net-6.9.9-src.zip), to the IDE? When I Ctrl + Click the library class, it decompiles the dll file auto...
Petula asked 7/6, 2017 at 9:23

1

Solved

I'm getting the following error when I try to create a database for my project: [08S01] The TCP/IP connection to the host myhost, port 1433 has failed. Error: "Connection timed out: no further i...
Outbrave asked 23/12, 2017 at 5:16

2

Just wondering if anyone has managed to attach and debug an Azure Functions app using JetBrains Rider? There only seems to be 2 debug options for Azure Functions --debug VS --debug VsCode Not ...
Jedjedd asked 26/9, 2018 at 15:9

1

Solved

R# solution wide analysis resharper has been trying to suggest changes in bootstrap.css, bootstrap.min.js, jquery.min.js and... what not. IMHO it should be handled by R# by default, Can we disab...
Prewar asked 2/10, 2018 at 5:42

1

I'm trying to view the content of a List<> during debugging. Unfortunately I can't see them, cause I get the following message within the variables window: corvalue.GetExactTypeSafe(out type...
Natividadnativism asked 3/9, 2018 at 11:16

1

When I type something like Console.WriteLine("helllllo worllll!"), IntelliJ IDEA will show green wavy lines under the word helllllo and worllll, but Rider won't. I've searched typo/spell using Ctrl...
Sterrett asked 26/8, 2017 at 12:14

0

There is a tool for Visual Studio called "Switch nuget and project references" and it works fine. I'm looking for the same for JetBrains Rider IDE. Do you know is there any tool alternative for Ri...
Popelka asked 3/8, 2018 at 8:21

1

Solved

I searched the IDE and online but didn't find anything so I'm asking: Is there any way to change the application icon of the executable file for the current project in JetBrains Rider?
Rumormonger asked 1/8, 2018 at 14:24

1

Solved

I'm developing C# .Net Core 2.0 on Rider IDE.I cannot find a plugin which sketches UML diagram.I know a plugin called yFile that it exist in IntelliJ IDEA for Java.But seems not available for Rider...
Hop asked 25/1, 2018 at 12:3

1

I'm frequently running into line ending issues with my JetBrains Rider 2018.1 installation under Windows 10. The IDE turns existing LF files into CRLF files once I edit them. I haven't yet found a ...
Giuseppe asked 7/6, 2018 at 14:10

1

Solved

I am trying to use HttpClient client however I am unable to use using System.Net.Http;. How to correctly use C# libraries in JetBrains Rider? The os is linux.
Heraldry asked 22/5, 2018 at 0:37

1

I'd like to make the first letter of private methods lowercase and the first letter of public methods uppercase. However, in Rider there seems to be only one option under C# naming style that appli...
Trevor asked 4/1, 2018 at 22:45

2

Solved

I'm using JetBrains Rider for programming C#, and I guess this warning will also appear when using ReSharper: I wrote this function, GetTicket: public async Task<IEnumerable<Ticket>> ...
Hyohyoid asked 16/4, 2018 at 17:10

3

Solved

I have an enabled Windows Authentication on my projects. When I run it from Rider, it always prompts me "access denied". It's working fine when I run it via Visual Studio. How can I solve...
Strunk asked 8/8, 2017 at 6:31

2

Solved

TL;DR; Are Xamarin Forms projects with .NET Standard library 2.0 supported in Rider? I created a small Xamarin project in Visual Studio 2017.3 (Windows) using the blank forms app multiplatform wiz...
Holmgren asked 5/2, 2018 at 17:36

0

Im currently working on a monolothic ASP NET MVC 5, .Net 4.6.1 web app and i have problem with the debug startup time in JetBrains Rider. When using Visual studio 2017 it takes around 60 seconds fo...
Attenborough asked 24/3, 2018 at 18:46

© 2022 - 2024 — McMap. All rights reserved.