You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every single dependency in the streamjsonrpc 2.0.102-beta package has exclude="Build,Analyzers" on it. Yet installing it in a .NET Core project adds analyzers from the Microsoft.VisualStudio.Threading.Analyzers package, which streamjsonrpc indirectly depends on through its Microsoft.VisualStudio.Threading package dependency.
Detailed repro steps so we can see the same problem
Details about Problem
NuGet product used (NuGet.exe | VS UI | Package Manager Console | dotnet.exe): dotnet.exe
dotnet.exe --version (if appropriate): 2.2.200-preview-009431
Every single dependency in the
streamjsonrpc
2.0.102-beta package hasexclude="Build,Analyzers"
on it. Yet installing it in a .NET Core project adds analyzers from theMicrosoft.VisualStudio.Threading.Analyzers
package, which streamjsonrpc indirectly depends on through itsMicrosoft.VisualStudio.Threading
package dependency.Detailed repro steps so we can see the same problem
dotnet build
EXPECTED
No
VSTHRD002
build warning.ACTUAL
The build warnings include one from
VSTHRD002
.See sample: ConsoleApp30.zip
The text was updated successfully, but these errors were encountered: