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.ImmutableArray
1<Byte>, System.Nullable1<Boolean>, Microsoft.CodeAnalysis.Platform, Microsoft.CodeAnalysis.ReportDiagnostic, Int32, System.Collections.Generic.IEnumerable
1<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:
- Created 3 years ago
- Comments:7 (2 by maintainers)
Top GitHub Comments
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
I upgrade Microsoft.CodeAnalysis to 3.3.9 and install last version FastReport.Compact 2021.1.3
Working!!!