2 references to OptionsInterfacesToGenerate
Aspire.Hosting.CodeGeneration.TypeScript (2)
AtsTypeScriptCodeGenerator.cs (2)
713
if (_projector.
OptionsInterfacesToGenerate
.Count == 0)
723
foreach (var (interfaceName, optionalParams) in _projector.
OptionsInterfacesToGenerate
.OrderBy(kvp => kvp.Key))