Andreas Weizel
Andreas Weizel
### Steps to reproduce 1. Open _ILSpy-TestProjects.sln_ from [ILSpy-Addin-tests](https://github.com/icsharpcode/ILSpy-Addin-tests) in Visual Studio 2. Open _WindowsFormsAppCore.3.0/Form1.Designer.cs_ in code editor. 3. Try to open _Dispose()_ method in ILSpy from context menu in...
See http://community.sharpdevelop.net/forums/t/22196.aspx 1. Press Alt for block selection 2. Select text containing a folded section 3. Press backspace ==> Crash: ``` SharpDevelop Version : 5.1.0.5096-Beta 2-27c8cac0 .NET Version : 4.5.51209...
OptionalParameterHierarchyMismatchAnalyzer: The value of an optional parameter in a method does not match the base method - `OptionalParameterHierarchyMismatchAnalyzer` - `OptionalParameterHierarchyMismatchCodeFixProvider` - `OptionalParameterHierarchyMismatchTests`
As already announced on [Twitter](https://twitter.com/vsrefactoring/status/919239928550232065), I'm quitting maintenance of Refactoring Essentials project with 5.4 release. It's still possible that people from MonoDevelop continue contributing to this repository for their purposes,...
Reported through Visual Studio Gallery by user [jrpally](https://visualstudiogallery.msdn.microsoft.com/site/search?f%5B0%5D.Type=User&f%5B0%5D.Value=jrpally): > _I got the following error: Severity Code Description Project File Line Suppression State > Warning AD1000 An instance of analyzer RefactoringEssentials.CSharp.Diagnostics.AccessToStaticMemberViaDerivedTypeAnalyzer...
Example: ``` cs class A { public int TestProperty => TestProperty; } ``` This should have fired RECS0135, but it doesn't handle ArrowExpressionClauses properly.
Example async method: ``` public Task DoSomethingAsync(string str) { return Task.FromResult(str); } ``` Examples of wrong usage: ``` public async Task Scenario1Async() { var usedCorrectly = await DoSomethingAsync("helloworld"); // obviously...
Add project documentation for developers and potential contributors: - Project Components - Description of generic "Node" architecture - Communication Protocol Extension Backend