Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
198 changes: 0 additions & 198 deletions src/Analyzers/MSTest.SourceGeneration/Helpers/SystemPolyfills.cs

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<!-- Do not include the generator as a lib dependency -->
<IncludeBuildOutput>false</IncludeBuildOutput>
<NoWarn>NU5128</NoWarn>
<NoWarn>NU5128;PolyfillTargetsForNuget</NoWarn>
<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>
<RootNamespace>Microsoft.Testing.Framework.SourceGeneration</RootNamespace>
<!-- Cancel default license (closed-source) and set license as packaged license file -->
Expand Down Expand Up @@ -46,6 +46,8 @@ This package provides the C# source generators for MSTest test framework.]]>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" PrivateAssets="all" />
<!-- Analyzers to help write analyzers/generators -->
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" PrivateAssets="all" />

<PackageReference Include="Polyfill" PrivateAssets="all" />
</ItemGroup>

<ItemGroup>
Expand Down
Loading