diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2020-12-18 22:04:48 -0600 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2020-12-18 23:58:30 -0600 |
| commit | 0e71bdd637a6b3c34f18d4b3630d55fa4cdfd2a3 (patch) | |
| tree | 697466ea42c21f6d996cf324eb191f2182300697 /src/WixToolset.Core/Bind | |
| parent | 4e9b8c43ec5870d6aee75a95acd8a0de4ff4c1db (diff) | |
| download | wix-0e71bdd637a6b3c34f18d4b3630d55fa4cdfd2a3.tar.gz wix-0e71bdd637a6b3c34f18d4b3630d55fa4cdfd2a3.tar.bz2 wix-0e71bdd637a6b3c34f18d4b3630d55fa4cdfd2a3.zip | |
Enable XML doc.
Diffstat (limited to 'src/WixToolset.Core/Bind')
| -rw-r--r-- | src/WixToolset.Core/Bind/ExtractEmbeddedFilesCommand.cs | 1 | ||||
| -rw-r--r-- | src/WixToolset.Core/Bind/FileFacade.cs | 1 | ||||
| -rw-r--r-- | src/WixToolset.Core/Bind/FileResolver.cs | 2 | ||||
| -rw-r--r-- | src/WixToolset.Core/Bind/ResolveDelayedFieldsCommand.cs | 2 |
4 files changed, 5 insertions, 1 deletions
diff --git a/src/WixToolset.Core/Bind/ExtractEmbeddedFilesCommand.cs b/src/WixToolset.Core/Bind/ExtractEmbeddedFilesCommand.cs index bb9ab844..29fba6b2 100644 --- a/src/WixToolset.Core/Bind/ExtractEmbeddedFilesCommand.cs +++ b/src/WixToolset.Core/Bind/ExtractEmbeddedFilesCommand.cs | |||
| @@ -9,6 +9,7 @@ namespace WixToolset.Core.Bind | |||
| 9 | using WixToolset.Extensibility.Data; | 9 | using WixToolset.Extensibility.Data; |
| 10 | using WixToolset.Extensibility.Services; | 10 | using WixToolset.Extensibility.Services; |
| 11 | 11 | ||
| 12 | #pragma warning disable 1591 // TODO: this shouldn't be public, need interface in Extensibility | ||
| 12 | public class ExtractEmbeddedFilesCommand | 13 | public class ExtractEmbeddedFilesCommand |
| 13 | { | 14 | { |
| 14 | public ExtractEmbeddedFilesCommand(IBackendHelper backendHelper, IEnumerable<IExpectedExtractFile> embeddedFiles) | 15 | public ExtractEmbeddedFilesCommand(IBackendHelper backendHelper, IEnumerable<IExpectedExtractFile> embeddedFiles) |
diff --git a/src/WixToolset.Core/Bind/FileFacade.cs b/src/WixToolset.Core/Bind/FileFacade.cs index 075d3d34..ec4e9725 100644 --- a/src/WixToolset.Core/Bind/FileFacade.cs +++ b/src/WixToolset.Core/Bind/FileFacade.cs | |||
| @@ -9,6 +9,7 @@ namespace WixToolset.Core.Bind | |||
| 9 | using WixToolset.Data.WindowsInstaller; | 9 | using WixToolset.Data.WindowsInstaller; |
| 10 | using WixToolset.Data.WindowsInstaller.Rows; | 10 | using WixToolset.Data.WindowsInstaller.Rows; |
| 11 | 11 | ||
| 12 | #pragma warning disable 1591 // TODO: this shouldn't be public, need interface in Extensibility | ||
| 12 | public class FileFacade | 13 | public class FileFacade |
| 13 | { | 14 | { |
| 14 | public FileFacade(FileSymbol file, AssemblySymbol assembly) | 15 | public FileFacade(FileSymbol file, AssemblySymbol assembly) |
diff --git a/src/WixToolset.Core/Bind/FileResolver.cs b/src/WixToolset.Core/Bind/FileResolver.cs index ba71c6c9..eb878239 100644 --- a/src/WixToolset.Core/Bind/FileResolver.cs +++ b/src/WixToolset.Core/Bind/FileResolver.cs | |||
| @@ -67,7 +67,7 @@ namespace WixToolset.Core.Bind | |||
| 67 | /// Resolves the source path of a file using binder extensions. | 67 | /// Resolves the source path of a file using binder extensions. |
| 68 | /// </summary> | 68 | /// </summary> |
| 69 | /// <param name="source">Original source value.</param> | 69 | /// <param name="source">Original source value.</param> |
| 70 | /// <param name="type">Optional type of source file being resolved.</param> | 70 | /// <param name="symbolDefinition">Optional type of source file being resolved.</param> |
| 71 | /// <param name="sourceLineNumbers">Optional source line of source file being resolved.</param> | 71 | /// <param name="sourceLineNumbers">Optional source line of source file being resolved.</param> |
| 72 | /// <param name="bindStage">The binding stage used to determine what collection of bind paths will be used</param> | 72 | /// <param name="bindStage">The binding stage used to determine what collection of bind paths will be used</param> |
| 73 | /// <param name="alreadyCheckedPaths">Optional collection of paths already checked.</param> | 73 | /// <param name="alreadyCheckedPaths">Optional collection of paths already checked.</param> |
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) |
