summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Core/ConstraintTypeConverter.cs
diff options
context:
space:
mode:
authorStephane Delcroix <stephane@delcroix.org>2016-12-05 13:40:12 +0100
committerGitHub <noreply@github.com>2016-12-05 13:40:12 +0100
commitf9a44ed5ba4db08d0855570a9ed6a618b6b80c56 (patch)
treed8a496ccfaf7682bba1bfb25d5024b0ec1a364a2 /Xamarin.Forms.Core/ConstraintTypeConverter.cs
parent1a5bead2f2e24cc16da23753eaf0882d38d54ea1 (diff)
downloadxamarin-forms-f9a44ed5ba4db08d0855570a9ed6a618b6b80c56.tar.gz
xamarin-forms-f9a44ed5ba4db08d0855570a9ed6a618b6b80c56.tar.bz2
xamarin-forms-f9a44ed5ba4db08d0855570a9ed6a618b6b80c56.zip
[XamlC] Compile ContraintTypeConverters (#592)
* [XamlC] Compile ContraintTypeConverters * fix error message
Diffstat (limited to 'Xamarin.Forms.Core/ConstraintTypeConverter.cs')
-rw-r--r--Xamarin.Forms.Core/ConstraintTypeConverter.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Xamarin.Forms.Core/ConstraintTypeConverter.cs b/Xamarin.Forms.Core/ConstraintTypeConverter.cs
index fb0be513..04f3519b 100644
--- a/Xamarin.Forms.Core/ConstraintTypeConverter.cs
+++ b/Xamarin.Forms.Core/ConstraintTypeConverter.cs
@@ -3,6 +3,7 @@ using System.Globalization;
namespace Xamarin.Forms
{
+ [Xaml.ProvideCompiled("Xamarin.Forms.Core.XamlC.ConstraintTypeConverter")]
public class ConstraintTypeConverter : TypeConverter
{
public override object ConvertFromInvariantString(string value)