Results 8 comments of Marcel Neumann

My humble try: ![image](https://user-images.githubusercontent.com/29881939/126967922-c40398cd-6b0a-4b44-95ca-c553a605a3bf.png)

My quick sample does work, yes. But it just shows the complexity needed without a helper method provided by Camille. Whats the benefit of nesting the 'Descritpion' inside 'Display'? This...

how is the release process? will this be available from nuget? can i somehow help?

nuget publishing is broken? you mean automatic publishing? how update releasing the nuget package manually for this huge change? i could create the nuget package for you and you put...

i am fine with 5.0.0-alpha as well. as long as it as available from nuget.org im happy. what do you prefer @BenFradet ?

How about an ignore attribute similar to how json is ignoring properties? Something like `[IgnoreWhenDumping]` or `[DontDump]` is easy to implement, easy to use, and even easy to read.

You understand it right. :) In addition I would even like to call `Greet("Jon", 4)`, i.e. with the second value directly parsed to an int. It would be very convinient...