Fixes #3183 - OnMouseEvent calling OnMouseClick too often (#3184)

* Removed resharper settings from editorconfig

* Fixed bug; updated bad unit tests

* Fixed API doc issue

* Updated nuget
This commit is contained in:
Tig
2024-01-16 06:39:45 -07:00
committed by GitHub
parent 93659510c3
commit a7ea48eb62
8 changed files with 116 additions and 106 deletions

View File

@@ -25,7 +25,7 @@
<PackageReference Include="ReportGenerator" Version="5.2.0" />
<PackageReference Include="System.Collections" Version="4.3.0" />
<PackageReference Include="TestableIO.System.IO.Abstractions.TestingHelpers" Version="20.0.4" />
<PackageReference Include="xunit" Version="2.6.4" />
<PackageReference Include="xunit" Version="2.6.6" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>