Questions tagged [jetbrains-rider]
131 questions
0
votes
2 answers
Cannot find any resources in SAM template
I wrote a lambda aws function on JetBrains Rider, and while trying to get to deploy the template.yaml file i get an aws tools error with the content
Cannot find any resources in SAM template project_path/template.yaml
.yaml file…

yoyoyoyo
- 1
0
votes
0 answers
Logs are not displayed while running the ASP.NET Core 2.1 application with Rider
Using Rider to run the ASP.NET Core application, the logs are not displayed while running the application. I have below launch.setting file:
{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
…

San Jaisy
- 15,327
- 34
- 171
- 290
0
votes
1 answer
Html Agility Pack and Unity
I want to use HTML Agility Pack in unity;
I also use rider; My first idea was to use the rider installed packages; This works in rider and rider compiles but the moment that I start it in unity it cannot find the package;
I have instead tried to…

user2174646
- 133
- 5
0
votes
0 answers
Resharper Order properties using a custom order
I use Resharper code cleanup before every commit to make sure we are not committing whitespace updates and everything is ordered in a defined fashion.
While working with some classes I would like Resharper sort to properties in a specific order…

smehnawal
- 553
- 1
- 7
- 16
0
votes
0 answers
JetBrains Rider, Visual Studio conflicting ambiguous reference errors
Say I have a snippet like this from an external dll that I have to use.
public class DerivedClass : IBaseInterface
{
[JsonIgnore]
[NonOverridable]
[InspectorReadOnly]
public string name;
string IBaseInferface.name {
get…

Vikash Balasubramanian
- 2,921
- 3
- 33
- 74
0
votes
1 answer
JetBrains Rider remove highlight
Installed a brand new version of Rider. For some reason Rider highlighs all the code in the methods (c#) - no matter what theme I choose. I've tried resetting to default to no avail.
How do I stop rider from highlighting 'background' in all of my…

ShaneKm
- 20,823
- 43
- 167
- 296
-1
votes
1 answer
C# Run Class Library
I am building a C# project in Jetbrains Rider. When the project is finished, I want to include it in another project by building a dll and adding the dll to the project. To generate a dll, I need to set the Output Type to Class Library.
However,…

Zeek Joseph
- 9
- 2
-1
votes
1 answer
Exclude third party script from finding and search
As the title goes: is there any way to limit search or find only for scripts of certain range/namespace? At first it was hardly an issue but as the project grew, its started to take up more and more effort to look for the right symbol.

baguette
- 26
- 3
-1
votes
1 answer
Bundle files in Documents directory so that it's no longer dependent on API
I've inherited a Xamarin mobile app (focused on iOS). It's an internal app that's not published to the app store.
The app currently retrieves images from an API. While running iOS simulator, I can see that plist files are saved in the Documents/…

webaholik
- 1,619
- 1
- 19
- 30
-1
votes
1 answer
Rider freez with ASP.NET Core 2.1 application
I have an ASP.NET Core 2.1 application on Mac. When I am trying to build the application it freezes at the middle and nothing happens.
I can see the warning on the console
The console output contains very long lines. Soft wraps were enable to…

San Jaisy
- 15,327
- 34
- 171
- 290
-2
votes
2 answers
WPF Styles won't apply in designer but works in runtime
I'm having an issue where the styles don't seem to apply in the WPF designer, so it only shows the default ones but works correctly at runtime.
I'm using MaterialDesignInXaml which worked fine before.
I've tried reinstalling Rider several times,…

Silviu
- 70
- 1
- 1
- 7