-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Description
When our build is run on a Mac machine the analyzers for our project will fail to load with the following error:
CSC : warning CS8032: An instance of analyzer Microsoft.NetCore.Analyzers.Runtime.TestForNaNCorrectlyAnalyzer cannot be created from /Users/jaredpar/.nuget/packages/microsoft.netcore.analyzers/2.6.0-beta1-62231-02/analyzers/dotnet/cs/Microsoft.NetCore.Analyzers.dll : Exception has been thrown by the target of an invocation.. [/Users/jaredpar/code/roslyn/src/Test/Utilities/Portable/TestUtilities.csproj]
TestUtilities -> /Users/jaredpar/code/roslyn/Binaries/Debug/Dlls/TestUtilities/netstandar
Disabling for now in order to get Mac builds running.
Reactions are currently unavailable