mma71
- Total activity 34
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 14
-
Created \AppData\Local\JetBrains\Transient\ (freeing up space)
I'm using R# 2021.3.3 in a Visual Studio 2019 16.11.10. The folder \AppData\Local\JetBrains\Transient\ contains the following folders: ReSharperPlatformVs16ReSharperPlatformVs15ReSharperPlatformVs1... -
Created Warning: files with build action TypeScriptCompile passed to msbuild when compiling for net5.0
AnsweredIn VS 2019 v16.11.8 with ReSharper 2021.3.2 Build 213.0.20211221.144419 I'm getting the following error. ReSharper: Warning Project 'MyProject.Web' load finished with warnings| There are several fi... -
Edited Type cast is redundant > target-type conditional expression not available in C# 7.3, use 9+
CompletedIn a asp.mvc project .NET framework 4.6.1 I'm getting a lot of resharper "Type cast is redundant" suggestions to remove cast. When I remove the type cast, I get an error saying target-type conditio... -
Created Boxing / un-boxing
Hi R# developers. I came across this C# boxing/unboxing article: https://www.reflectionit.nl/blog/2020/csharp-boxing-with-string-concatenation-and-interpolation and installed the Clr Heap Allocatio... -
Created Naming rules -> TitleCaseForLongerTypesAndVariables
Is it possible to define a custom names rule that would accept variables like this "NameRulesForLongerTypesAndVariables"? -
Created TODO explorer - exclude/include folders/files
It would be great if the TODO explorer could be setup with an "elements to skip" section (like the search & navigation) -
Created jQuery $ > Using a variable (property or object) without declaring it is not allowed in 'strict mode'
using R# 2018.1 I get this warning "Using a variable (property or object) without declaring it is not allowed in 'strict mode'" using this code: <script type="text/javascript"> "use strict"; $(func... -
Created VS2017 15.5 upgrade. Could Use "ReSharper Build" cause Invalid static method invocation syntax: “[MSBuild]::IsRunningFromVisualStudio()”
After upgrading to VS2017 15.5 (with R# installed, with "ReSharper Build" checked) I'm getting a MSBuild related error. Please see this stackoverflow thread: https://stackoverflow.com/questions/4... -
Created Enable c# 7.0 support for this project
Hi I pasted some c# 7code (ByteArrayToString) into a VS2015 project. Resharper suggests to new (for me) refactorings: "Enable c# 7.0 support for this project" or "To regular method". What happens ... -
Created Code inspection browser compatability
Hello How is it possible to specify what "browser compatability level" Resharper should check against? I'd like to get rid of warnings like "The property 'opacity' is not compatible with Internet...