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

Remove ifdefs from ClusterStress to fix build #82

Merged
merged 4 commits into from
Mar 22, 2024

Conversation

PaulusParssinen
Copy link
Contributor

@PaulusParssinen PaulusParssinen commented Mar 22, 2024

dotnet build kept failing for me. Seems like either wrapping the using System.Diagnostics into #ifdef or removing them from logic should fix it. Debug.Assert is still only a guard for the Debug builds unless the intent was to keep cost of the NumUtils.GetHashSlot from Release configuration stresstest?

@PaulusParssinen PaulusParssinen changed the title Remove ifdefs from ClusterStress which made Roslyn confused Remove ifdefs from ClusterStress to fix build Mar 22, 2024
@vazois vazois merged commit 5f3d6e4 into microsoft:main Mar 22, 2024
8 checks passed
@PaulusParssinen PaulusParssinen deleted the fix-build branch March 22, 2024 19:03
Copy link
Contributor

@vazois vazois left a comment

Choose a reason for hiding this comment

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

Looks good!

@github-actions github-actions bot locked and limited conversation to collaborators May 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants