issues Search Results · repo:icsharpcode/RefactoringEssentials language:C#
Filter by
291 results
(61 ms)291 results
inicsharpcode/RefactoringEssentials (press backspace or delete to remove)HI!
can someone help on this?
Severity Code Description Project File Line Suppression State Warning AD0001 Analyzer
RefactoringEssentials.CSharp.Diagnostics.ConvertClosureToMethodGroupAnalyzer threw ...
p-bojkowski
- Opened on Aug 11, 2021
- #390
Hi,
When using the analyzers in unit test project I get an error for the following code.
// auto-generated This file has been auto generated. /auto-generated
using System;
[Microsoft.VisualStudio.TestPlatform.TestSDKAutoGeneratedCode] ...
SebastianStehle
- Opened on Apr 26, 2021
- #387
Visual Studio 2017 15.9.11:
System.NullReferenceException : Object reference not set to an instance of an object. at
RefactoringEssentials.VB.AddCheckForNothingCodeRefactoringProvider.StatementWithConditionContainsNullCheck(SyntaxNode ...
Brain2000
- Opened on Apr 1, 2019
- #384
The URL in the Nuget package is
https://visualstudiogallery.msdn.microsoft.com/site/68c1575b-e0bf-420d-a94b-1b0f4bcdcbcc/eula?licenseType=None.
This 301s to https://marketplace.visualstudio.com/.
shmuelie
- Opened on Mar 12, 2019
- #383
Having this code:
query.StartsWith( select , true, CultureInfo.InvariantCulture)
RefactoringEssentials will pop a RECS0063, despite the fact that we are using Invariant Culture.
When using the fix provided, ...
Thieum
- Opened on Nov 13, 2018
- #382
https://github.com/icsharpcode/RefactoringEssentials/blob/6094734e404224f5600daa198d6e8b2b2a5ebd2c/RefactoringEssentials/CSharp/CodeRefactorings/Custom/AddNullCheckCodeRefactoringProvider.cs#L141
I guess ...
praeclarum
- Opened on Nov 10, 2018
- #381
public override string ToString()
{
return base.ToString() + , ;
}
It cannot be return base + , ;
sm-g
- Opened on Oct 5, 2018
- #379
internal class Class1 T
where T : class, new()
{
public T GetItem()
{
T x = new T();
return x;
}
}
internal partial class Class1 T // fires here
{
public object BaseItem()
{ ...
RachelDavids
- Opened on Oct 4, 2018
- #378
System.NullReferenceException : Object reference not set to an instance of an object.
at RefactoringEssentials.CSharp.CodeRefactorings.InitializeFieldFromConstructorParameterCodeRefactoringProvider. ...
default-writer
- 2
- Opened on Jul 15, 2018
- #377

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.