Closed elianora closed 5 months ago
Hi @elianora - thanks for the bug report. I can't seem to reproduce this issue. Have you got a solution that you can share?
I'm closing this one for now, but if it's still an issue, please let me know.
Also, with regards to the nullable primitive: that (to my mind at least), it doesn't make sense to wrap a nullable primitive. Value objects represent values. In a way, it help to stop the use of null (alongside types such as Option
, Maybe
, OneOf
etc.
What scenario do you find this useful?
Describe the bug
Using the following:
When attempting to use
ValueObject<int?>
, build a project. You will notice that CS1570 is triggered for malformed XML comments in the generated file.Steps to reproduce
Expected behaviour
CS1570 is not triggered in the generated file and the XML comments are well-formed