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

Move all BuildCheck related code to experimental namespace #10114

Merged

Conversation

f-alizada
Copy link
Contributor

Fixes #10099

Context

Currently some of the BuildCheck classes are delivered in Experimental napespace but Infrastructure for example (which is internal only) not.
However in order to be consistent with the exposing api public or developing api for internal use let's move all of them under experimental for the development period of time.

Changes Made

Move BuildCheck related code to Experimental namespace

Testing

All existing tests should pass

Notes

The PR moves not only Infrastructure related code but Logging and Acquisition and related to it as well.

Copy link
Member

@JanKrivanek JanKrivanek left a comment

Choose a reason for hiding this comment

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

Thanks!

@f-alizada f-alizada merged commit 1f2b74f into dotnet:main May 9, 2024
10 checks passed
@f-alizada f-alizada deleted the dev/f-alizada/buildcheck-to-experimental branch June 14, 2024 10:03
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.

[BuildCheck]: Move Microsoft.Build.BuildCheck.Infrastructure Experimental namespace
3 participants