Closed CheloXL closed 6 months ago
This hit me as well and it's borderline "Cosmetic" IMO - as you said, upgrading and having warnings as errors broke the build and took me some time to figure out the root cause. But Cosmetic in the sense that you can ignore ignore the warning in the project.
Describe the bug
Trying to compile a project where I have set warnings as errors + generate documentation on build. It seems that the newly added method
TryFrom
has some errors in the XML documentation, as I'm getting the following:Peeking into the generated code I see where the error comes from: I believe the second param name should be vo.
Steps to reproduce
Try to compile a project that has at least one VO, with the above settings set to true.
Expected behaviour
No errors at compile time.