gui-cs / Terminal.Gui

Cross Platform Terminal UI toolkit for .NET
MIT License
9.25k stars 673 forks source link

Fixes #3443 - clean up unused/unimplemented code from existing analyzer project #3448

Closed dodexahedron closed 4 weeks ago

dodexahedron commented 1 month ago

These are the changes for https://github.com/dodexahedron/Terminal.Gui/issues/41.

Just cleanup before continuing work on Roslyn stuff.

All work on #3443 starts from the end of this.

Can be merged now or can just wait til the entire body of work is done and merge that all at once.

There are no functional changes contained in this PR except that some extra design-time-only code for one of the removed classes will not be generated in the Terminal.Gui project any more.

Fixes

Proposed Changes/Todos

Pull Request checklist:

dodexahedron commented 1 month ago

Note this is branched from after #3438, so it'll show those changes in the changes above until that's merged.