-
Notifications
You must be signed in to change notification settings - Fork 386
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[F#]Auto-properties are not implicitly covered #81
Comments
Any updates on this feature? |
@tonerdo do you agree on adding |
At the moment we can achieve this using |
Closing because we can use |
Sorry, F# auto-properties of the form
are not marked The key to identify these ones is by a backing field with name |
Ugh...sorry to you for my ignorance...didn't know, I'm not familiar with F# compiler. |
This issue is stale because it has been open for 90 days with no activity. |
Writing unit tests for auto-properties is a futile exercise; they are essentially noise (as is the coverage or otherwise of such properties).
Auto-properties in code exercised by coverlet are marked as uncovered by default be they C#
or F#
The text was updated successfully, but these errors were encountered: