Skip to content

Conversation

@jaredpar
Copy link
Member

@jaredpar jaredpar commented Sep 7, 2021

The netstandard1.3 test references were being provided by our
MS.CA.Test.Resources.Proprietary package. The contents of this package
get included in the output directory of every single unit test DLL that
we build (which contributes to build output size). The references
themselves though were only used in a very small number of tests.

This change upgrades to a version of MS.CA.Test.Resources.Proprietary
that has the netstandard1.3 references removed and adds the
netstandard1.3 references to only the projects that needs them

The `netstandard1.3` test references were being provided by our
MS.CA.Test.Resources.Proprietary package. The contents of this package
get included in the output directory of every single unit test DLL that
we build (which contributes to build output size). The references
themselves though were only used in a very small number of tests.

This change upgrades to a version of MS.CA.Test.Resources.Proprietary
that has the `netstandard1.3` references removed and adds the
`netstandard1.3` references to only the projects that needs them
@jaredpar jaredpar requested review from a team as code owners September 7, 2021 20:35
@jaredpar
Copy link
Member Author

jaredpar commented Sep 7, 2021

@dotnet/roslyn-compiler , @dotnet/roslyn-infrastructure PTAL

}
#endif

private static ImmutableArray<byte> CreateCSharpAnalyzerNetStandard13(string analyzerAssemblyName)
Copy link
Member Author

Choose a reason for hiding this comment

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

note: this is not new code, I just moved it from the core test utilities project to here.

Co-authored-by: Joey Robichaud <joseph.robichaud@microsoft.com>
@jaredpar jaredpar enabled auto-merge (squash) September 7, 2021 21:59
@jaredpar jaredpar disabled auto-merge September 7, 2021 23:50
@jaredpar jaredpar merged commit 5dbd783 into dotnet:main Sep 7, 2021
@ghost ghost added this to the Next milestone Sep 7, 2021
@jaredpar jaredpar deleted the netstandard13 branch September 7, 2021 23:51
@Cosifne Cosifne modified the milestones: Next, 17.0.P5 Sep 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants