jamescourtney / FlatSharp

Fast, idiomatic C# implementation of Flatbuffers
Apache License 2.0
497 stars 50 forks source link

Version conflict detected for Microsoft.CodeAnalysis.Common #410

Closed rochapablo closed 9 months ago

rochapablo commented 11 months ago

Hello,

Is it possible to update the Microsoft.CodeAnalysis.CSharp and Microsoft.CodeAnalysis.CSharp.Workspaces to a new version?

jamescourtney commented 10 months ago

Which FlatSharp packages do you depend on? The FlatSharp compiler uses these packages, but it should be referenced as a build-time only assembly. If you are referencing the FlatSharp compiler from your code, something has probably gone wrong. Can you share a bit more detail?

rochapablo commented 10 months ago

I remember that after installed the last FlatSharp version I got dependency errors, but I lost the code. I'm gonna try again.