code analyzer

  1. tomm2005

    Question IIncrementalGenerator writes sources which require a NuGet package

    I have a IIncrementalGenerator which writes code which requires the Newtonsoft.Json library. using System.Collections.Immutable; using System.Text; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp.Syntax; using Microsoft.CodeAnalysis.Text; namespace SourceGenerators5; ///...
  2. S

    Question Develop code editor and analyzer application tool.

    Hi all, I have a new requirement to develop C# windows application about which am having a difficult time to how to approach the problem. Below are the details: I have a new requirement to develop VBscript code editor and analyzer C# Winform application tool. The application must read the...
Back
Top Bottom