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.
 
 
 
Dariusz Komosiński 395b119e7b Merge pull request #3571 from AvaloniaUI/update/net31 6 years ago
..
Collections Unify AddRange and InsertRange. Fix ranged versions causing multiple enumerations. Get rid of unnecessary allocations (notifications, enumerators). 7 years ago
Data Merge pull request #3585 from AvaloniaUI/fixes/3584-convert-timespan 6 years ago
Properties Use `DisableTestParallelization` 9 years ago
Utilities Use SingleOrQueue instead of Queue in DeferredSetter. Make sure tests pass. 8 years ago
AttachedPropertyTests.cs Renamed Perspex -> Avalonia 10 years ago
Avalonia.Base.UnitTests.csproj Merge pull request #3571 from AvaloniaUI/update/net31 6 years ago
AvaloniaObjectTests_AddOwner.cs Allow any property to be registered anywhere. 8 years ago
AvaloniaObjectTests_Attached.cs Fix failing unit tests. 8 years ago
AvaloniaObjectTests_Binding.cs Added failing test for disposing completed binding. 8 years ago
AvaloniaObjectTests_DataValidation.cs Added failing tests for #1701. 7 years ago
AvaloniaObjectTests_Direct.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
AvaloniaObjectTests_GetObservable.cs Renamed Perspex -> Avalonia 10 years ago
AvaloniaObjectTests_GetSubject.cs Use nameof where possible. 8 years ago
AvaloniaObjectTests_GetValue.cs Modify/add tests for non-registered properties. 8 years ago
AvaloniaObjectTests_Inheritance.cs Added failing tests for #1099. 7 years ago
AvaloniaObjectTests_Metadata.cs Renamed Perspex -> Avalonia 10 years ago
AvaloniaObjectTests_MultiBinding.cs Merge pull request #3693 from donandren/issues/3692 6 years ago
AvaloniaObjectTests_SetValue.cs Modify/add tests for non-registered properties. 8 years ago
AvaloniaObjectTests_Threading.cs Clean up unused code warnings and malformed doc comments. 8 years ago
AvaloniaObjectTests_Validation.cs Merge pull request #3174 from mstr2/validate-fix 6 years ago
AvaloniaPropertyRegistryTests.cs Fixed a bug where AddOwner would add a property to AvaloniaPropertyRegistry's property list more than once 7 years ago
AvaloniaPropertyTests.cs Fix xunit warnings. 8 years ago
DirectPropertyTests.cs Use nameof where possible. 8 years ago
PriorityValueTests.cs Fix PriorityValue usage of DeferredSetter. Implement slower path in DeferredSetter that deals with callbacks. 7 years ago
StyledPropertyTests.cs Renamed Perspex -> Avalonia 10 years ago
WeakEventHandlerManagerTests.cs Add failing unit test. 6 years ago
WeakSubscriptionManagerTests.cs Renamed Perspex -> Avalonia 10 years ago