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

Add AsyncLazy<T>.SuppressRecursiveFactoryDetection property #1265

Merged
merged 1 commit into from
Jan 5, 2024

Conversation

AArnott
Copy link
Member

@AArnott AArnott commented Dec 12, 2023

This allows folks to opt-out of the recursive detection altogether, such that AsyncLazy<T>.SuppressRelevance() isn't required (though that call would still carry out the JTF suppression function).

This allows folks to opt-out of the recursive detection altogether, such that `AsyncLazy<T>.SuppressRelevance()` isn't required (though that call would still carry out the JTF suppression function).
@AArnott AArnott force-pushed the addAsyncLazyDetectionSuppression branch from a42d2dd to 093d182 Compare December 12, 2023 18:14
@AArnott AArnott modified the milestones: v17.9, v17.10 Jan 5, 2024
@RyanToth3 RyanToth3 self-requested a review January 5, 2024 17:14
@AArnott AArnott merged commit 440e84e into microsoft:main Jan 5, 2024
6 checks passed
@AArnott AArnott deleted the addAsyncLazyDetectionSuppression branch January 5, 2024 17:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants