issues
search
stakx
/
TypeNameFormatter
A small .NET library for formatting type names à la C#.
MIT License
33
stars
4
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Hope to add TypeNameFormatOptions.NoGeneric
#51
xlievo
closed
2 years ago
3
Format `System.IntPtr` and `System.UIntPtr` as C# 9 keywords `nint` and `nuint`?
#50
stakx
opened
3 years ago
0
Suppress IDE0040 coding style rule
#49
stakx
closed
3 years ago
3
When using TypeNameFormatterInternal, configuration might cause diagnostics warnings/errors
#48
kzu
closed
3 years ago
1
More accurate rendering for 0 and 1-value tuples
#47
stakx
closed
4 years ago
0
Add nullable reference type code annotations
#46
stakx
closed
3 years ago
1
Source file not updated when `<Nullable>` changes or when target project is updated from 1.0.x
#45
stakx
opened
4 years ago
0
Add version of code file for compilers that support `#nullable`
#44
stakx
closed
4 years ago
2
Disable nullable context in the file
#43
kzu
closed
4 years ago
8
Consider adding nullable annotations
#42
kzu
closed
3 years ago
3
Handle ValueTuple with 0 or 1 type parameters better
#41
rcmdh
closed
4 years ago
3
Idea: Add support for formatting parameter types
#40
stakx
opened
5 years ago
0
Idea: Allow reduction of feature set via compilation symbols
#39
stakx
opened
5 years ago
0
Rewrite assert to eliminate unreachable branch
#38
stakx
closed
5 years ago
1
Fix a few broken things with current AppVeyor CI config
#37
stakx
closed
5 years ago
1
Set up code coverage in CI
#36
stakx
closed
5 years ago
1
Exclude class from code coverage for consuming projects
#35
kzu
closed
5 years ago
0
Exclude class from code coverage for consuming projects
#34
kzu
closed
5 years ago
1
Add ExcludeFromCodeCoverage or make class partial
#33
kzu
closed
5 years ago
1
Configure CI & add build/test status badges to README
#32
stakx
closed
6 years ago
1
Check whether `buildMultiTargeting` folder in NuGet package is necessary
#31
stakx
closed
6 years ago
1
Can't use the formatter inside razor templates
#30
bugproof
closed
6 years ago
3
Fix imprecise check for `Nullable<>`
#29
stakx
closed
6 years ago
0
Regression in 1.0.0-beta2: Closed generic type enclosed in non-generic type causes exception
#28
stakx
closed
6 years ago
0
Prevent breaking downstream build using MSBuild
#27
stakx
closed
6 years ago
0
Improve support for Rider (and probably IDEs other than Visual Studio, too)
#26
stakx
closed
6 years ago
0
Invert definiton of `GenericParameterNames` flag
#25
stakx
closed
6 years ago
0
Let options flow inside anonymous types
#24
stakx
closed
6 years ago
0
Formatting options don't propagate inside anonymous types
#23
stakx
closed
6 years ago
0
NuGet package with DLL
#22
pmg23
closed
6 years ago
13
Add support for anonymous types
#21
stakx
closed
6 years ago
0
Should generic type parameters be rendered by default or not?
#20
stakx
closed
6 years ago
3
Recognize when generic type parameters are used as (non-omittable) arguments
#19
stakx
closed
6 years ago
0
Constructed generic types using "captured" generic type parameters leads to incomplete output
#18
stakx
closed
6 years ago
0
Excessive whitespace in formatting of open generic value tuple types `System.ValueTuple<,>`
#17
stakx
closed
6 years ago
1
Open generic type `Nullable<T>` gets rendered as "?"
#16
stakx
closed
6 years ago
1
Add value tuple support
#15
stakx
closed
6 years ago
0
Add missing support for `bool` keyword
#14
stakx
closed
6 years ago
0
Prettier formatting of anonymous types
#13
pmg23
closed
6 years ago
9
Support ValueTuple<...>
#12
pmg23
closed
6 years ago
2
Missing keyword "bool" for System.Boolean
#11
pmg23
closed
6 years ago
1
Debugger shouldn't step into formatting methods by default
#10
stakx
closed
6 years ago
1
`TypeName` and `TypeNameFormatOptions` types collide when NuGet package installed in several projects
#9
stakx
closed
6 years ago
1
Exception when formatting name of System.Array+EmptyArray<T>
#8
stakx
closed
6 years ago
1
Benchmark this library's performance against that of `Type.ToString()` and `System.CodeDom`
#7
stakx
closed
6 years ago
1
Publish as a NuGet package
#6
stakx
closed
6 years ago
1
Add .NET 2.0, 3.5, 4.0, and .NET Standard 1.0 as additional framework targets
#5
stakx
closed
6 years ago
1
Add Visual Basic as an alternate target language
#4
stakx
closed
6 years ago
2
API: Instead of `…Name` and `…FullName` methods, use a flags enum with formatting options
#3
stakx
closed
6 years ago
0
Open generic types shouldn't have parameter names included
#2
stakx
closed
6 years ago
1
Next