|
|
@ -267,14 +267,14 @@ namespace Grpc.Tools |
|
|
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|
/// Generated code directory. The generator property determines the language. |
|
|
|
/// Generated code directory. The generator property determines the language. |
|
|
|
/// Switch: --GEN-out= (for different generators GEN). |
|
|
|
/// Switch: --GEN_out= (for different generators GEN, e.g. --csharp_out). |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
[Required] |
|
|
|
[Required] |
|
|
|
public string OutputDir { get; set; } |
|
|
|
public string OutputDir { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|
/// Codegen options. See also OptionsFromMetadata. |
|
|
|
/// Codegen options. See also OptionsFromMetadata. |
|
|
|
/// Switch: --GEN_out= (for different generators GEN). |
|
|
|
/// Switch: --GEN_opt= (for different generators GEN, e.g. --csharp_opt). |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
public string[] OutputOptions { get; set; } |
|
|
|
public string[] OutputOptions { get; set; } |
|
|
|
|
|
|
|
|
|
|
|