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.
 
 
 
Nikita Tsukanov 12f7e96d72
Introduce Dispatcher.CurrentDispatcher, Dispatcher.FromThread, AvaloniaObject.Dispatcher (#18686)
3 weeks ago
..
Properties Remove copyright headers. 6 years ago
Avalonia.LeakTests.csproj Onboard onto Central Package Management (#20704) 4 weeks ago
AvaloniaObjectTests.cs Introduce Dispatcher.CurrentDispatcher, Dispatcher.FromThread, AvaloniaObject.Dispatcher (#18686) 3 weeks ago
BindingExpressionExtensions.cs Add CompiledBinding.Create factory methods from LINQ expressions (#20443) 2 months ago
BindingExpressionTests.cs Add CompiledBinding.Create factory methods from LINQ expressions (#20443) 2 months ago
ControlTests.cs Fix menu memory leak (#20753) 4 weeks ago
DataContextTests.cs Rewrite leak tests without dotMemory Unit (#20095) 4 months ago
Readme.txt Renamed Perspex -> Avalonia 10 years ago
ReleaseFact.cs Update to xunit.v3 (#20331) 2 months ago
TransitionTests.cs Rewrite leak tests without dotMemory Unit (#20095) 4 months ago
app.config Stop assert dialogs popping up in leak tests. 4 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.