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
When adding exception documentation, it says that it's not thrown, but the Extension suggest to add them.
Would be great to fix it.
It's not only with .NET libraries, I have similar with own NuGet packages where a Helper throws an exception but the Extension behaves as described above.
The text was updated successfully, but these errors were encountered:
To @thomasmolitor comment, I don't have the issue with the expression-bodied members.
Did some deeper investigation, it only relates to properties, in my current case to get accessor.
When the Expression-body is used as get accessor, it only raises that the exception is not thrown.
However if you do a full get accessor declaration, it seems that it doesn't pick up the documentation then either.
As with expression-body getter, at least it sees that the exception documentation was added.
When adding exception documentation, it says that it's not thrown, but the Extension suggest to add them.
Would be great to fix it.
It's not only with .NET libraries, I have similar with own NuGet packages where a Helper throws an exception but the Extension behaves as described above.
The text was updated successfully, but these errors were encountered: