From 5a1afc9030a1fcc101b6bb52b576fbbfa3ad33c2 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Mon, 23 Jul 2018 14:21:40 -0700 Subject: Integrate Extensibility.Data namespace change from Extensibility repo --- src/WixToolset.Core/Binder.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/WixToolset.Core/Binder.cs') diff --git a/src/WixToolset.Core/Binder.cs b/src/WixToolset.Core/Binder.cs index f112a214..23f1ba21 100644 --- a/src/WixToolset.Core/Binder.cs +++ b/src/WixToolset.Core/Binder.cs @@ -11,6 +11,7 @@ namespace WixToolset.Core using WixToolset.Data.Bind; using WixToolset.Data.Tuples; using WixToolset.Extensibility; + using WixToolset.Extensibility.Data; using WixToolset.Extensibility.Services; /// @@ -56,7 +57,6 @@ namespace WixToolset.Core public BindResult Execute() { var context = this.ServiceProvider.GetService(); - context.Messaging = this.ServiceProvider.GetService(); context.CabbingThreadCount = this.CabbingThreadCount; context.CabCachePath = this.CabCachePath; context.Codepage = this.Codepage; @@ -72,7 +72,6 @@ namespace WixToolset.Core context.SuppressIces = this.SuppressIces; context.SuppressValidation = this.SuppressValidation; - // Prebind. // foreach (var extension in context.Extensions) -- cgit v1.2.3-55-g6feb