Fixes #4170 - Added analyzer that flags when user does not have Handled=true (#4182)

* Added analyzer

* WIP - Trying to create tests, failing with bad dependencies

* Working test woo

* Tidy up

* Tidy up

* Fix integration tests failing on command line

* Use 4.11 compiler

* Fix expecting 'e' as param name

* Make analyzer come as part of Terminal.Gui

* Add docs

* Fix warnings
This commit is contained in:
Thomas Nind
2025-07-07 16:14:43 +01:00
committed by GitHub
parent 3d53c30ee1
commit 3a645191db
15 changed files with 697 additions and 4 deletions

View File

@@ -23,6 +23,7 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" />
<PackageReference Include="xunit" />
<PackageReference Include="xunit.runner.visualstudio" />
<PackageReference Include="Microsoft.Net.Compilers.Toolset" PrivateAssets="all" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Terminal.Gui\Terminal.Gui.csproj" />