When I deserialize FSharp class I get this exception
Repro steps
just download and run this project
MultipleCompilationMappingAttributesRepro.zip
Expected behavior
No exception
Actual behavior
System.Reflection.AmbiguousMatchException: Multiple custom attributes of the same type 'Microsoft.FSharp.Core.CompilationMappingAttribute' found.
Known workarounds
Downgrade to 9.0.202 or lower
Related information