question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

update to 2021.1 throw Microsoft.CodeAnalysis error

See original GitHub issue

:Method not found: ‘Void Microsoft.CodeAnalysis.CSharp.CSharpCompilationOptions…ctor(Microsoft.CodeAnalysis.OutputKind, Boolean, System.String, System.String, System.String, System.Collections.Generic.IEnumerable1<System.String>, Microsoft.CodeAnalysis.OptimizationLevel, Boolean, Boolean, System.String, System.String, System.Collections.Immutable.ImmutableArray1<Byte>, System.Nullable1<Boolean>, Microsoft.CodeAnalysis.Platform, Microsoft.CodeAnalysis.ReportDiagnostic, Int32, System.Collections.Generic.IEnumerable1<System.Collections.Generic.KeyValuePair`2<System.String,Microsoft.CodeAnalysis.Repor tDiagnostic>>, Boolean, Boolean, Microsoft.CodeAnalysis.XmlReferenceResolver, Microsoft.CodeAnalysis.SourceReferenceResolver, Microsoft.CodeAnalysis.MetadataReferenceResolver, Microsoft.CodeAnalysis.AssemblyIdentityComparer, Microsoft.CodeAnalysis.StrongNameProvider, Boolean, Microsoft.CodeAnalysis.MetadataImportOptions, Microsoft.CodeAnalysis.CSharp.NullableContextOptions)’

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

4reactions
KirillKornienkocommented, Jan 26, 2021

Hi, I have researched this issue and it is because Microsoft.CodeAnalysis from version 3.0 to 3.2.1 inclusive is not compatible with later versions. We will update this dependency to Microsoft.CodeAnalysis 3.3.0 shortly. The downside here is that users with a fixed dependency Microsoft.CodeAnalysis 3.2.0

1reaction
JLOrdazcommented, Mar 6, 2021

I upgrade Microsoft.CodeAnalysis to 3.3.9 and install last version FastReport.Compact 2021.1.3

Working!!!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Microsoft.CodeAnalysis problem
Hello, I am receiving these suspisious waringns. Can someone help ? 1>CSC : warning CS8032: An instance of analyzer Microsoft.CodeAnalysis.
Read more >
Error when changing Scripts - Unity Forum
This error seems to pop up every time I change code in Entities.ForEach. Restarting the editor fixes the problem, but it's very annoying ......
Read more >
Could not load file or assembly 'Microsoft.CodeAnalysis ...
An update occurred last night and now I find myself unable to do a ctrl + '.' for code suggestions in VS 2015....
Read more >
Manual: Roslyn analyzers and source generators
Use Roslyn analyzers, source generators and ruleset files in Unity projects to inspect your code for style, quality, and other issues.
Read more >
Android Studio 2021.1.1 Closed Issues
First Launch. Issue #196509519. Info.plist within macOS Application has incorrect file permissions. ; Gradle Files Editor. Issue #197553058. Bug: ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found