File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,12 @@ This is a vanilla `File -> New Project -> MVC Internet Website` project with a g
99
1010### Get the type definitions out of your MVC project
1111
12- ToTypeScriptD SampleWebAPI\bin\SampleWebAPI.dll
12+ ToTypeScriptD dotnet SampleWebAPI\bin\SampleWebAPI.dll
1313
1414### Save the output to a file
1515
16- ToTypeScriptD SampleWebAPI\bin\SampleWebAPI.dll > SampleWebAPITypeDefinitions.d.ts
16+ ToTypeScriptD dotnet SampleWebAPI\bin\SampleWebAPI.dll > SampleWebAPITypeDefinitions.d.ts
1717
1818### Only get types in a specific namespace
1919
20- ToTypeScriptD SampleWebAPI\bin\SampleWebAPI.dll --regexFilter "SampleWebAPI.Controllers"
20+ ToTypeScriptD dotnet SampleWebAPI\bin\SampleWebAPI.dll --regexFilter "SampleWebAPI.Controllers"
You can’t perform that action at this time.
0 commit comments