1,315 questions
1
vote
1
answer
2k
views
Rider + Azure Functions local runner intermittent failure: Value cannot be null. (Parameter 'provider')
I've been working on an Azure Functions project in Rider and, historically, was able to run local functions just fine.
Then I reformatted my PC, re-installed Rider + dependencies and pulled the ...
0
votes
0
answers
112
views
Rider only build resources into dll
I tried to build my project with mono version 6.12.0 installed, it compiles without errors, but the classes don't seem to be compiled, when i test the file, it doesn't work and when im decompiling it, ...
1
vote
2
answers
899
views
Rider - I can't start a project if there are uploaded projects
I'm using JetBrains Rider, and I have a problem: I have a lot of projects and they all show up in the startup configuration, even when I clicked "Unload projects" and unloaded them, because ...
0
votes
1
answer
4k
views
Missing .html file for Blazor .Net 8 Web App - When published with JetBrains Rider
Am i supposed to create one from another file, or?
I am hosting through GoDaddy, and the page is somewhat loading so its definitely pushing to the host... But theres no index.html in the wwwroot ...
5
votes
0
answers
495
views
Primary Constructor Parameter not Working in Unit Test
Problem Statement:
Generally, we write asp.net unit tests for Service layer:
Service.cs
public class AppService : IAppService
{
private readonly IAppRepository _appRepository;
public AppService(...
0
votes
2
answers
587
views
TModLoader seems to not let me build my mod, with error CS1061
I was making a Terraria mod in TModLoader, and I got this error.
using Terraria;
using Terraria.ID;
using Terraria.ModLoader;
namespace FastPickaxe.Items
{
public class FastPickaxe : ModItem
{...
0
votes
1
answer
4k
views
How do I import a dll file to JetBrains Rider IDE?
I'm trying to open a .dll assembly in JetBrains Rider 2023.2.3 at the location indicated by the red arrow, but I can't open the corresponding code. Anyone with experience in JetBrains Rider 2023.2.3 ...
1
vote
1
answer
847
views
Is there a way to add the Visual Studio 2022 hot reload button to Rider?
Recently, I have decided to try moving to Rider from Visual Studio 2022 for the .NET API and Winforms Development.
Everything looks great so far, but I have one feature missing - Hot Reload Button.
...
0
votes
1
answer
186
views
Debbugging for GRPC Service is not available when there are more than one projects in docker-compose.yml
I'm facing a problem with developing a microservices application using .NET and Rider. My solution (.sln) has two projects - an ASP.NET Blazor Server app and an ASP.NET GRPC Service.
When I add only ...
0
votes
2
answers
1k
views
C# v10 not available in Rider 2023.2.2 #file-scoped namespaces
After generating a project i .NET7 CLI, I got an error in Jetbrains Rider "Feature 'file-scoped namespaces' is not available. Please use language version 10.0 or greater.
I tried to change the ...
3
votes
1
answer
910
views
Are each variations of a .resx file supposed to generate their own Designer.cs file?
I haven't been able to find much about how .Designer.cs files work in relations to .resx files in the official docs, and Googling for this kind of situation hasn't resulted in any useful information.
...
0
votes
0
answers
109
views
Lib.Harmony resharper Name '__instance' does not match rule 'Parameters'. Suggested name is 'instance'
Any ideas on how I can not just suppress/ignore but instead say to resharper that this is expected and okay for me? I'm using JetBrains Rider 2023
Adding the attribute of inconsistent naming [...
0
votes
2
answers
243
views
What is "case true or true or true when [...]" syntax in switch-statements?
I have the following code snippet in my project (I simplified it as much as possible):
private void someFunc(bool a, bool b, bool c, int x, int y) {
if ((a || b || c) && x != 1)
{
// do ...
0
votes
1
answer
876
views
How to setup .NET Launch order in JetBrains Rider for .NET Blazor/MAUI Application
I know in Visual Studio I can arrange the projects launch order in the Configuration Manager by sorting the projects that are set to launch.
Like so (Visual Studio Configuration Manager Launch Order)
...
0
votes
1
answer
399
views
Check for references in other solutions - Rider
I've got a solution (let's call it A) with a project in it that throws out a nuget package.
This nuget package is consumed in a bunch of projects that are in a different solution (let's call it B).
Is ...
1
vote
1
answer
394
views
How do I stop ReSharper/Rider from doing this: "}, {"
How do I prevent rider from generating }, { between chopped elements of an initialization?
I looked through Editor --> Code Style --> Braces Layout/Line Breaks and Wrapping, but I may have ...
1
vote
0
answers
466
views
How to remove extra blank lines between if statement and opening brackets
I am writing a .editorconfig for a c# project. I want blank lines between an if statement and the opening brackets to be automatically removed.
Before formatting:
if (1 == 0)
{
// Do something
}
...
11
votes
4
answers
15k
views
Codeium Chat is not accessible in JetBrains IDEs
According to the official website and their YouTube videos, Codeium Chat is supposed to be accessible from the JetBrains IDEs. But I have no way of accessing the chat window...
I wanted to know if I'm ...
2
votes
1
answer
2k
views
Debugging Godot game with Rider C#
I've recently started using Godot and want to use Rider to debug my game. I have the Godot Support plugin in Rider for C#, and it seems to be working for the most part. I have the debug symbol in the ...
1
vote
0
answers
10
views
Show namespace of a class in Quick Documentation
Quick Documentation by default looks like this:
It only shows the class name (Extensions) without the namespace. I know I can click on the class name to see the namespace, but is there any option to ...
1
vote
2
answers
1k
views
What is the equivalent of "Update-Package -Reinstall" in Rider?
I need to solve this problem, but I don't use Visual Studio, I use Rider.
The stated solution (on that question, elsewhere, and also from work colleagues) is Update-Package -Reinstall.
But that pre-...
0
votes
1
answer
1k
views
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 ...
0
votes
0
answers
21
views
Form misalignment
I create a form and set a specific size and when I run the program the displayed form doesn't match the previously set size.
For example I create a form and I add a panel with size 100x100. Then I set ...
-1
votes
1
answer
4k
views
How to connect Perforce with Rider IDE
I've set up a local Perforce server to store my Unreal engine project. I like to use Rider as my code editor and I'm having some trouble getting Rider to connect to my Perforce server as it displays ...
0
votes
0
answers
215
views
C# Passing a property from one csproj to another
So I have some files I'd like to exclude from the compile when running tests, but they're needed at other times.
So I was hoping I could set a property in the test csproj and pass it into the main ...