Andreas Seibt
- Total activity 192
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 13
- Subscriptions 65
-
Created R# and Visual Studio 2019 Preview 2
After installing Preview 2 of Visual Studio 2019 i noticed that R# menu wasn't shown in the menu bar any more. The first thing i have done was to run R# setup and repair the installation. After sta... -
Created Annoying tip on inferred naming rules
Each time i start visual studio and open a source file for the first time i get the following tip: Even if i click on the cross, which says "Don't show this tip again" it is displayed the next tim... -
Created Problem with XML doc comment inspection
I have the folloowing XM doc comment: The variable "attribute" is defined as a member variable of the class. The comment is rendered correct Resharper suggest to convert the paramref to a nested ... -
Created how to disable "unnecessary region" inspection
I just noticed that there is a inspection on the #region directive: I didn' find any option to disable this. I have tried to disable the editorconfig, clang and stylecop support and can't find an ... -
Created Resharper seems to hang
CompletedI just made a namespace refactoring on a project and it looks like Resharper hangs while executing it. It took me some time to realize that the progress dialog hides another modal dialog (the perfo... -
Created R# does not respect color theme
I'm using the "Color Theme Editor for Visual Studio 2017" AddIn and prefer to use the "Dark with light editor" theme. With this theme and R# enabled the editor tooltips are unreadable because they ... -
Created 2017.3 EAP1 analyzer problem
Completedi just installed R# 2017.3 EAP1 and then created a .NET Standard 2.0 class library. In this library i generated a EFCore 2.0 DbContext via ErikEJ's EF Core Power Tools. R#'s analysis of the OnModel... -
Created Why doesn't R# intellisense propose local variable
in a C# project targeting .NET Framework 4.5 i declared a local variable in some method. While typing the variable name sometimes later R# suggests the type of the variable instead of the variable... -
Created R# 2017.2 EAP 5?
As i opened Visual Studio today, R# noted that there is a new EAP build for download. I can't find any information about it on your site. I can't even download it from the EAP-Site. The latest buil... -
Edited R# doesn't recognize new typescript files
I'm working with VS 2017 and R# 2017.1.1 on a AngularJS / ASP.NET Core solutiion. When i copy typescript files into my solution directory with the explorer, VS automatically detects the new files a...