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

Warn on instrumenting unsupported types for the Fuzzer #108030

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

MihaZupan
Copy link
Member

No description provided.

@MihaZupan MihaZupan added this to the 10.0.0 milestone Sep 19, 2024
@MihaZupan MihaZupan self-assigned this Sep 19, 2024
@dotnet-issue-labeler dotnet-issue-labeler bot added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Sep 19, 2024
@buyaa-n
Copy link
Member

buyaa-n commented Sep 19, 2024

NIT: maybe add in the doc something like If the type is in 'System' namespace use full type name instead of 'System' namespace., we can update it later

/// <summary>List of prefixes (CoreLib namespaces/types) that should be instrumented.
/// If the code under test is outside CoreLib, you may return an empty array.</summary>
string[] TargetCoreLibPrefixes { get; }

Copy link
Member

@buyaa-n buyaa-n left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@buyaa-n buyaa-n added area-Meta and removed needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners labels Sep 19, 2024
Copy link
Contributor

Tagging subscribers to this area: @dotnet/area-meta
See info in area-owners.md if you want to be subscribed.

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.

2 participants