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.
 
 
 
Steven Kirk 233adc9ca5 Added `:not()` style selector. 7 years ago
..
ExpressionNodeBuilderTests.cs Fix tests that broke from the API change. 8 years ago
ExpressionNodeBuilderTests_Errors.cs Move string-based binding paths up to Avalonia.Markup. Make the LINQ Expression paths and raw ExpressionNodes (now public) the primarily supported syntax. 8 years ago
ExpressionObserverBuilderTests_AttachedProperty.cs Make tests in Avalonia.Base.UnitTests use ExpressionObserver.Create. For tests that require using invalid members or are more tedious to test with expression trees, test them in Avalonia.Markup.UnitTests with ExpressionObserverBuilder. 8 years ago
ExpressionObserverBuilderTests_AvaloniaProperty.cs Make tests in Avalonia.Base.UnitTests use ExpressionObserver.Create. For tests that require using invalid members or are more tedious to test with expression trees, test them in Avalonia.Markup.UnitTests with ExpressionObserverBuilder. 8 years ago
ExpressionObserverBuilderTests_Indexer.cs Make tests in Avalonia.Base.UnitTests use ExpressionObserver.Create. For tests that require using invalid members or are more tedious to test with expression trees, test them in Avalonia.Markup.UnitTests with ExpressionObserverBuilder. 8 years ago
ExpressionObserverBuilderTests_Method.cs Make tests in Avalonia.Base.UnitTests use ExpressionObserver.Create. For tests that require using invalid members or are more tedious to test with expression trees, test them in Avalonia.Markup.UnitTests with ExpressionObserverBuilder. 8 years ago
ExpressionObserverBuilderTests_Negation.cs Make tests in Avalonia.Base.UnitTests use ExpressionObserver.Create. For tests that require using invalid members or are more tedious to test with expression trees, test them in Avalonia.Markup.UnitTests with ExpressionObserverBuilder. 8 years ago
ExpressionObserverBuilderTests_Property.cs add more failing tests more specific to the particular problem in binding with complex property path like property.item1.item2.item3 8 years ago
SelectorGrammarTests.cs Added `:not()` style selector. 7 years ago
SelectorParserTests.cs Create new Selector parser that does not have a dependency on Sprache. 8 years ago