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 547d4dc906 Merge remote-tracking branch 'AvaloniaUI/master' into selector-parse-no-sprache 8 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 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
SelectorGrammarTests.cs Span-ify our homebrew parser's 'public' API. 8 years ago
SelectorParserTests.cs Create new Selector parser that does not have a dependency on Sprache. 8 years ago