-
When I debug my app on android, I get dozens of these exceptions every second:
System.NullReferenceException: Object reference not set to an instance of an object.
at Xamarin.VisualStudio.Debug…
-
this is not an issue yet.
We use NRefactory for code generation: https://github.com/icsharpcode/NRefactory
It seems this is not being developed anymore, and therefore we will get issues if we start …
-
Since dnSpy relies on NRefactory to output the CSharp code, it is possible to customize the code style of the output to some degree. A settings panel under the Decompiler -> C#/VB (ILSpy) with all the…
-
Hi Luke,
In `OverrideCompletionData.cs` you use `var syntaxTree = new CSharpParser().Parse(document);` (as one of a handful of examples) where `document` here is of type `ICSharpCode.AvalonEdit.Docu…
-
I notice that you have the same code for two projects: 【CShell】 and 【ICSharpCode.CodeCompletion】
This is a request from me:
- [ ] Update the referenced assembly version —— 【AvalonEdit(to 6.1) + …
-
Hi all,
I'm getting the following error in a project I haven't built with SharpKit in a while. The last time this worked, I was using a commercial version of SharpKit 5. Now I'm using 5.5, installe…
-
The `newdecompiler` branch just migrated ILSpy from Cecil (pretty much no type system at all), to the NRefactory type system.
We picked NRefactory.TypeSystem because we knew it, and because all the l…
-
If want to support MonoDevelop or SharpDevelop, may you provide sample how to run mixing engine out of .tt file?
I did such metaprograming to generate try/catch code with NRefactory, seems for mixins…
-
Since Roslyn is open source now and since (IMO) it has got higher potential than NRefactory on Windows, I suggest that Roslyn support should be integrated into OmniSharpServer. Is it feasible and poss…
-
Hi!
Having the nightly VSIX build is great for VS users, but OmniSharp can't use this because it's a DNX app and it can't reference the assembly in the `/tools` folder.
For this reason, OmniSharp st…