dotnet / format

Home for the dotnet-format command

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Could not load file or assembly 'Microsoft.CodeAnalysis.ExternalAccess.AspNetCore' with 8.0 preview 1

WeihanLi opened this issue · comments

Unhandled exception: System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types.
Could not load file or assembly 'Microsoft.CodeAnalysis.ExternalAccess.AspNetCore, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3[8](https://github.com/WeihanLi/SparkTodo/actions/runs/4243294710/jobs/7375852953#step:6:9)56ad364e35'. The system cannot find the file specified.

CI: https://github.com/WeihanLi/SparkTodo/actions/runs/4243294710/jobs/7375852953

commented

Likely a duplicate of #1800.

Maybe not, I met the problem when I upgrade to .NET8 preview 1 from .NET 7

commented

There's also #1500. They are probably all related.

@glen-84 thanks