Closed ThomasSkyldahl closed 1 year ago
I added a pull request with a fix for the issue see: #390
@SteveDunn Thanks for the quick merge and the refactor :) closing this bug
Thank you for your contribution! I just tag and pushed a new nuget version, so it should be ready soon.
Describe the bug
Hi I have been testing out the library and it's looking very promissing so far but I stumpled upon a bug when using C# 11 style generic attributes it seems like a lot the the build in analyzers do not trigger when using the C# 11 generic attribute:
Steps to reproduce
try out this sample code in your IDE:
The
OldSchoolProductNumber
shows an error message. TheNewSchoolProductNumber
does not show an error messageExpected behaviour
I would expect the errors to be seen for both types of ValueObject attribute delerations