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 72708cae67 Fix namespace build break. 8 years ago
..
toolproject I'm starting to *really* hate the new SDK 9 years ago
Avalonia.LeakTests.csproj Only run unit tests on .net core. 8 years ago
AvaloniaObjectTests.cs Fixes intermittent test failures on AppVeyor when running Leak Tests. 9 years ago
ControlTests.cs Fix namespace build break. 8 years ago
ExpressionObserverTests.cs Move current contents of Avalonia.Markup to Avalonia.Base. Move Avalonia.Markup.Xaml.Data/Parser classes to Avalonia.Markup since they're not Xaml-specific. 8 years ago
MemberSelectorTests.cs Fixes intermittent test failures on AppVeyor when running Leak Tests. 9 years ago
Readme.txt Renamed Perspex -> Avalonia 10 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.