|
|
@@ -25,16 +25,22 @@
|
|
|
"Apq.Cfg.CfgBuilder.AddReadEncodingMappingRegex(System.String,System.Text.Encoding,System.Int32)": "Apq.Cfg.CfgBuilder.yml",
|
|
|
"Apq.Cfg.CfgBuilder.AddReadEncodingMappingWildcard(System.String,System.Text.Encoding,System.Int32)": "Apq.Cfg.CfgBuilder.yml",
|
|
|
"Apq.Cfg.CfgBuilder.AddSource(Apq.Cfg.Sources.ICfgSource)": "Apq.Cfg.CfgBuilder.yml",
|
|
|
+ "Apq.Cfg.CfgBuilder.AddValidation(System.Action{Apq.Cfg.Validation.ConfigValidationBuilder})": "Apq.Cfg.CfgBuilder.yml",
|
|
|
+ "Apq.Cfg.CfgBuilder.AddValidator(Apq.Cfg.Validation.IConfigValidator)": "Apq.Cfg.CfgBuilder.yml",
|
|
|
"Apq.Cfg.CfgBuilder.AddValueMasker(Apq.Cfg.Security.IValueMasker)": "Apq.Cfg.CfgBuilder.yml",
|
|
|
"Apq.Cfg.CfgBuilder.AddValueTransformer(Apq.Cfg.Security.IValueTransformer)": "Apq.Cfg.CfgBuilder.yml",
|
|
|
"Apq.Cfg.CfgBuilder.AddWriteEncodingMapping(System.String,System.Text.Encoding,System.Int32)": "Apq.Cfg.CfgBuilder.yml",
|
|
|
"Apq.Cfg.CfgBuilder.AddWriteEncodingMappingRegex(System.String,System.Text.Encoding,System.Int32)": "Apq.Cfg.CfgBuilder.yml",
|
|
|
"Apq.Cfg.CfgBuilder.AddWriteEncodingMappingWildcard(System.String,System.Text.Encoding,System.Int32)": "Apq.Cfg.CfgBuilder.yml",
|
|
|
"Apq.Cfg.CfgBuilder.Build": "Apq.Cfg.CfgBuilder.yml",
|
|
|
+ "Apq.Cfg.CfgBuilder.BuildAndValidate(System.Boolean)": "Apq.Cfg.CfgBuilder.yml",
|
|
|
"Apq.Cfg.CfgBuilder.ConfigureEncodingMapping(System.Action{Apq.Cfg.EncodingSupport.EncodingMappingConfig})": "Apq.Cfg.CfgBuilder.yml",
|
|
|
"Apq.Cfg.CfgBuilder.ConfigureValueTransformer(System.Action{Apq.Cfg.Security.ValueTransformerOptions})": "Apq.Cfg.CfgBuilder.yml",
|
|
|
"Apq.Cfg.CfgBuilder.WithEncodingConfidenceThreshold(System.Single)": "Apq.Cfg.CfgBuilder.yml",
|
|
|
"Apq.Cfg.CfgBuilder.WithEncodingDetectionLogging(System.Action{Apq.Cfg.EncodingSupport.EncodingDetectionResult})": "Apq.Cfg.CfgBuilder.yml",
|
|
|
+ "Apq.Cfg.CfgBuilderTemplateExtensions": "Apq.Cfg.CfgBuilderTemplateExtensions.yml",
|
|
|
+ "Apq.Cfg.CfgBuilderTemplateExtensions.AddVariableResolver(Apq.Cfg.CfgBuilder,Apq.Cfg.Template.IVariableResolver)": "Apq.Cfg.CfgBuilderTemplateExtensions.yml",
|
|
|
+ "Apq.Cfg.CfgBuilderTemplateExtensions.ConfigureVariableResolution(Apq.Cfg.CfgBuilder,System.Action{Apq.Cfg.Template.VariableResolutionOptions})": "Apq.Cfg.CfgBuilderTemplateExtensions.yml",
|
|
|
"Apq.Cfg.CfgRootExtensions": "Apq.Cfg.CfgRootExtensions.yml",
|
|
|
"Apq.Cfg.CfgRootExtensions.GetMasked(Apq.Cfg.ICfgRoot,System.String)": "Apq.Cfg.CfgRootExtensions.yml",
|
|
|
"Apq.Cfg.CfgRootExtensions.GetMaskedSnapshot(Apq.Cfg.ICfgRoot)": "Apq.Cfg.CfgRootExtensions.yml",
|
|
|
@@ -45,6 +51,22 @@
|
|
|
"Apq.Cfg.CfgSectionAttribute.#ctor(System.String)": "Apq.Cfg.CfgSectionAttribute.yml",
|
|
|
"Apq.Cfg.CfgSectionAttribute.GenerateExtension": "Apq.Cfg.CfgSectionAttribute.yml",
|
|
|
"Apq.Cfg.CfgSectionAttribute.SectionPath": "Apq.Cfg.CfgSectionAttribute.yml",
|
|
|
+ "Apq.Cfg.CfgSourceLevels": "Apq.Cfg.CfgSourceLevels.yml",
|
|
|
+ "Apq.Cfg.CfgSourceLevels.Apollo": "Apq.Cfg.CfgSourceLevels.yml",
|
|
|
+ "Apq.Cfg.CfgSourceLevels.Consul": "Apq.Cfg.CfgSourceLevels.yml",
|
|
|
+ "Apq.Cfg.CfgSourceLevels.Database": "Apq.Cfg.CfgSourceLevels.yml",
|
|
|
+ "Apq.Cfg.CfgSourceLevels.Env": "Apq.Cfg.CfgSourceLevels.yml",
|
|
|
+ "Apq.Cfg.CfgSourceLevels.EnvironmentVariables": "Apq.Cfg.CfgSourceLevels.yml",
|
|
|
+ "Apq.Cfg.CfgSourceLevels.Etcd": "Apq.Cfg.CfgSourceLevels.yml",
|
|
|
+ "Apq.Cfg.CfgSourceLevels.Ini": "Apq.Cfg.CfgSourceLevels.yml",
|
|
|
+ "Apq.Cfg.CfgSourceLevels.Json": "Apq.Cfg.CfgSourceLevels.yml",
|
|
|
+ "Apq.Cfg.CfgSourceLevels.Nacos": "Apq.Cfg.CfgSourceLevels.yml",
|
|
|
+ "Apq.Cfg.CfgSourceLevels.Redis": "Apq.Cfg.CfgSourceLevels.yml",
|
|
|
+ "Apq.Cfg.CfgSourceLevels.Toml": "Apq.Cfg.CfgSourceLevels.yml",
|
|
|
+ "Apq.Cfg.CfgSourceLevels.Vault": "Apq.Cfg.CfgSourceLevels.yml",
|
|
|
+ "Apq.Cfg.CfgSourceLevels.Xml": "Apq.Cfg.CfgSourceLevels.yml",
|
|
|
+ "Apq.Cfg.CfgSourceLevels.Yaml": "Apq.Cfg.CfgSourceLevels.yml",
|
|
|
+ "Apq.Cfg.CfgSourceLevels.Zookeeper": "Apq.Cfg.CfgSourceLevels.yml",
|
|
|
"Apq.Cfg.Changes": "Apq.Cfg.Changes.yml",
|
|
|
"Apq.Cfg.Changes.ChangeType": "Apq.Cfg.Changes.ChangeType.yml",
|
|
|
"Apq.Cfg.Changes.ChangeType.Added": "Apq.Cfg.Changes.ChangeType.yml",
|
|
|
@@ -393,9 +415,52 @@
|
|
|
"Apq.Cfg.ServiceCollectionExtensions.AddApqCfg(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{Apq.Cfg.CfgBuilder,System.IServiceProvider})": "Apq.Cfg.ServiceCollectionExtensions.yml",
|
|
|
"Apq.Cfg.ServiceCollectionExtensions.AddApqCfg(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{Apq.Cfg.CfgBuilder})": "Apq.Cfg.ServiceCollectionExtensions.yml",
|
|
|
"Apq.Cfg.ServiceCollectionExtensions.AddApqCfg(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Func{System.IServiceProvider,Apq.Cfg.ICfgRoot})": "Apq.Cfg.ServiceCollectionExtensions.yml",
|
|
|
+ "Apq.Cfg.ServiceCollectionExtensions.AddApqCfgWithValidation(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{Apq.Cfg.CfgBuilder},System.Boolean)": "Apq.Cfg.ServiceCollectionExtensions.yml",
|
|
|
"Apq.Cfg.ServiceCollectionExtensions.AddApqCfg``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{Apq.Cfg.CfgBuilder},System.String)": "Apq.Cfg.ServiceCollectionExtensions.yml",
|
|
|
+ "Apq.Cfg.ServiceCollectionExtensions.AddConfigValidator(Microsoft.Extensions.DependencyInjection.IServiceCollection,Apq.Cfg.Validation.IConfigValidator)": "Apq.Cfg.ServiceCollectionExtensions.yml",
|
|
|
+ "Apq.Cfg.ServiceCollectionExtensions.AddConfigValidator(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{Apq.Cfg.Validation.ConfigValidationBuilder})": "Apq.Cfg.ServiceCollectionExtensions.yml",
|
|
|
"Apq.Cfg.ServiceCollectionExtensions.ConfigureApqCfg``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String)": "Apq.Cfg.ServiceCollectionExtensions.yml",
|
|
|
"Apq.Cfg.ServiceCollectionExtensions.ConfigureApqCfg``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String,System.Action{``0})": "Apq.Cfg.ServiceCollectionExtensions.yml",
|
|
|
+ "Apq.Cfg.Snapshot": "Apq.Cfg.Snapshot.yml",
|
|
|
+ "Apq.Cfg.Snapshot.CfgRootSnapshotExtensions": "Apq.Cfg.Snapshot.CfgRootSnapshotExtensions.yml",
|
|
|
+ "Apq.Cfg.Snapshot.CfgRootSnapshotExtensions.ExportSnapshot(Apq.Cfg.ICfgRoot,Apq.Cfg.Snapshot.ExportOptions)": "Apq.Cfg.Snapshot.CfgRootSnapshotExtensions.yml",
|
|
|
+ "Apq.Cfg.Snapshot.CfgRootSnapshotExtensions.ExportSnapshot(Apq.Cfg.ICfgRoot,Apq.Cfg.Snapshot.SnapshotExporter,Apq.Cfg.Snapshot.ExportOptions)": "Apq.Cfg.Snapshot.CfgRootSnapshotExtensions.yml",
|
|
|
+ "Apq.Cfg.Snapshot.CfgRootSnapshotExtensions.ExportSnapshot(Apq.Cfg.ICfgRoot,System.Action{Apq.Cfg.Snapshot.ExportOptions})": "Apq.Cfg.Snapshot.CfgRootSnapshotExtensions.yml",
|
|
|
+ "Apq.Cfg.Snapshot.CfgRootSnapshotExtensions.ExportSnapshotAsDictionary(Apq.Cfg.ICfgRoot,System.Boolean)": "Apq.Cfg.Snapshot.CfgRootSnapshotExtensions.yml",
|
|
|
+ "Apq.Cfg.Snapshot.CfgRootSnapshotExtensions.ExportSnapshotAsEnv(Apq.Cfg.ICfgRoot,System.String,System.Boolean)": "Apq.Cfg.Snapshot.CfgRootSnapshotExtensions.yml",
|
|
|
+ "Apq.Cfg.Snapshot.CfgRootSnapshotExtensions.ExportSnapshotAsJson(Apq.Cfg.ICfgRoot,System.Boolean,System.Boolean)": "Apq.Cfg.Snapshot.CfgRootSnapshotExtensions.yml",
|
|
|
+ "Apq.Cfg.Snapshot.CfgRootSnapshotExtensions.ExportSnapshotAsKeyValue(Apq.Cfg.ICfgRoot,System.Boolean)": "Apq.Cfg.Snapshot.CfgRootSnapshotExtensions.yml",
|
|
|
+ "Apq.Cfg.Snapshot.CfgRootSnapshotExtensions.ExportSnapshotAsync(Apq.Cfg.ICfgRoot,Apq.Cfg.Snapshot.SnapshotExporter,System.IO.Stream,Apq.Cfg.Snapshot.ExportOptions,System.Threading.CancellationToken)": "Apq.Cfg.Snapshot.CfgRootSnapshotExtensions.yml",
|
|
|
+ "Apq.Cfg.Snapshot.CfgRootSnapshotExtensions.ExportSnapshotAsync(Apq.Cfg.ICfgRoot,System.IO.Stream,Apq.Cfg.Snapshot.ExportOptions,System.Threading.CancellationToken)": "Apq.Cfg.Snapshot.CfgRootSnapshotExtensions.yml",
|
|
|
+ "Apq.Cfg.Snapshot.CfgRootSnapshotExtensions.ExportSnapshotToFileAsync(Apq.Cfg.ICfgRoot,Apq.Cfg.Snapshot.SnapshotExporter,System.String,Apq.Cfg.Snapshot.ExportOptions,System.Threading.CancellationToken)": "Apq.Cfg.Snapshot.CfgRootSnapshotExtensions.yml",
|
|
|
+ "Apq.Cfg.Snapshot.CfgRootSnapshotExtensions.ExportSnapshotToFileAsync(Apq.Cfg.ICfgRoot,System.String,Apq.Cfg.Snapshot.ExportOptions,System.Threading.CancellationToken)": "Apq.Cfg.Snapshot.CfgRootSnapshotExtensions.yml",
|
|
|
+ "Apq.Cfg.Snapshot.ConfigExporter": "Apq.Cfg.Snapshot.ConfigExporter.yml",
|
|
|
+ "Apq.Cfg.Snapshot.ConfigExporter.Export(Apq.Cfg.ICfgRoot,Apq.Cfg.Snapshot.ExportOptions)": "Apq.Cfg.Snapshot.ConfigExporter.yml",
|
|
|
+ "Apq.Cfg.Snapshot.ConfigExporter.Export(Apq.Cfg.ICfgRoot,Apq.Cfg.Snapshot.SnapshotExporter,Apq.Cfg.Snapshot.ExportOptions)": "Apq.Cfg.Snapshot.ConfigExporter.yml",
|
|
|
+ "Apq.Cfg.Snapshot.ConfigExporter.ExportAsync(Apq.Cfg.ICfgRoot,Apq.Cfg.Snapshot.SnapshotExporter,System.IO.Stream,Apq.Cfg.Snapshot.ExportOptions,System.Threading.CancellationToken)": "Apq.Cfg.Snapshot.ConfigExporter.yml",
|
|
|
+ "Apq.Cfg.Snapshot.ConfigExporter.ExportAsync(Apq.Cfg.ICfgRoot,System.IO.Stream,Apq.Cfg.Snapshot.ExportOptions,System.Threading.CancellationToken)": "Apq.Cfg.Snapshot.ConfigExporter.yml",
|
|
|
+ "Apq.Cfg.Snapshot.ConfigExporter.ExportToDictionary(Apq.Cfg.ICfgRoot,Apq.Cfg.Snapshot.ExportOptions)": "Apq.Cfg.Snapshot.ConfigExporter.yml",
|
|
|
+ "Apq.Cfg.Snapshot.ConfigExporter.ExportToFileAsync(Apq.Cfg.ICfgRoot,Apq.Cfg.Snapshot.SnapshotExporter,System.String,Apq.Cfg.Snapshot.ExportOptions,System.Threading.CancellationToken)": "Apq.Cfg.Snapshot.ConfigExporter.yml",
|
|
|
+ "Apq.Cfg.Snapshot.ConfigExporter.ExportToFileAsync(Apq.Cfg.ICfgRoot,System.String,Apq.Cfg.Snapshot.ExportOptions,System.Threading.CancellationToken)": "Apq.Cfg.Snapshot.ConfigExporter.yml",
|
|
|
+ "Apq.Cfg.Snapshot.ExportContext": "Apq.Cfg.Snapshot.ExportContext.yml",
|
|
|
+ "Apq.Cfg.Snapshot.ExportContext.EnvPrefix": "Apq.Cfg.Snapshot.ExportContext.yml",
|
|
|
+ "Apq.Cfg.Snapshot.ExportContext.ExportedAt": "Apq.Cfg.Snapshot.ExportContext.yml",
|
|
|
+ "Apq.Cfg.Snapshot.ExportContext.IncludeMetadata": "Apq.Cfg.Snapshot.ExportContext.yml",
|
|
|
+ "Apq.Cfg.Snapshot.ExportContext.Indented": "Apq.Cfg.Snapshot.ExportContext.yml",
|
|
|
+ "Apq.Cfg.Snapshot.ExportContext.KeyCount": "Apq.Cfg.Snapshot.ExportContext.yml",
|
|
|
+ "Apq.Cfg.Snapshot.ExportContext.Properties": "Apq.Cfg.Snapshot.ExportContext.yml",
|
|
|
+ "Apq.Cfg.Snapshot.ExportOptions": "Apq.Cfg.Snapshot.ExportOptions.yml",
|
|
|
+ "Apq.Cfg.Snapshot.ExportOptions.EnvPrefix": "Apq.Cfg.Snapshot.ExportOptions.yml",
|
|
|
+ "Apq.Cfg.Snapshot.ExportOptions.ExcludeKeys": "Apq.Cfg.Snapshot.ExportOptions.yml",
|
|
|
+ "Apq.Cfg.Snapshot.ExportOptions.IncludeKeys": "Apq.Cfg.Snapshot.ExportOptions.yml",
|
|
|
+ "Apq.Cfg.Snapshot.ExportOptions.IncludeMetadata": "Apq.Cfg.Snapshot.ExportOptions.yml",
|
|
|
+ "Apq.Cfg.Snapshot.ExportOptions.Indented": "Apq.Cfg.Snapshot.ExportOptions.yml",
|
|
|
+ "Apq.Cfg.Snapshot.ExportOptions.MaskSensitiveValues": "Apq.Cfg.Snapshot.ExportOptions.yml",
|
|
|
+ "Apq.Cfg.Snapshot.SnapshotExporter": "Apq.Cfg.Snapshot.SnapshotExporter.yml",
|
|
|
+ "Apq.Cfg.Snapshot.SnapshotExporters": "Apq.Cfg.Snapshot.SnapshotExporters.yml",
|
|
|
+ "Apq.Cfg.Snapshot.SnapshotExporters.Env(System.Collections.Generic.IReadOnlyDictionary{System.String,System.String},Apq.Cfg.Snapshot.ExportContext)": "Apq.Cfg.Snapshot.SnapshotExporters.yml",
|
|
|
+ "Apq.Cfg.Snapshot.SnapshotExporters.Json(System.Collections.Generic.IReadOnlyDictionary{System.String,System.String},Apq.Cfg.Snapshot.ExportContext)": "Apq.Cfg.Snapshot.SnapshotExporters.yml",
|
|
|
+ "Apq.Cfg.Snapshot.SnapshotExporters.KeyValue(System.Collections.Generic.IReadOnlyDictionary{System.String,System.String},Apq.Cfg.Snapshot.ExportContext)": "Apq.Cfg.Snapshot.SnapshotExporters.yml",
|
|
|
"Apq.Cfg.SourceGenerator": "Apq.Cfg.SourceGenerator.yml",
|
|
|
"Apq.Cfg.SourceGenerator.CfgSectionGenerator": "Apq.Cfg.SourceGenerator.CfgSectionGenerator.yml",
|
|
|
"Apq.Cfg.SourceGenerator.CfgSectionGenerator.Initialize(Microsoft.CodeAnalysis.IncrementalGeneratorInitializationContext)": "Apq.Cfg.SourceGenerator.CfgSectionGenerator.yml",
|
|
|
@@ -426,9 +491,157 @@
|
|
|
"Apq.Cfg.Sources.ICfgSource.Level": "Apq.Cfg.Sources.ICfgSource.yml",
|
|
|
"Apq.Cfg.Sources.IWritableCfgSource": "Apq.Cfg.Sources.IWritableCfgSource.yml",
|
|
|
"Apq.Cfg.Sources.IWritableCfgSource.ApplyChangesAsync(System.Collections.Generic.IReadOnlyDictionary{System.String,System.String},System.Threading.CancellationToken)": "Apq.Cfg.Sources.IWritableCfgSource.yml",
|
|
|
+ "Apq.Cfg.Template": "Apq.Cfg.Template.yml",
|
|
|
+ "Apq.Cfg.Template.IVariableResolver": "Apq.Cfg.Template.IVariableResolver.yml",
|
|
|
+ "Apq.Cfg.Template.IVariableResolver.Prefix": "Apq.Cfg.Template.IVariableResolver.yml",
|
|
|
+ "Apq.Cfg.Template.IVariableResolver.Resolve(System.String,Apq.Cfg.ICfgRoot)": "Apq.Cfg.Template.IVariableResolver.yml",
|
|
|
+ "Apq.Cfg.Template.TemplateEngine": "Apq.Cfg.Template.TemplateEngine.yml",
|
|
|
+ "Apq.Cfg.Template.TemplateEngine.#ctor(Apq.Cfg.Template.VariableResolutionOptions)": "Apq.Cfg.Template.TemplateEngine.yml",
|
|
|
+ "Apq.Cfg.Template.TemplateEngine.ClearCache": "Apq.Cfg.Template.TemplateEngine.yml",
|
|
|
+ "Apq.Cfg.Template.TemplateEngine.Resolve(System.String,Apq.Cfg.ICfgRoot)": "Apq.Cfg.Template.TemplateEngine.yml",
|
|
|
+ "Apq.Cfg.Template.UnresolvedVariableBehavior": "Apq.Cfg.Template.UnresolvedVariableBehavior.yml",
|
|
|
+ "Apq.Cfg.Template.UnresolvedVariableBehavior.Empty": "Apq.Cfg.Template.UnresolvedVariableBehavior.yml",
|
|
|
+ "Apq.Cfg.Template.UnresolvedVariableBehavior.Keep": "Apq.Cfg.Template.UnresolvedVariableBehavior.yml",
|
|
|
+ "Apq.Cfg.Template.UnresolvedVariableBehavior.Throw": "Apq.Cfg.Template.UnresolvedVariableBehavior.yml",
|
|
|
+ "Apq.Cfg.Template.VariableResolutionOptions": "Apq.Cfg.Template.VariableResolutionOptions.yml",
|
|
|
+ "Apq.Cfg.Template.VariableResolutionOptions.CacheResults": "Apq.Cfg.Template.VariableResolutionOptions.yml",
|
|
|
+ "Apq.Cfg.Template.VariableResolutionOptions.Default": "Apq.Cfg.Template.VariableResolutionOptions.yml",
|
|
|
+ "Apq.Cfg.Template.VariableResolutionOptions.InvalidateCacheOnChange": "Apq.Cfg.Template.VariableResolutionOptions.yml",
|
|
|
+ "Apq.Cfg.Template.VariableResolutionOptions.MaxRecursionDepth": "Apq.Cfg.Template.VariableResolutionOptions.yml",
|
|
|
+ "Apq.Cfg.Template.VariableResolutionOptions.PrefixSeparator": "Apq.Cfg.Template.VariableResolutionOptions.yml",
|
|
|
+ "Apq.Cfg.Template.VariableResolutionOptions.Resolvers": "Apq.Cfg.Template.VariableResolutionOptions.yml",
|
|
|
+ "Apq.Cfg.Template.VariableResolutionOptions.UnresolvedBehavior": "Apq.Cfg.Template.VariableResolutionOptions.yml",
|
|
|
+ "Apq.Cfg.Template.VariableResolutionOptions.VariablePrefix": "Apq.Cfg.Template.VariableResolutionOptions.yml",
|
|
|
+ "Apq.Cfg.Template.VariableResolutionOptions.VariableSuffix": "Apq.Cfg.Template.VariableResolutionOptions.yml",
|
|
|
+ "Apq.Cfg.Template.VariableResolvers": "Apq.Cfg.Template.VariableResolvers.yml",
|
|
|
+ "Apq.Cfg.Template.VariableResolvers.All": "Apq.Cfg.Template.VariableResolvers.yml",
|
|
|
+ "Apq.Cfg.Template.VariableResolvers.Config": "Apq.Cfg.Template.VariableResolvers.yml",
|
|
|
+ "Apq.Cfg.Template.VariableResolvers.Environment": "Apq.Cfg.Template.VariableResolvers.yml",
|
|
|
+ "Apq.Cfg.Template.VariableResolvers.System": "Apq.Cfg.Template.VariableResolvers.yml",
|
|
|
+ "Apq.Cfg.TemplateExtensions": "Apq.Cfg.TemplateExtensions.yml",
|
|
|
+ "Apq.Cfg.TemplateExtensions.GetManyResolved(Apq.Cfg.ICfgRoot,System.Collections.Generic.IEnumerable{System.String})": "Apq.Cfg.TemplateExtensions.yml",
|
|
|
+ "Apq.Cfg.TemplateExtensions.GetResolved(Apq.Cfg.ICfgRoot,System.String)": "Apq.Cfg.TemplateExtensions.yml",
|
|
|
+ "Apq.Cfg.TemplateExtensions.GetResolved(Apq.Cfg.ICfgRoot,System.String,Apq.Cfg.Template.VariableResolutionOptions)": "Apq.Cfg.TemplateExtensions.yml",
|
|
|
+ "Apq.Cfg.TemplateExtensions.GetResolved``1(Apq.Cfg.ICfgRoot,System.String)": "Apq.Cfg.TemplateExtensions.yml",
|
|
|
+ "Apq.Cfg.TemplateExtensions.ResolveVariables(Apq.Cfg.ICfgRoot,System.String)": "Apq.Cfg.TemplateExtensions.yml",
|
|
|
+ "Apq.Cfg.TemplateExtensions.ResolveVariables(Apq.Cfg.ICfgRoot,System.String,Apq.Cfg.Template.VariableResolutionOptions)": "Apq.Cfg.TemplateExtensions.yml",
|
|
|
+ "Apq.Cfg.TemplateExtensions.TryGetResolved(Apq.Cfg.ICfgRoot,System.String,System.String@)": "Apq.Cfg.TemplateExtensions.yml",
|
|
|
+ "Apq.Cfg.TemplateExtensions.TryGetResolved``1(Apq.Cfg.ICfgRoot,System.String,``0@)": "Apq.Cfg.TemplateExtensions.yml",
|
|
|
"Apq.Cfg.Toml": "Apq.Cfg.Toml.yml",
|
|
|
"Apq.Cfg.Toml.CfgBuilderExtensions": "Apq.Cfg.Toml.CfgBuilderExtensions.yml",
|
|
|
"Apq.Cfg.Toml.CfgBuilderExtensions.AddToml(Apq.Cfg.CfgBuilder,System.String,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.Boolean)": "Apq.Cfg.Toml.CfgBuilderExtensions.yml",
|
|
|
+ "Apq.Cfg.Validation": "Apq.Cfg.Validation.yml",
|
|
|
+ "Apq.Cfg.Validation.CfgRootValidationExtensions": "Apq.Cfg.Validation.CfgRootValidationExtensions.yml",
|
|
|
+ "Apq.Cfg.Validation.CfgRootValidationExtensions.TryValidate(Apq.Cfg.ICfgRoot,Apq.Cfg.Validation.IConfigValidator,Apq.Cfg.Validation.ValidationResult@)": "Apq.Cfg.Validation.CfgRootValidationExtensions.yml",
|
|
|
+ "Apq.Cfg.Validation.CfgRootValidationExtensions.TryValidate(Apq.Cfg.ICfgRoot,System.Action{Apq.Cfg.Validation.ConfigValidationBuilder},Apq.Cfg.Validation.ValidationResult@)": "Apq.Cfg.Validation.CfgRootValidationExtensions.yml",
|
|
|
+ "Apq.Cfg.Validation.CfgRootValidationExtensions.Validate(Apq.Cfg.ICfgRoot,Apq.Cfg.Validation.IConfigValidator)": "Apq.Cfg.Validation.CfgRootValidationExtensions.yml",
|
|
|
+ "Apq.Cfg.Validation.CfgRootValidationExtensions.Validate(Apq.Cfg.ICfgRoot,System.Action{Apq.Cfg.Validation.ConfigValidationBuilder})": "Apq.Cfg.Validation.CfgRootValidationExtensions.yml",
|
|
|
+ "Apq.Cfg.Validation.CfgRootValidationExtensions.ValidateAndThrow(Apq.Cfg.ICfgRoot,Apq.Cfg.Validation.IConfigValidator)": "Apq.Cfg.Validation.CfgRootValidationExtensions.yml",
|
|
|
+ "Apq.Cfg.Validation.CfgRootValidationExtensions.ValidateAndThrow(Apq.Cfg.ICfgRoot,System.Action{Apq.Cfg.Validation.ConfigValidationBuilder})": "Apq.Cfg.Validation.CfgRootValidationExtensions.yml",
|
|
|
+ "Apq.Cfg.Validation.ConfigValidationBuilder": "Apq.Cfg.Validation.ConfigValidationBuilder.yml",
|
|
|
+ "Apq.Cfg.Validation.ConfigValidationBuilder.AddRule(Apq.Cfg.Validation.IValidationRule)": "Apq.Cfg.Validation.ConfigValidationBuilder.yml",
|
|
|
+ "Apq.Cfg.Validation.ConfigValidationBuilder.AddRules(System.Collections.Generic.IEnumerable{Apq.Cfg.Validation.IValidationRule})": "Apq.Cfg.Validation.ConfigValidationBuilder.yml",
|
|
|
+ "Apq.Cfg.Validation.ConfigValidationBuilder.Build": "Apq.Cfg.Validation.ConfigValidationBuilder.yml",
|
|
|
+ "Apq.Cfg.Validation.ConfigValidationBuilder.Custom(System.String,System.Func{System.String,System.Boolean},System.String,System.String)": "Apq.Cfg.Validation.ConfigValidationBuilder.yml",
|
|
|
+ "Apq.Cfg.Validation.ConfigValidationBuilder.DependsOn(System.String,System.String,System.String)": "Apq.Cfg.Validation.ConfigValidationBuilder.yml",
|
|
|
+ "Apq.Cfg.Validation.ConfigValidationBuilder.Length(System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},System.String)": "Apq.Cfg.Validation.ConfigValidationBuilder.yml",
|
|
|
+ "Apq.Cfg.Validation.ConfigValidationBuilder.MaxLength(System.String,System.Int32,System.String)": "Apq.Cfg.Validation.ConfigValidationBuilder.yml",
|
|
|
+ "Apq.Cfg.Validation.ConfigValidationBuilder.MinLength(System.String,System.Int32,System.String)": "Apq.Cfg.Validation.ConfigValidationBuilder.yml",
|
|
|
+ "Apq.Cfg.Validation.ConfigValidationBuilder.OneOf(System.String,System.Collections.Generic.IEnumerable{System.String},System.Boolean,System.String)": "Apq.Cfg.Validation.ConfigValidationBuilder.yml",
|
|
|
+ "Apq.Cfg.Validation.ConfigValidationBuilder.OneOf(System.String,System.String[])": "Apq.Cfg.Validation.ConfigValidationBuilder.yml",
|
|
|
+ "Apq.Cfg.Validation.ConfigValidationBuilder.Range(System.String,System.DateTime,System.DateTime,System.String)": "Apq.Cfg.Validation.ConfigValidationBuilder.yml",
|
|
|
+ "Apq.Cfg.Validation.ConfigValidationBuilder.Range(System.String,System.Decimal,System.Decimal,System.String)": "Apq.Cfg.Validation.ConfigValidationBuilder.yml",
|
|
|
+ "Apq.Cfg.Validation.ConfigValidationBuilder.Range(System.String,System.Double,System.Double,System.String)": "Apq.Cfg.Validation.ConfigValidationBuilder.yml",
|
|
|
+ "Apq.Cfg.Validation.ConfigValidationBuilder.Range(System.String,System.Int32,System.Int32,System.String)": "Apq.Cfg.Validation.ConfigValidationBuilder.yml",
|
|
|
+ "Apq.Cfg.Validation.ConfigValidationBuilder.Range(System.String,System.Int64,System.Int64,System.String)": "Apq.Cfg.Validation.ConfigValidationBuilder.yml",
|
|
|
+ "Apq.Cfg.Validation.ConfigValidationBuilder.Regex(System.String,System.String,System.String,System.Text.RegularExpressions.RegexOptions)": "Apq.Cfg.Validation.ConfigValidationBuilder.yml",
|
|
|
+ "Apq.Cfg.Validation.ConfigValidationBuilder.Required(System.String,System.String)": "Apq.Cfg.Validation.ConfigValidationBuilder.yml",
|
|
|
+ "Apq.Cfg.Validation.ConfigValidationBuilder.Required(System.String[])": "Apq.Cfg.Validation.ConfigValidationBuilder.yml",
|
|
|
+ "Apq.Cfg.Validation.ConfigValidationException": "Apq.Cfg.Validation.ConfigValidationException.yml",
|
|
|
+ "Apq.Cfg.Validation.ConfigValidationException.#ctor(Apq.Cfg.Validation.ValidationResult)": "Apq.Cfg.Validation.ConfigValidationException.yml",
|
|
|
+ "Apq.Cfg.Validation.ConfigValidationException.#ctor(Apq.Cfg.Validation.ValidationResult,System.String)": "Apq.Cfg.Validation.ConfigValidationException.yml",
|
|
|
+ "Apq.Cfg.Validation.ConfigValidationException.Errors": "Apq.Cfg.Validation.ConfigValidationException.yml",
|
|
|
+ "Apq.Cfg.Validation.ConfigValidationException.ValidationResult": "Apq.Cfg.Validation.ConfigValidationException.yml",
|
|
|
+ "Apq.Cfg.Validation.ConfigValidator": "Apq.Cfg.Validation.ConfigValidator.yml",
|
|
|
+ "Apq.Cfg.Validation.ConfigValidator.#ctor(System.Collections.Generic.IEnumerable{Apq.Cfg.Validation.IValidationRule})": "Apq.Cfg.Validation.ConfigValidator.yml",
|
|
|
+ "Apq.Cfg.Validation.ConfigValidator.Rules": "Apq.Cfg.Validation.ConfigValidator.yml",
|
|
|
+ "Apq.Cfg.Validation.ConfigValidator.Validate(Apq.Cfg.ICfgRoot)": "Apq.Cfg.Validation.ConfigValidator.yml",
|
|
|
+ "Apq.Cfg.Validation.IConfigValidator": "Apq.Cfg.Validation.IConfigValidator.yml",
|
|
|
+ "Apq.Cfg.Validation.IConfigValidator.Rules": "Apq.Cfg.Validation.IConfigValidator.yml",
|
|
|
+ "Apq.Cfg.Validation.IConfigValidator.Validate(Apq.Cfg.ICfgRoot)": "Apq.Cfg.Validation.IConfigValidator.yml",
|
|
|
+ "Apq.Cfg.Validation.IValidationRule": "Apq.Cfg.Validation.IValidationRule.yml",
|
|
|
+ "Apq.Cfg.Validation.IValidationRule.Key": "Apq.Cfg.Validation.IValidationRule.yml",
|
|
|
+ "Apq.Cfg.Validation.IValidationRule.Name": "Apq.Cfg.Validation.IValidationRule.yml",
|
|
|
+ "Apq.Cfg.Validation.IValidationRule.Validate(System.String)": "Apq.Cfg.Validation.IValidationRule.yml",
|
|
|
+ "Apq.Cfg.Validation.Rules": "Apq.Cfg.Validation.Rules.yml",
|
|
|
+ "Apq.Cfg.Validation.Rules.CustomRule": "Apq.Cfg.Validation.Rules.CustomRule.yml",
|
|
|
+ "Apq.Cfg.Validation.Rules.CustomRule.#ctor(System.String,System.Func{System.String,System.Boolean},System.String,System.String)": "Apq.Cfg.Validation.Rules.CustomRule.yml",
|
|
|
+ "Apq.Cfg.Validation.Rules.CustomRule.ErrorMessage": "Apq.Cfg.Validation.Rules.CustomRule.yml",
|
|
|
+ "Apq.Cfg.Validation.Rules.CustomRule.Key": "Apq.Cfg.Validation.Rules.CustomRule.yml",
|
|
|
+ "Apq.Cfg.Validation.Rules.CustomRule.Name": "Apq.Cfg.Validation.Rules.CustomRule.yml",
|
|
|
+ "Apq.Cfg.Validation.Rules.CustomRule.Validate(System.String)": "Apq.Cfg.Validation.Rules.CustomRule.yml",
|
|
|
+ "Apq.Cfg.Validation.Rules.DependsOnRule": "Apq.Cfg.Validation.Rules.DependsOnRule.yml",
|
|
|
+ "Apq.Cfg.Validation.Rules.DependsOnRule.#ctor(System.String,System.String,System.String)": "Apq.Cfg.Validation.Rules.DependsOnRule.yml",
|
|
|
+ "Apq.Cfg.Validation.Rules.DependsOnRule.DependencyKey": "Apq.Cfg.Validation.Rules.DependsOnRule.yml",
|
|
|
+ "Apq.Cfg.Validation.Rules.DependsOnRule.ErrorMessage": "Apq.Cfg.Validation.Rules.DependsOnRule.yml",
|
|
|
+ "Apq.Cfg.Validation.Rules.DependsOnRule.Key": "Apq.Cfg.Validation.Rules.DependsOnRule.yml",
|
|
|
+ "Apq.Cfg.Validation.Rules.DependsOnRule.Name": "Apq.Cfg.Validation.Rules.DependsOnRule.yml",
|
|
|
+ "Apq.Cfg.Validation.Rules.DependsOnRule.Validate(System.String)": "Apq.Cfg.Validation.Rules.DependsOnRule.yml",
|
|
|
+ "Apq.Cfg.Validation.Rules.EnumValuesRule": "Apq.Cfg.Validation.Rules.EnumValuesRule.yml",
|
|
|
+ "Apq.Cfg.Validation.Rules.EnumValuesRule.#ctor(System.String,System.Collections.Generic.IEnumerable{System.String},System.Boolean,System.String)": "Apq.Cfg.Validation.Rules.EnumValuesRule.yml",
|
|
|
+ "Apq.Cfg.Validation.Rules.EnumValuesRule.ErrorMessage": "Apq.Cfg.Validation.Rules.EnumValuesRule.yml",
|
|
|
+ "Apq.Cfg.Validation.Rules.EnumValuesRule.Key": "Apq.Cfg.Validation.Rules.EnumValuesRule.yml",
|
|
|
+ "Apq.Cfg.Validation.Rules.EnumValuesRule.Name": "Apq.Cfg.Validation.Rules.EnumValuesRule.yml",
|
|
|
+ "Apq.Cfg.Validation.Rules.EnumValuesRule.Validate(System.String)": "Apq.Cfg.Validation.Rules.EnumValuesRule.yml",
|
|
|
+ "Apq.Cfg.Validation.Rules.LengthRule": "Apq.Cfg.Validation.Rules.LengthRule.yml",
|
|
|
+ "Apq.Cfg.Validation.Rules.LengthRule.#ctor(System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},System.String)": "Apq.Cfg.Validation.Rules.LengthRule.yml",
|
|
|
+ "Apq.Cfg.Validation.Rules.LengthRule.ErrorMessage": "Apq.Cfg.Validation.Rules.LengthRule.yml",
|
|
|
+ "Apq.Cfg.Validation.Rules.LengthRule.Key": "Apq.Cfg.Validation.Rules.LengthRule.yml",
|
|
|
+ "Apq.Cfg.Validation.Rules.LengthRule.Name": "Apq.Cfg.Validation.Rules.LengthRule.yml",
|
|
|
+ "Apq.Cfg.Validation.Rules.LengthRule.Validate(System.String)": "Apq.Cfg.Validation.Rules.LengthRule.yml",
|
|
|
+ "Apq.Cfg.Validation.Rules.RangeRule": "Apq.Cfg.Validation.Rules.RangeRule.yml",
|
|
|
+ "Apq.Cfg.Validation.Rules.RangeRule.ForDateTime(System.String,System.DateTime,System.DateTime,System.String)": "Apq.Cfg.Validation.Rules.RangeRule.yml",
|
|
|
+ "Apq.Cfg.Validation.Rules.RangeRule.ForDecimal(System.String,System.Decimal,System.Decimal,System.String)": "Apq.Cfg.Validation.Rules.RangeRule.yml",
|
|
|
+ "Apq.Cfg.Validation.Rules.RangeRule.ForDouble(System.String,System.Double,System.Double,System.String)": "Apq.Cfg.Validation.Rules.RangeRule.yml",
|
|
|
+ "Apq.Cfg.Validation.Rules.RangeRule.ForInt(System.String,System.Int32,System.Int32,System.String)": "Apq.Cfg.Validation.Rules.RangeRule.yml",
|
|
|
+ "Apq.Cfg.Validation.Rules.RangeRule.ForLong(System.String,System.Int64,System.Int64,System.String)": "Apq.Cfg.Validation.Rules.RangeRule.yml",
|
|
|
+ "Apq.Cfg.Validation.Rules.RangeRule`1": "Apq.Cfg.Validation.Rules.RangeRule-1.yml",
|
|
|
+ "Apq.Cfg.Validation.Rules.RangeRule`1.#ctor(System.String,`0,`0,System.Func{System.String,System.Nullable{`0}},System.String)": "Apq.Cfg.Validation.Rules.RangeRule-1.yml",
|
|
|
+ "Apq.Cfg.Validation.Rules.RangeRule`1.ErrorMessage": "Apq.Cfg.Validation.Rules.RangeRule-1.yml",
|
|
|
+ "Apq.Cfg.Validation.Rules.RangeRule`1.Key": "Apq.Cfg.Validation.Rules.RangeRule-1.yml",
|
|
|
+ "Apq.Cfg.Validation.Rules.RangeRule`1.Name": "Apq.Cfg.Validation.Rules.RangeRule-1.yml",
|
|
|
+ "Apq.Cfg.Validation.Rules.RangeRule`1.Validate(System.String)": "Apq.Cfg.Validation.Rules.RangeRule-1.yml",
|
|
|
+ "Apq.Cfg.Validation.Rules.RegexRule": "Apq.Cfg.Validation.Rules.RegexRule.yml",
|
|
|
+ "Apq.Cfg.Validation.Rules.RegexRule.#ctor(System.String,System.String,System.String,System.Text.RegularExpressions.RegexOptions)": "Apq.Cfg.Validation.Rules.RegexRule.yml",
|
|
|
+ "Apq.Cfg.Validation.Rules.RegexRule.ErrorMessage": "Apq.Cfg.Validation.Rules.RegexRule.yml",
|
|
|
+ "Apq.Cfg.Validation.Rules.RegexRule.Key": "Apq.Cfg.Validation.Rules.RegexRule.yml",
|
|
|
+ "Apq.Cfg.Validation.Rules.RegexRule.Name": "Apq.Cfg.Validation.Rules.RegexRule.yml",
|
|
|
+ "Apq.Cfg.Validation.Rules.RegexRule.Pattern": "Apq.Cfg.Validation.Rules.RegexRule.yml",
|
|
|
+ "Apq.Cfg.Validation.Rules.RegexRule.Validate(System.String)": "Apq.Cfg.Validation.Rules.RegexRule.yml",
|
|
|
+ "Apq.Cfg.Validation.Rules.RequiredRule": "Apq.Cfg.Validation.Rules.RequiredRule.yml",
|
|
|
+ "Apq.Cfg.Validation.Rules.RequiredRule.#ctor(System.String,System.String)": "Apq.Cfg.Validation.Rules.RequiredRule.yml",
|
|
|
+ "Apq.Cfg.Validation.Rules.RequiredRule.ErrorMessage": "Apq.Cfg.Validation.Rules.RequiredRule.yml",
|
|
|
+ "Apq.Cfg.Validation.Rules.RequiredRule.Key": "Apq.Cfg.Validation.Rules.RequiredRule.yml",
|
|
|
+ "Apq.Cfg.Validation.Rules.RequiredRule.Name": "Apq.Cfg.Validation.Rules.RequiredRule.yml",
|
|
|
+ "Apq.Cfg.Validation.Rules.RequiredRule.Validate(System.String)": "Apq.Cfg.Validation.Rules.RequiredRule.yml",
|
|
|
+ "Apq.Cfg.Validation.ValidationError": "Apq.Cfg.Validation.ValidationError.yml",
|
|
|
+ "Apq.Cfg.Validation.ValidationError.#ctor(System.String,System.String,System.String,System.String)": "Apq.Cfg.Validation.ValidationError.yml",
|
|
|
+ "Apq.Cfg.Validation.ValidationError.ActualValue": "Apq.Cfg.Validation.ValidationError.yml",
|
|
|
+ "Apq.Cfg.Validation.ValidationError.Key": "Apq.Cfg.Validation.ValidationError.yml",
|
|
|
+ "Apq.Cfg.Validation.ValidationError.Message": "Apq.Cfg.Validation.ValidationError.yml",
|
|
|
+ "Apq.Cfg.Validation.ValidationError.RuleName": "Apq.Cfg.Validation.ValidationError.yml",
|
|
|
+ "Apq.Cfg.Validation.ValidationError.ToString": "Apq.Cfg.Validation.ValidationError.yml",
|
|
|
+ "Apq.Cfg.Validation.ValidationResult": "Apq.Cfg.Validation.ValidationResult.yml",
|
|
|
+ "Apq.Cfg.Validation.ValidationResult.#ctor(System.Collections.Generic.IEnumerable{Apq.Cfg.Validation.ValidationError})": "Apq.Cfg.Validation.ValidationResult.yml",
|
|
|
+ "Apq.Cfg.Validation.ValidationResult.ErrorCount": "Apq.Cfg.Validation.ValidationResult.yml",
|
|
|
+ "Apq.Cfg.Validation.ValidationResult.Errors": "Apq.Cfg.Validation.ValidationResult.yml",
|
|
|
+ "Apq.Cfg.Validation.ValidationResult.Failure(Apq.Cfg.Validation.ValidationError[])": "Apq.Cfg.Validation.ValidationResult.yml",
|
|
|
+ "Apq.Cfg.Validation.ValidationResult.Failure(System.Collections.Generic.IEnumerable{Apq.Cfg.Validation.ValidationError})": "Apq.Cfg.Validation.ValidationResult.yml",
|
|
|
+ "Apq.Cfg.Validation.ValidationResult.GetErrorsForKey(System.String)": "Apq.Cfg.Validation.ValidationResult.yml",
|
|
|
+ "Apq.Cfg.Validation.ValidationResult.HasErrorsForKey(System.String)": "Apq.Cfg.Validation.ValidationResult.yml",
|
|
|
+ "Apq.Cfg.Validation.ValidationResult.IsValid": "Apq.Cfg.Validation.ValidationResult.yml",
|
|
|
+ "Apq.Cfg.Validation.ValidationResult.Success": "Apq.Cfg.Validation.ValidationResult.yml",
|
|
|
+ "Apq.Cfg.Validation.ValidationResult.ToString": "Apq.Cfg.Validation.ValidationResult.yml",
|
|
|
"Apq.Cfg.Vault": "Apq.Cfg.Vault.yml",
|
|
|
"Apq.Cfg.Vault.CfgBuilderExtensions": "Apq.Cfg.Vault.CfgBuilderExtensions.yml",
|
|
|
"Apq.Cfg.Vault.CfgBuilderExtensions.AddVault(Apq.Cfg.CfgBuilder,System.Action{Apq.Cfg.Vault.VaultCfgOptions},System.Int32,System.Boolean)": "Apq.Cfg.Vault.CfgBuilderExtensions.yml",
|