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.
 
 
 
Dan Walmsley fbce80d722 Merge pull request #8433 from AvaloniaUI/fixes/8389-datagrid-detach 4 years ago
..
Properties Remove copyright headers. 6 years ago
Avalonia.LeakTests.csproj sign more test assemblies 5 years ago
AvaloniaObjectTests.cs Merge pull request #7301 from AvaloniaUI/feature/register-weak-event 4 years ago
ControlTests.cs Merge pull request #8433 from AvaloniaUI/fixes/8389-datagrid-detach 4 years ago
ExpressionObserverTests.cs Add pattern-based support for streaming. Fix bugs in method bindings. 8 years ago
Readme.txt Renamed Perspex -> Avalonia 10 years ago
TransitionTests.cs fix leak test. 6 years ago
app.config Retarget .Net Framework projects to 4.7 8 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.