RafaelSalguero / CSharp2TSLinks
vscode extension to convert C# to typescript
☆28Updated 2 years ago
Alternatives and similar repositories for CSharp2TS
Users that are interested in CSharp2TS are comparing it to the libraries listed below
Sorting:
- Things to speed up C# code by avoiding reflection☆25Updated last year
- C# to Javascript Compiler implemented via Roslyn☆112Updated 8 years ago
- A JavaScript-Friendly .NET Based TypeScript Library☆30Updated 5 years ago
- A CommonJS implementation for Jint, the .NET Javascript engine.☆28Updated 5 years ago
- .NET Serializer testing framework☆75Updated 2 years ago
- Unity.Microsoft.DependencyInjection package☆63Updated last year
- Allocation-free string-like type, string interning cache and allocation-free versions of StringBuilder/TextWriter.Write(int).☆30Updated 5 years ago
- This is a C# library for working with JavaScript SourceMaps. The library is expected to support basic parsing of SourceMaps with the goal…☆58Updated last year
- A tactful collection of utilities for .NET development.☆35Updated 8 years ago
- SimplSockets is a lightweight, high performance, powerful .NET socket wrapper that makes communication via Sockets easy and efficient. It…☆58Updated 6 years ago
- File/code generator using Scriban text templates populated with C# code metadata from Roslyn API.☆139Updated 2 weeks ago
- Samples for Cecil☆68Updated 10 years ago
- String cache to merge duplicate strings; capped with 2 generation LRU eviction and further evictions on Gen2 GC collections.☆71Updated 2 years ago
- Very fast C# implementation of Aho Corasick algorithm based on Double Array Trie.☆50Updated 3 years ago
- A OO framework to handle all sorts of paths operations: File, Directory, Absolute, Drive Letter, UNC, Relative, prefixed with an Environm…☆89Updated 9 years ago
- Pluralize or singularize any English word.☆65Updated 3 years ago
- An implementation of LINQ in JavaScript use ES6 iterators for proper lazy evaluation☆83Updated 4 years ago
- String extensions for named parameterized string formatting.☆74Updated 4 years ago
- Change any string case to PascalCase/camelCase/kebab-case/snake_case☆58Updated last year
- Generate ToString method from public properties.☆83Updated 6 months ago
- Clay is a dynamic C# type that will enable you to sculpt objects of any shape just as easily as in JavaScript or other dynamic languages.