Exceptions in Source-Build (Managed) job in CI
- Dominant language
- C#
- Stars
- 20.7k
- Forks
- 4.3k
- PR merge metrics
- PR metrics pending
Description
Latest build has some exceptions: https://dev.azure.com/dnceng-public/public/_build/results?buildId=1239508&view=logs&j=7da62c4d-d31f-5d93-e5c8-c51357236df2&t=a48bff6a-64df-5e1b-ac45-454b273c1d9e
```
Error processing analyzer file reference: /__w/1/s/artifacts/bin/Microsoft.CodeAnalysis.Analyzers/Release/netstandard2.0/Microsoft.CodeAnalysis.Analyzers.dll
Unable to load one or more of the requested types.
Could not load file or assembly 'Microsoft.Bcl.AsyncInterfaces, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. The system cannot find the file specified.
Could not load file or assembly 'Microsoft.Bcl.AsyncInterfaces, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. The system cannot find the file specified.
Could not load file or assembly 'Microsoft.Bcl.AsyncInterfaces, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. The system cannot find the file specified.
Could not load file or assembly 'Microsoft.Bcl.AsyncInterfaces, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. The system cannot find the file specified.
Could not load file or assembly 'Microsoft.Bcl.AsyncInterfaces, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. The system cannot find the file specified.
Could not load file or assembly 'Microsoft.Bcl.AsyncInterfaces, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. The system cannot find the file specified.
...
at System.Reflection.RuntimeModule.GetDefinedTypes()
at GenerateDocumentationAndConfigFiles.FixerExtensions.GetFixers(AnalyzerFileReference analyzerFileReference) in /_/src/RoslynAnalyzers/Tools/GenerateDocumentationAndConfigFiles/CodeFixerExtensions.cs:line 35
```
Contributor guide
Assessment
This issue has not been assessed yet.