-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Move PackageValidation to sdk with opt-in flag #19209
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
Conversation
I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label. |
src/Compatibility/Microsoft.DotNet.PackageValidation/Microsoft.DotNet.PackageValidation.csproj
Outdated
Show resolved
Hide resolved
<PackageReference Include="NuGet.Frameworks" Version="$(NuGetBuildTasksPackageVersion)" ExcludeAssets="Runtime" /> | ||
<PackageReference Include="NuGet.Packaging" Version="$(NuGetBuildTasksPackageVersion)" ExcludeAssets="Runtime" /> | ||
<PackageReference Include="NuGet.Protocol" Version="$(NuGetBuildTasksPackageVersion)" ExcludeAssets="Runtime" /> | ||
<PackageReference Include="System.IO.Compression" Version="4.3.0" ExcludeAssets="Runtime" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would expect ExcludeAssets to be transitive and all other references are excluded. Why did you need to add this?
src/Compatibility/Microsoft.DotNet.PackageValidation/ValidatePackage.cs
Outdated
Show resolved
Hide resolved
src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.PackageValidation.targets
Outdated
Show resolved
Hide resolved
src/Compatibility/Microsoft.DotNet.PackageValidation/ValidatePackage.cs
Outdated
Show resolved
Hide resolved
src/Tasks/Microsoft.NET.Build.Tasks/Microsoft.NET.Build.Tasks.csproj
Outdated
Show resolved
Hide resolved
src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.PackageValidation.targets
Outdated
Show resolved
Hide resolved
src/Compatibility/Microsoft.DotNet.ApiCompatibility/Abstractions/MetadataInformation.cs
Show resolved
Hide resolved
src/Compatibility/Microsoft.DotNet.ApiCompatibility/DiagnosticBag.cs
Outdated
Show resolved
Hide resolved
src/Compatibility/Microsoft.DotNet.ApiCompatibility/ErrorSuppression/Suppression.cs
Outdated
Show resolved
Hide resolved
src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.PackageValidation.targets
Show resolved
Hide resolved
src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.PackageValidation.props
Show resolved
Hide resolved
src/Compatibility/Microsoft.DotNet.PackageValidation/ValidatePackage.cs
Outdated
Show resolved
Hide resolved
src/Compatibility/Microsoft.DotNet.ApiCompatibility/Microsoft.DotNet.ApiCompatibility.csproj
Outdated
Show resolved
Hide resolved
src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.PackageValidation.targets
Outdated
Show resolved
Hide resolved
...tibility/Microsoft.DotNet.PackageValidation/build/Microsoft.DotNet.PackageValidation.targets
Show resolved
Hide resolved
src/Compatibility/Microsoft.DotNet.PackageValidation/ValidatePackage.cs
Outdated
Show resolved
Hide resolved
src/Compatibility/Microsoft.DotNet.PackageValidation/Resources.resx
Outdated
Show resolved
Hide resolved
src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.Compatibility.Common.targets
Outdated
Show resolved
Hide resolved
src/Compatibility/Microsoft.DotNet.PackageValidation/ValidatePackage.cs
Outdated
Show resolved
Hide resolved
...rosoft.DotNet.PackageValidation/buildMultiTargeting/Microsoft.DotNet.PackageValidation.props
Show resolved
Hide resolved
src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.Compatibility.Common.targets
Show resolved
Hide resolved
src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.Compatibility.props
Show resolved
Hide resolved
...tibility/Microsoft.DotNet.PackageValidation/build/Microsoft.DotNet.PackageValidation.targets
Show resolved
Hide resolved
...soft.DotNet.PackageValidation/buildMultiTargeting/Microsoft.DotNet.PackageValidation.targets
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Co-authored-by: Santiago Fernandez Madero <[email protected]>
This reverts commit 0606543.
tests conducted