Have a built-in way to add Assembly
to analyzer/generator testing
#1111
Labels
Area-MS.CA.Testing
Microsoft.CodeAnalysis.Testing
Assembly
to analyzer/generator testing
#1111
Currently, there is
ReferenceAssemblies
which provides base reference assemblies for various TFMs, with the ability to add NuGet packages. This is often good enough, but in some cases we want to add a reference to an assembly built by the solution.I found that aspnetcore needed this as well, and wrote this: https://github.com/dotnet/aspnetcore/blob/f107566c2ef1c9dd648b04509249838d656ac72b/src/Shared/AnalyzerTesting/TestReferences.cs#L18
I wonder if this could be part of the testing library?
The text was updated successfully, but these errors were encountered: