microsoft / vstest

Visual Studio Test Platform is the runner and engine that powers test explorer and vstest.console.
MIT License
889 stars 320 forks source link

Add missing copyright header #5020

Closed MichaelSimons closed 4 months ago

MichaelSimons commented 5 months ago

This file was added with https://github.com/microsoft/vstest/pull/4970 and the copyright header was missed.

This breaks source-build and is blocking the sdk->installer dependency flow. I will pull in this change as a patch to unblock.

    /vmr/src/vstest/src/Microsoft.TestPlatform.CoreUtilities/GlobalSuppressions.cs(1,1): error IDE0073: A source file contains a header that does not match the required text (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0073) [/vmr/src/vstest/src/Microsoft.TestPlatform.CoreUtilities/Microsoft.TestPlatform.CoreUtilities.csproj::TargetFramework=net9.0]
##[error]/vmr/src/vstest/src/Microsoft.TestPlatform.CoreUtilities/GlobalSuppressions.cs(1,1): error IDE0073: (NETCORE_ENGINEERING_TELEMETRY=Build) A source file contains a header that does not match the required text (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0073)

cc @nohwnd