efcore: Test runner failing on release/5.0 because of new VB analyzer dependency
Main branch is working fine.
Error:
CSC : error AD0001: Analyzer 'Microsoft.EntityFrameworkCore.InternalUsageDiagnosticAnalyzer' threw an exception of type
'System.IO.FileNotFoundException' with message
'Could not load file or assembly 'Microsoft.CodeAnalysis.VisualBasic, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. The system cannot find the file specified.
[/home/ajcvickers/efcore/src/EFCore.Proxies/EFCore.Proxies.csproj]
for all the tests.
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Reactions: 1
- Comments: 21 (21 by maintainers)
Commits related to this issue
- Split Microsoft.EntityFrameworkCore.Analyzers into language-specific analyzers Fixes #22177 — committed to sharwell/efcore by sharwell 4 years ago
- Remove VB support from analyzer Fixes #22177 — committed to dotnet/efcore by roji 4 years ago
- Remove VB support from analyzer (#22211) Fixes #22177 — committed to dotnet/efcore by roji 4 years ago
Yes that should cover it. Feel free to mention me in the code review.