-
-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dependencies Inferno on will fail if not on windows and on supported .net versions #15
Comments
I cloned the solution in a new computer and it did not build at all. The dependencies problem is something and more general. I'll investigate it. I have dotnet 5.0 and 6,0 installed and got the errors. Now trying to install the latest 4.x use in projects. It is 4.7.2 in Ceras and the others are previous versions. |
The project uses .Net 4.5.1 as the minimum supported framework, it needs to be installed explicitly (VS2022 does not install it automatically) |
Neither do the installed client machines
From: Konstantin S. ***@***.***>
Sent: Friday, 11 March 2022 11:36
To: HavenDV/H.Pipes ***@***.***>
Cc: Walter Verhoeven ***@***.***>; Author ***@***.***>
Subject: Re: [HavenDV/H.Pipes] Dependencies Inferno on will fail if not on windows and on supported .net versions (Issue #15)
The project uses .Net 4.5.1 as the minimum supported framework, it needs to be installed explicitly (VS2022 does not install it automatically)
—
Reply to this email directly, view it on GitHub<#15 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AKSYBNWRZ2T6RHCA4RBPN5LU7MO2FANCNFSM5QO56YAQ>.
Triage notifications on the go with GitHub Mobile for iOS<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID: ***@***.******@***.***>>
|
Sorry this was only addressed to @zbalkan . This does not apply to those who use the library. |
Ok, @PeterPann23 , can you please detail the issue you posted? |
the NuGet package compiles, the distributed application will not... depending on the client machines config, also you close the connection on errors without saying why, perhaps have a look at the [SupportedOSPlatform("windows")] |
For now, exceptions will be shown via:
I can add a callback that will return exceptions. |
I added the possibility of additional exception handling when calling |
As for the rest of the problems - I need something specific - error messages or a project to reproduce. |
I have also added a warning to the README. Also, I marked |
There are candidates like nsec, Bouncy Castle or System.Security.Cryptography namespace . But they have different runtime requirements. I can give each of them a shot and see what we can get. |
I also checked the Inferno research for compatibility and did a PR for them.
|
P.S. If you do this, please create a new project like the Inferno project and do any experiments there. |
I made some experiments. Currently, I plan to make a PR just to add a README for Inferno that mentions the dependencies and limitations. And another PR with a new project with a demo using |
Inferno
the recommendation to use H.Formatters.Inferno will fail as the method of encryption is deprecated.
The text was updated successfully, but these errors were encountered: