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

Wildcard to include async methods #1553

Open
geraldwong-instacart opened this issue Nov 14, 2023 · 1 comment
Open

Wildcard to include async methods #1553

geraldwong-instacart opened this issue Nov 14, 2023 · 1 comment
Labels
documentation question This issue is a question stale waiting for customer Waiting for customer action

Comments

@geraldwong-instacart
Copy link

I had an issue where async methods weren't being covered. I know async methods cause the compiler to output generated methods for the async state machine. This link has more information: #1437

My settings file had this:
<Include>[*]MyNamespace.MyClass</Include>
but in order to include the async methods, I needed to put a wildcard:
<Include>[*]MyNamespace.MyClass*</Include>

This workaround is working, however it's not intuitive for most people who don't know that async methods become something else. Also this would include other classes like MyClass1 which I don't want to include.

I'm not sure if there's a solution but just putting it here because it causes problems for people.

@github-actions github-actions bot added the untriaged To be investigated label Nov 14, 2023
@Bertk Bertk added question This issue is a question documentation waiting for customer Waiting for customer action and removed untriaged To be investigated labels Dec 5, 2023
Copy link

This issue is stale because it has been open for 3 months with no activity.

@github-actions github-actions bot added the stale label Mar 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation question This issue is a question stale waiting for customer Waiting for customer action
Projects
None yet
Development

No branches or pull requests

2 participants