Skip to content
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

Adding UsedImplicitly to ExecutableAttribute #281

Open
naphta opened this issue Mar 4, 2021 · 0 comments
Open

Adding UsedImplicitly to ExecutableAttribute #281

naphta opened this issue Mar 4, 2021 · 0 comments

Comments

@naphta
Copy link

naphta commented Mar 4, 2021

Just noticed that the library has an attribute called UsedImplicitly which can be used to basically mark the function as having a usage.

Just wondering if it's a good idea to use this in the ExecutableAttribute since that'd mean that in our tests we can see that each step is actually marked as used in our IDE.

e.g.
image
vs
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant