Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xamarin/Xamarin.PropertyEditing.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Maupin <ermaup@microsoft.com>2018-02-12 23:26:51 +0300
committerEric Maupin <ermaup@microsoft.com>2018-02-12 23:26:53 +0300
commitebc9baab45bb113d6d9d33ba237e6b9416c82b99 (patch)
tree340ff5b7d1ebd3e14a7146063a09cc400cf851fc /Xamarin.PropertyEditing.Tests/Xamarin.PropertyEditing.Tests.csproj
parent176ea11ceda1d0acb741d79cadfde6638cc67df9 (diff)
[Core] Handle numerics more generically
While the editors themselves still handle things at the wider level, at least now the core VMs use the real type via normal conversion. This should allow editor implementers to use the type they expect without issue.
Diffstat (limited to 'Xamarin.PropertyEditing.Tests/Xamarin.PropertyEditing.Tests.csproj')
-rw-r--r--Xamarin.PropertyEditing.Tests/Xamarin.PropertyEditing.Tests.csproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/Xamarin.PropertyEditing.Tests/Xamarin.PropertyEditing.Tests.csproj b/Xamarin.PropertyEditing.Tests/Xamarin.PropertyEditing.Tests.csproj
index 42bb7ea..7105920 100644
--- a/Xamarin.PropertyEditing.Tests/Xamarin.PropertyEditing.Tests.csproj
+++ b/Xamarin.PropertyEditing.Tests/Xamarin.PropertyEditing.Tests.csproj
@@ -68,6 +68,8 @@
<Compile Include="BrushPropertyViewModelTests.cs" />
<Compile Include="BytePropertyViewModelTests.cs" />
<Compile Include="MockControls\MockResourceProvider.cs" />
+ <Compile Include="NumericTests.cs" />
+ <Compile Include="NumericViewModelTests.cs" />
<Compile Include="ResourceSelectorViewModelTests.cs" />
<Compile Include="SimpleCollectionViewTests.cs" />
<Compile Include="CommonColorTests.cs" />