dadhi/CSharpTypePrinter
Prints System.Type object as a valid C# literal, e.g. typeof(A
This tool helps C# developers accurately represent any .NET System.Type object as a string of valid C# code. You provide a System.Type object, and it outputs a string like "A
No commits in the last 6 months.
Use this if you are a C# developer who needs to reliably convert complex System.Type objects, especially those with nested generics, into their exact C# code string representation.
Not ideal if you need to display type names for end-user interfaces or logging, where a simpler, more human-readable format is preferred over strict C# code syntax.
Stars
8
Forks
—
Language
C#
License
MIT
Category
Last pushed
Oct 15, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/dadhi/CSharpTypePrinter"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
serenity-is/Serenity
Business Apps Made Simple with Asp.Net Core MVC / TypeScript
sjh37/EntityFramework-Reverse-POCO-Code-First-Generator
EntityFramework Reverse POCO Code First Generator - Beautifully generated code that is fully...
mganss/XmlSchemaClassGenerator
Generate C# classes from XML Schema files
dadhi/FastExpressionCompiler
Fast Compiler for C# Expression Trees and the lightweight LightExpression alternative....
filiptrivan/spiderly
.NET (C#) boilerplate code generator that transforms an EF Core model into a fully customizable...