Skip to content

Commit 6743c80

Browse files
committed
fix integration, register new type converters
1 parent acee77f commit 6743c80

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

integrationtests/IntegrationTests.iOS/LoginViewController.designer.cs

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/ReactiveUI/Platforms/uap/PlatformRegistrations.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ public void Register(Action<Func<object>, Type> registerFunction)
2727
registerFunction(() => new ActivationForViewFetcher(), typeof(IActivationForViewFetcher));
2828
registerFunction(() => new DependencyObjectObservableForProperty(), typeof(ICreatesObservableForProperty));
2929
registerFunction(() => new BooleanToVisibilityTypeConverter(), typeof(IBindingTypeConverter));
30+
registerFunction(() => new DoubleToStringTypeConverter(), typeof(IBindingTypeConverter));
31+
registerFunction(() => new DecimalToStringTypeConverter(), typeof(IBindingTypeConverter));
3032
registerFunction(() => new AutoDataTemplateBindingHook(), typeof(IPropertyBindingHook));
3133

3234
if (!ModeDetector.InUnitTestRunner())

0 commit comments

Comments
 (0)