gbaychev/NClass

Use roslyn for syntax validation

gbaychev opened this issue · 0 comments

Currently the syntax validation is done via regex-es. It doesn't even function properly, as you cannot import the assemblies from Octokit for example. Roslyn should be a better tool for the job