File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -242,4 +242,5 @@ ModelManifest.xml
242242.paket /paket.exe
243243
244244# FAKE - F# Make
245- .fake /
245+ .fake /
246+ src /TypeScriptBuilder /TypeScriptBuilder.xml
Original file line number Diff line number Diff line change 1010 <Description >TypeScript builder for C#</Description >
1111 </PropertyGroup >
1212
13+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
14+ <DocumentationFile >C:\Development\Obviuse-Plugins\TypeScriptBuilder\src\TypeScriptBuilder\TypeScriptBuilder.xml</DocumentationFile >
15+ </PropertyGroup >
16+
1317 <ItemGroup >
1418 <PackageReference Include =" Newtonsoft.Json" Version =" 12.0.3" />
1519 </ItemGroup >
Original file line number Diff line number Diff line change @@ -16,6 +16,9 @@ public class TypeScriptGeneratorOptions
1616 /// </summary>
1717 public bool EmitDocumentation = true ;
1818
19+ /// <summary>
20+ /// Creates models without any namespaces.
21+ /// </summary>
1922 public bool IgnoreNamespaces = false ; // ignores namespace in emissions
2023 }
2124}
You can’t perform that action at this time.
0 commit comments