soukoku / PgpSharp

Some pgp stuff in C#
MIT License
14 stars 5 forks source link

Is PgpSharp compatible with .NET 5.0 #11

Open Akshat2127 opened 3 years ago

Akshat2127 commented 3 years ago

I am trying to use PgpSharp for a C# project on .net framework 5.0. Visual Studio does provide me a warning that 'PgpSharp 0.1.5' may not be fully compatible with my project. Also I am getting the exception when try to load the keys. Exception is "Cannot start a process because a file name has not been provided". Has anyone else encountered this issue and were able to solve it?

PS : The PgpSharp solution provided under samples would run fine on my system.

Thanks