3eed298346
Idea that could be expanded/exposed to other libraries in the future. Define clearly how to access a certain state key. Doing that now as for paging there is a lot of decorators that are added and that will simplify. |
||
---|---|---|
.. | ||
src | ||
test | ||
CHANGELOG.md | ||
LICENSE | ||
README.md | ||
package.json | ||
tsconfig.config.json | ||
tsconfig.json | ||
vitest.config.ts |
README.md
@typespec/http-server-csharp
TypeSpec service code generator for c-sharp
Install
npm install @typespec/http-server-csharp
Emitter
Usage
- Via the command line
tsp compile . --emit=@typespec/http-server-csharp
- Via the config
emit:
- "@typespec/http-server-csharp"
Emitter options
skip-format
Type: boolean
Skips formatting of generated C# Types. By default, C# files are formatted using 'dotnet format'.
output-type
Type: "models" | "all"
Chooses which service artifacts to emit. choices include 'models' or 'all' artifacts.