You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hum the definition of a member use ICSharpCode.Decompiler to be written, I am not sure this is something easily changeable. It should at least be easier to clean the System.Nullable<T> > T? in type links.
Sorry for the long absence, looking back at this issue since the definition is completely in the hand of the ICsharpCode.Decompiler library, I feel like changing the types from System.Nullable<T> to T? could create confusion if the definition and the parameters do not use the same representation (even more so with the nullable annotation) so I think it will stay as is. I hope you understand 😉
I feel that the member signatures generated by the tool could be cleaned up a bit (e.g. in this file).
Primarily:
T?
syntax rather thanSystem.Nullable<T>
for nullable value types=
for parameter default values= default
instead of= default(T)
for value type default valuesThoughts? If you agree, I'd be happy to work on a PR.
The text was updated successfully, but these errors were encountered: