dotnet / msbuild

The Microsoft Build Engine (MSBuild) is the build platform for .NET and Visual Studio.

Home Page:https://docs.microsoft.com/visualstudio/msbuild/msbuild

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

f-alizada opened this issue · comments

Summary

Move BuilCheck related classes to Experimental namespace.

Background and Motivation

Currently some of the BuildCheck classes are delivered in Experimental napespace but Infrastructure (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.