sections in the article
Problem
Internal error when uploading packages with c# version higher than 8.
There could be some compatibility issues with the .net standard project.
Answer
Try a compiled version for .net framework 4.72 without any c# 8+ code. You could also try downgrade external libraries to lower versions. For example newtonsoft.
Comments
2 comments
Does it still an actual issue?
Hi Ilia,
Yes, currently inriver has a compatibility issue with packages using c# version 8+ code and/or compiled for .net standard instead of .net framework.
Hosting a compatibility version compiled for .net framework 4.72 without any c# 8+ code should solve the issue.
Best Regards
Mable
Please sign in to leave a comment.