A cross-platform UI framework for .NET
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Jeremy Koritzinsky 44b1b4d9cd Moved Application and Design into Perspex.Controls. Moved designer support classes into new Perspex.DesignerSupport assembly. 10 years ago
..
Properties Added some memory leak unit tests. 11 years ago
ControlTests.cs Ensure that PerspexObject bindings are unsubbed. 10 years ago
Perspex.LeakTests.csproj Moved Application and Design into Perspex.Controls. Moved designer support classes into new Perspex.DesignerSupport assembly. 10 years ago
Readme.txt Added some memory leak unit tests. 11 years ago
app.config Updated NuGet packages. 10 years ago
packages.config Updated NuGet packages. 10 years ago

Readme.txt

Memory Leak Tests
-----------------

These tests use JetBrains' dotMemory Unit. When run in a normal test runner, they will always pass.

To run the tests, you need to have dotMemory/ReSharper and install the XUnit plugin. You should
then be able to run the tests using Resharper -> Unit Tests -> Run all tests from solution under
dotMemory Unit.