@joebigelow / wix-1 / commits / 09007408

Backend specific helpers should passthru implement IBackendHelper

Rob Mensching committed Feb 13, 2021 at 07:19 UTC 09007408ffb6c3af9fbb556d0fb34e80aede52ee
2 files changed +2 -2
src/WixToolset.Extensibility/Services/IBurnBackendHelper.cs
+1 -1
@@ -7,7 +7,7 @@ namespace WixToolset.Extensibility.Services
7 /// <summary>
8 /// Interface provided to help Burn backend extensions.
9 /// </summary>
10 - public interface IBurnBackendHelper
10 + public interface IBurnBackendHelper : IBackendHelper
11 {
12 /// <summary>
13 /// Adds the given XML to the BootstrapperApplicationData manifest.
src/WixToolset.Extensibility/Services/IWindowsInstallerBackendHelper.cs
+1 -1
@@ -8,7 +8,7 @@ namespace WixToolset.Extensibility.Services
8 /// <summary>
9 /// Interface provided to help Windows Installer backend extensions.
10 /// </summary>
11 - public interface IWindowsInstallerBackendHelper
11 + public interface IWindowsInstallerBackendHelper : IBackendHelper
12 {
13 /// <summary>
14 /// Creates a <see cref="Row"/> in the specified table.