Questions tagged [jetbrains-rider]

131 questions
1
vote
2 answers

jetbrains Rider variable usages not showing

I'm new to Jetbrains Rider (an old VS user). I'm using Rider EAP It used to show usages on top of variables but I think I messed up something and it stopped showing anymore. please check the image below, this is how the usages/references used to…
SU7
  • 1,586
  • 1
  • 18
  • 26
1
vote
1 answer

How to test if all functions in my project are commented with

I'm using jetbrains-rider / C#. I want to test and find out if all my functions are fully commented like /// /// Add a and b /// /// a int /// another int …
K--
  • 659
  • 1
  • 7
  • 18
1
vote
0 answers

In JetBrains Rider, how to hide directory output in Console?

How to hide directory output in Console in JetBrains Rider?
Lado
  • 189
  • 7
1
vote
0 answers

Does hot reloading works only when change the XAML in Jet Brains Rider IDE (physical device case)?

Experiment flow Start the debugging of application: Check the Debug Output: On change of any XAML file: [1]HotReloadAgent: Reload request for XamarinExploring: 'Views\PeopleListPage.xaml' [1]HotReloadAgent: Reload view of type…
Takeshi Tokugawa YD
  • 670
  • 5
  • 40
  • 124
1
vote
0 answers

Microsoft.Common.CurrentVersion.targets(5100, 5): [MSB3021] Unable to copy file "xxxx" to "xxx". Access to the path 'xxx' is denied jetbrain rider

Upgraded the project from .net core 5 to 6 and getting this error on jetbrain rider, with visual studio everything is working fine. Microsoft.Common.CurrentVersion.targets(5100, 5): [MSB3021] Unable to copy file…
San Jaisy
  • 15,327
  • 34
  • 171
  • 290
1
vote
0 answers

MustUseReturnValueAttribute does not show warning/exception if method contains out parameter

Just as the title says, this attribute is ignored if the method contains any parameters with "out", is this a bug? Does anyone know another attribute in C# that can throw an error/warning in that case? (added unity tag because this happens in unity,…
1
vote
0 answers

Is there a way to bring the VS Code theme to Rider IDE?

I'm using a theme called "Night owl black" in VS Code but in the Rider's marketplace there is no have that package. So is there a way to bring the VS Code theme to Rider IDE? (I now there is night owl but it's not the same one that i use...)
1
vote
0 answers

Import keybindings from Visual Studio to JetBrains Rider

Are there any extensions or whatnot for importing Visual Studio keybindings to JetBrains IDE? I just want as many 1-1 mappings as possible (Peek definition = quick definition, etc.) Anyone knows a way?
TheForgot3n1
  • 212
  • 2
  • 11
1
vote
0 answers

Rider Ide: Jump to Method (When interface has change one argument)

How can I get (JetBrains) Rider to jump to a method, after I change something in a method's interface? In VSCode the "Normal" "jump to" method will work, when you change the interface, (aka the method don't fulfill the interface any more, but it's…
Alf Nielsen
  • 1,361
  • 1
  • 10
  • 19
1
vote
1 answer

Is there a way to import key mappings from Visual Studio into Rider IDE?

I would like to import all the custom key bindings I have set in VS2019 over to the Rider IDE. What are the ways I could achieve this besides manually moving each of them? I tired export setting from the visual studio and tried importing the…
haku
  • 4,105
  • 7
  • 38
  • 63
1
vote
0 answers

Rider shows Lots of errors when opening an Unreal 5 project (but it sill builds)

When I open an Unreal 5 project in Rider, all the classes from UnrealBuildTool are shown as errors: The type 'object' is defined in an assembly that is not referenced. You must add a reference to assembly 'mscorlib,…
Lai Yu-Hsuan
  • 27,509
  • 28
  • 97
  • 164
1
vote
1 answer

Configure Rider

Can somebody help with Rider syntax configuration? I'm trying to learn Rider to format conditions in the way where predicates always should be on a new line instead of being at the end of the previous. This is how it works now: query.Where(item =>…
dantey89
  • 2,167
  • 24
  • 37
0
votes
0 answers

How do you keep the autocomplete text box in JetBrains Rider or other Intellij IDEs from obscuring surrounding text?

As I'm typing in JetBrains Rider, the autocomplete textbox(s) will immediately appear over and under what I'm typing, which obscures the surrounding detail of the code that I'm writing. Often times I need to be able to see that code and I'm…
lamont
  • 3,854
  • 1
  • 20
  • 26
0
votes
0 answers

SQL71502 SQL Procedure : has an unresolved reference to object [dbo].[sp_executesql]

I have a stored procedure in a SQL Project running in JetBrains Rider which is defined as follows: SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO CREATE PROCEDURE [dbo].[spGetDeviceNotification] @SerialNumber NVARCHAR(60), @ChannelID…
0
votes
0 answers

How to include jetbrain rider ide package

I generally create net core and net core api applications. I just switched to jetbrain rider ide and there is no client side library in vs2022, what solution do you use for this? I could not find an article about npm or a source that has been tried…
egmnagsts
  • 1
  • 1
1 2 3
8 9