-
With the recent APL release of Roslyn, I can't help but think about what this means for NRefactory. My primary interest is in the parser and resolver since those are what I use.
I'm not saying that N…
-
After adding a control to the form- when double clicked to add code gives the following exception.
Unhandled WPF exception
Exception thrown:
System.ArgumentOutOfRangeException: 0
-
macOS Version:macOS Catalina 10.15
wykuser@wykuserdeMac WeChatSDK1.8.6.1 % `sharpie xcode -sdks`
> sdk: appletvos13.0 arch: arm64
> sdk: iphoneos13.1 arch: arm64 armv7
> sdk: dr…
-
Found this in the logs:
(7.7 build 768)
```
Visit unknown expression:ICSharpCode.NRefactory.MonoCSharp.InterpolatedString
at System.Environment.get_StackTrace () [0x00000] in /Users/builder/je…
-
e.g. using OmniSharp and/or NRefactory:
https://github.com/OmniSharp
https://github.com/icsharpcode/NRefactory
-
I've been getting the following exception whenever I start up VS (15.8.3). It has only started occurring since I installed your extension. It doesn't keep me from doing work. It's just very annoyin…
-
When using Visual Studio 2019 Professional, an exception is occassionally thrown with a 'System.InvalidCastException' being recorded in the log.
**[Log]**
3028
2019/09/30 07:29:37.148…
-
Hello nosami,
It's me again. And again with formatting problems. Everything works fine except `code-format`. It was working few moments ago and then just started to push strange messages. I thought s…
-
I've found that it is unable to parse expression bodied like
```C#
float GetThrusterOverridePercent(List thrusters) => thrusters[0].ThrustOverridePercentage;
```
if you convert to block bodies…
-
Does NRefactory understand WinRT language projection from C#? If not then what would be the easiest way to add this functionality to NRefactory?
The following unit test seems to indicate that it does…
ghost updated
10 years ago