Author: | theolivenbaum |
---|---|
Assignees: | - |
Labels: | `area-AssemblyLoader-coreclr`, `untriaged` |
Milestone: | - |
Closed theolivenbaum closed 3 years ago
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.
Tagging subscribers to this area: @vitek-karas, @agocke, @vsadov See info in area-owners.md if you want to be subscribed.
Author: | theolivenbaum |
---|---|
Assignees: | - |
Labels: | `area-AssemblyLoader-coreclr`, `untriaged` |
Milestone: | - |
FYI, Same issue with the Net6 RC2
according to this post https://forum.aspose.com/t/aspose-pdf-setlicense-throws-under-net6-0/235277/7 , issue is still there with Net6 official release
Sorry, with obfuscation it's very difficult to tell whether this is a runtime bug or a product issue with the library. We would need a non-obfuscated form of the binary to investigate further.
@agocke we might be out of luck here then, I doubt they will provide anything here. I've posted the issue on their forum, but no follow up till now.
they fixed this issue in version 21.11 So it is definitely not a runtime bug, for me you can close this issue
Description
I've updated our app to net6.0 since it got the go-live release, and I'm hitting an issue with an external library we use. The code to set the license to the library works fine under net5.0, but fails with an exception under net6.0. As they use obfuscation to hide their code, its hard to know what could be the issue. I'll report this to them as well, but I was hoping this to work without problems on net6.0, so maybe there was some breaking change affecting this?
Configuration
Works: 5.0.206 [C:\Program Files\dotnet\sdk] Crashes: 6.0.100-rc.1.21458.32 [C:\Program Files\dotnet\sdk] Code to reproduce the bug: https://github.com/theolivenbaum/aspose.pdf.net6.0.bug
I've added a "evaluation license" from Aspose in the repository so you can test.
Regression?
Yes, it works on all previous versions up to net5.0. I've not tested with other preview releases from net6.0, just the RC1.
Other information