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

Enable fuzzing via new MSBuild flag #4002

Draft
wants to merge 13 commits into
base: main
Choose a base branch
from

Conversation

Alan-Jowett
Copy link
Member

@Alan-Jowett Alan-Jowett commented Nov 12, 2024

Resolves: #4001

Description

This pull request includes a small change to the Directory.Build.props file. The change enables the fuzzer by setting the <EnableFuzzer> property to true.

  • Directory.Build.props: Added <EnableFuzzer>true</EnableFuzzer> to enable the fuzzer in the fuzzerdebug configuration.

Testing

CI/CD

Documentation

No.

Installation

No.

Alan Jowett added 9 commits November 8, 2024 23:07
Signed-off-by: Alan Jowett <[email protected]>
Signed-off-by: Alan Jowett <[email protected]>
Signed-off-by: Alan Jowett <[email protected]>
Signed-off-by: Alan Jowett <[email protected]>
Signed-off-by: Alan Jowett <[email protected]>
Signed-off-by: Alan Jowett <[email protected]>
Alan-Jowett and others added 2 commits November 12, 2024 16:36
Signed-off-by: Alan Jowett <[email protected]>
Co-authored-by: Alan Jowett <[email protected]>
@dthaler
Copy link
Collaborator

dthaler commented Nov 14, 2024

@Alan-Jowett is this intended to fix issue #4001? Assuming so, please link it.

@dthaler dthaler mentioned this pull request Nov 14, 2024
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

Successfully merging this pull request may close these issues.

Replace explicit compiler options with <EnableFuzzer>true</EnableFuzzer>
2 participants