rider Questions

2

I'm using Jetbrain's Rider. I have two classes in a project. They both have main methods. So I'm getting an erorr saying " Program has more than one entry point". I cannot even find the &...
Thornton asked 21/7, 2020 at 12:40

2

Solved

I have just added a SOAP webservice to a new Asp .net core project. When i try to build the project it results int he following error. Microsoft.NET.Sdk.DefaultItems.targets(295, 5): [NETSDK1022...
Sinecure asked 8/6, 2020 at 6:52

4

Solved

In Rider IDE, I am trying to create a new solution: But I'm unable to change the .NET Framework as the dropdown is disabled. How can I change the version? I have installed .NET Framework 3.5, 4.5,...
Manganous asked 9/2, 2018 at 6:18

1

Solved

I have this code [HttpGet("average/{videoGuid}")] public async Task<IActionResult> AverageRatingOfVideo([FromRoute] string videoGuid) { _logger.LogInformation($"Finding averag...
Varnado asked 24/1, 2021 at 19:15

1

In Rider 2020.1.3 on macOS Catalina. I'm not normally a C# dev, so apologies for incorrect terminology. This is a .NET api containerized with Docker. Rider is randomly seeming to lose connection t...
Aram asked 11/6, 2020 at 15:44

2

JetBrains Rider does not give me the new value for my watches automatically. Instead, I have to click refresh after every step: I went to the settings and made sure this option was enabled: ...
Sogdiana asked 15/2, 2018 at 21:30

1

I need to write an unsafe method in C# and apparently "unsafe construct cannot be used in safe context". I went to project properties and saw a switch to allow unsafe code in Debug and Release buil...
Lyell asked 30/8, 2017 at 20:29

2

Solved

I am giving Rider a try, and so far, quite like it. One feature I use in Visual Studio quite often is right click on a web project and publish to our testing server. I cannot find a similar option ...
Stairwell asked 27/5, 2017 at 9:47

1

How can I set .runsettings for MsTest in JetBrains Rider? I tried File | Settings | Build, Execution, Deployment | Unit Testing | MSTest and choose the .runsettings file in Test Settings but this ...
Irade asked 27/6, 2019 at 9:2

1

Solved

Using Jetbrains Rider, I created a new Xamarin application. Because Rider creates a Xamarin application with an older version (4.4.0.991640), I upgraded Xamarin to the latest version (4.8.0.1687). ...
Groundling asked 10/12, 2020 at 16:26

1

Solved

Goal Ideally, our projects contain no unused namespaces / methods / functions and classes. It is fairly simple to find the number of usages of all of these, for instance; Has two usages while the ...
Hyperon asked 19/11, 2020 at 15:22

2

Solved

I've got some C# code that has specific format that I don't want re-formatted by Rider. Is there some directive I can add to my code to tell Rider that this section shouldn't be reformatted? Thanks...
Skat asked 30/10, 2020 at 14:2

2

Solved

I'm facing the Developer Tools problem since yesterday. I use Unity (several different versions, e.g. 2018.4.23), Jetbrains Rider (updated today to 2020.1.3, yesterday 2020.1.2) macOS Catalina ...

4

Solved

So I'm using Rider without Visual Studio installed and its working fine for .NET but for .NET Core I'm getting the error: Project 'Test2' load failed: Das angegebene SDK "Microsoft.NET.Sdk&qu...
Shonna asked 10/8, 2018 at 2:55

1

I tried debugging Firefox with Jetbrains Rider. But i got the error unrecognizedPacketType, Actor server1.conn1.tabDescriptor1 does not recognize the packet type 'attach' . Followed link: https://w...
Ketchum asked 6/7, 2020 at 4:35

2

Our team has multiple repositories for code and we're looking into ways to get a single location for some shared config files (specifically, the .editorconfig file). Is there a way to share a sing...
Appoggiatura asked 2/10, 2019 at 12:59

0

I am using JetBrains Rider on Linux to debug some .NET core services. I have launched Rider without sudo permissions since my code source tree is all under my local user, but yet the installed serv...
Bridal asked 1/3, 2020 at 4:19

1

I am getting a "File not found" error when using import in a .proto file. I am using Rider but have the same problem when using Visual Studio. First proto File: syntax = "proto3"; import "/fileT...
Persistent asked 15/11, 2019 at 10:28

1

I can't find option to build apk from xamarin project in Rider IDE. Thanks
Mesognathous asked 17/12, 2019 at 14:39

0

Whenever I need to update or install a nuget package from a private repository, Rider is trying to get every already restored package in my solution from that repository. This is making this proces...
Incumber asked 25/10, 2019 at 11:44

1

Solved

I'm writing a MVC app using Rider, and a behavior bothers me: when I modify the view, I must rebuild the solution and relaunch it to see the changes. Is it possible to see the modified view d...
Bump asked 9/10, 2019 at 9:21

2

Solved

I have a dotnet SDK .sln (and a build.proj) with <TargetFrameworks>netcoreapp2.1;net461</TargetFrameworks>. It builds on Windows using Visual Studio and dotnet build, but I'd also like ...
Isolate asked 6/8, 2019 at 18:29

1

My code: public static async Task Main(string[] args) { var host = new HostBuilder() .ConfigureAppConfiguration( (hostContext, configApp) => { configApp.SetBasePath(Directory.GetCurrentD...
Glucinum asked 4/8, 2019 at 14:30

1

Solved

I am attempting to modify a .NET project's settings profile in JetBrains Rider on Linux by changing its environment variables. However, when I click on the folder icon, I can't click to add, delete...
Barranca asked 7/5, 2019 at 12:55

3

I have installed the latest version of JetBrains Rider 1 EAP and open .NetCore project with project.json that created by VS2015 , I have loading successfully , but when created new .NetCore web pro...
Ijssel asked 27/3, 2017 at 14:5

© 2022 - 2024 — McMap. All rights reserved.