diff options
Diffstat (limited to 'src/WixToolset.Core/Bind/ResolveDelayedFieldsCommand.cs')
| -rw-r--r-- | src/WixToolset.Core/Bind/ResolveDelayedFieldsCommand.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/WixToolset.Core/Bind/ResolveDelayedFieldsCommand.cs b/src/WixToolset.Core/Bind/ResolveDelayedFieldsCommand.cs index ebabed47..14b6d011 100644 --- a/src/WixToolset.Core/Bind/ResolveDelayedFieldsCommand.cs +++ b/src/WixToolset.Core/Bind/ResolveDelayedFieldsCommand.cs | |||
| @@ -10,6 +10,7 @@ namespace WixToolset.Core.Bind | |||
| 10 | using WixToolset.Extensibility.Data; | 10 | using WixToolset.Extensibility.Data; |
| 11 | using WixToolset.Extensibility.Services; | 11 | using WixToolset.Extensibility.Services; |
| 12 | 12 | ||
| 13 | #pragma warning disable 1591 // TODO: this shouldn't be public, need interface in Extensibility | ||
| 13 | /// <summary> | 14 | /// <summary> |
| 14 | /// Resolves the fields which had variables that needed to be resolved after the file information | 15 | /// Resolves the fields which had variables that needed to be resolved after the file information |
| 15 | /// was loaded. | 16 | /// was loaded. |
| @@ -19,6 +20,7 @@ namespace WixToolset.Core.Bind | |||
| 19 | /// <summary> | 20 | /// <summary> |
| 20 | /// Resolve delayed fields. | 21 | /// Resolve delayed fields. |
| 21 | /// </summary> | 22 | /// </summary> |
| 23 | /// <param name="messaging"></param> | ||
| 22 | /// <param name="delayedFields">The fields which had resolution delayed.</param> | 24 | /// <param name="delayedFields">The fields which had resolution delayed.</param> |
| 23 | /// <param name="variableCache">The file information to use when resolving variables.</param> | 25 | /// <param name="variableCache">The file information to use when resolving variables.</param> |
| 24 | public ResolveDelayedFieldsCommand(IMessaging messaging, IEnumerable<IDelayedField> delayedFields, Dictionary<string, string> variableCache) | 26 | public ResolveDelayedFieldsCommand(IMessaging messaging, IEnumerable<IDelayedField> delayedFields, Dictionary<string, string> variableCache) |
