EVALUATING YOUR SOFTWARE - GETTING EXCEPTION

Hi there,
I stated evaluating your software today. Built a small test WinForms project with SyntaxEdit and CsParser components on the form. CsParser is hooked up to SyntaxEdit. Typing "Console." I get code completion just fine. So far so good. I then hit Enter and get a KeyNotFoundException. At that point app crashes.
Any ideas as to what's going on or what I'm not doing right? Thanks in advance.
Hi,
It sounds like a serious bug, however we could not reproduce it. I tried both with Roslyn C# parser and Advanced C# parser. (AdvancedSyntaxParsing and RoslynSyntaxParsing quick start project).
Would it be possible to send me (andrew.medvedev@alternetsoft.com) a project where the issue can be seen, or provide exact scenario how to reproduce it?
regards,
Andrew
Hi Andrew,
Per your email downgrading Roslyn from 3.1 to 2.10 fixed the issue for me. It'd be great to have Roslyn 3.1 supported at some point as it appears to have smaller footprint, ie fewer dependencies.
Thanks for your help.
Hi,
We're working on supporting version 3.1 /3.2, it will be available through our nuget packages shortly.
regards,
Andrew