1 override of Json
dotnet-svcutil-lib (1)
CommandProcessorOptions.cs (1)
26public override string Json { get { return Serialize<CommandProcessorOptions, OptionsSerializer<CommandProcessorOptions>>(); } }
4 references to Json
dotnet-svcutil-lib (1)
Shared\Options\ApplicationOptions.cs (1)
173File.WriteAllText(filePath, this.Json);
dotnet-svcutil-lib.Tests (3)
UnitTest.cs (3)
268log += $"{Environment.NewLine}{cmdOptions.GetType().Name} as {updateOptions.GetType().Name}:{Environment.NewLine}{updateOptions.Json}"; 349var optionsJson = options.Json.Replace(this_TestCaseProject.FullPath.Replace("\\", "/"), "$testCaseProject$"); 354File.WriteAllText(outJsonFile, options.Json);