I'm supporting a classic app that still uses the Telerik.DataAccess.Fluent package 2020.0.428.1 (used in SiteFinity CMS) and there is an issue with the version of Mono.Cecil in the package (0.9.6.0) that fails to "enhance" when compiling under Visual Studio on Windows arm64
Unhandled Exception: System.NotSupportedException: Specified method is not supported. at Mono.Cecil.PE.ImageReader.ReadArchitecture() at Mono.Cecil.PE.ImageReader.ReadImage() at Mono.Cecil.PE.ImageReader.ReadImage(Disposable`1 stream, String file_name) at Mono.Cecil.ModuleDefinition.ReadModule(String fileName, ReaderParameters parameters) at ceciltest.Program.Main(String[] args)
The defect has been fixed in Cecil (https://github.com/jbevain/cecil/issues/337) so it would be good to get this resolved for future use, if not for those SiteFinity users, but for the 4000+ users who are still downloading the library
NuGet Gallery | Package Downloads for Telerik.DataAccess.Fluent
