Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
49 views

I'm trying to debug and run a .NET MAUI Android app targeting .NET 9 in JetBrains Rider (2025.1.3). SDKs installed: 9.0.308 [C:\Program Files\dotnet\sdk] 10.0.100 [C:\Program Files\dotnet\sdk] ...
Antonin937's user avatar
-1 votes
0 answers
47 views

I have a bunch of classes that are using the same interface. When I try to show usage on a class attribute (that the interface requires) it will show me every class that is using that interface. ...
Limey's user avatar
  • 2,794
2 votes
2 answers
130 views

I am currently creating a custom .NET router. It is working as it should, but one thing that bothers me is that I don't get the same level of syntax highlight in rider as I get with other more ...
munHunger's user avatar
  • 3,117
1 vote
0 answers
131 views

I built a devcontainer on Windows, via Rider 2025.2, and I could run it and launch the rider IDE then load the project. When I build or restore nuget packages in the project, using dotnet command, I ...
Damien Doumer's user avatar
1 vote
2 answers
171 views

Starting with Angular 19 I keep getting errors like TS-992010: 'imports' is only valid on a component that is standalone. which I see others have fixed on VS Code by updating angular language service &...
Desperado's user avatar
  • 322
2 votes
1 answer
168 views

I am building a custom Calendar Date Picker in Avalonia in JetBrains Rider. Unable to modify the calendar popout. I need to remove the empty space on the right hand side. Here is the code. <Style ...
Athang Tikekar's user avatar
1 vote
1 answer
77 views

Does Rider have a setting to enable automatic insertion of the required usings when copy pasting? Im not sure if this is a Feature in IntelliJ, but I know Eclipse does it and I am really missing it in ...
Lahzey's user avatar
  • 413
-1 votes
1 answer
72 views

The Jet Brains Rider brakes my diligent code formatting when I pressing the Enter key. How to disable this behavior? (I need to write something else to pass the characters/images ratio validation. I ...
Takeshi Tokugawa YD's user avatar
0 votes
1 answer
147 views

I'm working on a .NET 8 Web API using C# and trying to connect to a local PostgreSQL instance via Npgsql. I'm using JetBrains Rider on macOS. I am able to add the DB in Rider and test it, however, I ...
ksh's user avatar
  • 100
1 vote
0 answers
102 views

I am trying to add Qt to my existing SLN solution, but I do not use the Visual Studio IDE because I don't like it at all. Most online tutorials use the Qt VS Tools, however because I am using Rider ...
Bukibarak's user avatar
0 votes
1 answer
105 views

I have been trying to get vcpkg configured to provide my POCO libraries for a few days now and am about at the end of myself. The project builds fine, but fails on the linking. Here is the error: ...
Lorne's user avatar
  • 121
-4 votes
1 answer
47 views

Git keeps adding /.idea and /obj folder as changes, even though these directories are listed in .gitignore. I have a repo with this folder structure: repo/ ├── .github/ │ └── workflows/ ├── docker/ ├...
Caetano's user avatar
2 votes
1 answer
3k views

I'm working on a tool using ModelContextProtocol in C# (.NET 8), and I'm hitting a frustrating issue when trying to run my MCP server from JetBrains Rider. Here's the setup: My Program.cs uses ...
AVTUNEY's user avatar
  • 1,353
0 votes
0 answers
49 views

I can't for the life of me figure out how to do this, if possible. When using explicit expressions as values for EventHandlers or actions on components, is there a way to define how you want them ...
Casper Thamdrup's user avatar
1 vote
0 answers
139 views

I am using JetBrains Rider as my C# IDE and have run across an irritating occurrence - when I open my project for the first time, everything is fine and I can compile it using dotnet build && ...
Adam Kinzel's user avatar
0 votes
1 answer
54 views

When editing Directory.Build.props, I want to list possible values for XML elements, like <Nullable>. If I insert a space, then possible values are shown, but the space is also inserted, when I ...
Shuzheng's user avatar
  • 14.6k
0 votes
1 answer
258 views

Recently noticed my Jetbrains IDEs (e.g. Rider, Pycharm) use an italic font for all menus (not for the code itself). Is that intended? I can't remember having that changed myself. Couldn't find an ...
me.at.coding's user avatar
  • 18.5k
0 votes
0 answers
537 views

I can run tests in Rider on Mac, and they work correctly. But I can't debug. For all of my projects, except one, running debug shows "project building", and then nothing happens. In one of ...
max555's user avatar
  • 1
0 votes
2 answers
316 views

I have a NET8.0-iOS project on Visual Studio for Mac 2022, which supports iOS 17 but from April we need to generate App Store build using latest Xcode 16 with iOS 18. So to support this we are ...
Maddiee's user avatar
  • 287
0 votes
0 answers
102 views

Abstract inherited member 'void System.Web.WebPages.WebPageExecutingBase.Execute()' is not implemented public abstract class EshopViewPage<TModel> : WebViewPage<TModel> The error make ...
Jan Kenedian Jake's user avatar
0 votes
0 answers
151 views

The description of my problem is pretty simple: Rider does index all my frontend files but all my *.html files are not indexed. I already cleared my cache and checked that *.html-Files are not ...
Semjon Mössinger's user avatar
0 votes
2 answers
76 views

I am creating a .NET project(ide:Rider) with .NET 8 by selecting the Individual Authentication option. When I try to add a new Identity to the Areas folder via the popup using “Add Scaffolded Item”, I ...
Bilal Furkan Karaca's user avatar
0 votes
2 answers
308 views

I'm working on a Razor webapp that includes two solutions from two different folders. I need some projects from both solutions to run when I'm testing, but I'm only modifying code in one of the two ...
Olivér Raisz's user avatar
0 votes
1 answer
513 views

Rider Version: 2024.3.5 Windows 11 I tried restarting/rebuilding/invalidating caches. Navigating to symbols does not work in a specific solution neither autocomplete and suggestions, but if I change ...
Leonardo Oliveira's user avatar
-1 votes
1 answer
60 views

I'm using Rider to test out .net9 in OSX. I created a project with ASP.NET blazor template, and out of the box it refuses to start with an error Microsoft.AspNetCore.DataProtection.KeyManagement....
tonsteri's user avatar
  • 857

1
2 3 4 5
27