CSharpToTypeScript icon indicating copy to clipboard operation
CSharpToTypeScript copied to clipboard

Convert C# Models, ViewModels and DTOs into their TypeScript equivalents using webapps, CLI Tool or VSCode extension. Links: https://marketplace.visualstudio.com/items?itemName=adrianwilczynski.csharp...

Results 52 CSharpToTypeScript issues
Sort by recently updated
recently updated
newest added

Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. Commits See full diff in compare view Maintainer changes This version was pushed to npm by oss-bot, a new releaser for y18n since your...

dependencies

Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....

dependencies

Bumps [yargs-parser](https://github.com/yargs/yargs-parser) from 5.0.0 to 5.0.1. Release notes Sourced from yargs-parser's releases. yargs-parser v5.0.1 Bug Fixes security: address GHSA-p9pc-299p-vxgp (#362) (1c417bd) Changelog Sourced from yargs-parser's changelog. 5.0.0 (2017-02-18) Bug Fixes...

dependencies

I don't know if that would be a complicated feature to add (I'll be glad to help but I know nothing about Extension's programming). My idea would be to add...

We have C# files that define what looks like dictionaries? That is, it has code like this: ```c# public class Foo { public const string AConstant = "A string constant";...

According to the camel case rule The camel case of ABCdefg should be abCdefg not aBCdefg

Is there an option to enable convert methods?Only classes and properties can be converted, methods cannot be converted.

Hey Adrian, Great package. Any chance we could have a string Enum option for the command line? I tried just to set it with `stringEnums: true` but it did not...

First of all, thanks for the work put in here 🎉 Just one nuance I came to notice when I wanted to use it in my project: In my codebase...

I didnt find a possibility to change the output in ts to "type" instead of "interface". We use "type" in our project. So it would help if there was an...