-
Notifications
You must be signed in to change notification settings - Fork 270
Upgrade the project to .net 8.0 and fix high security vulnerabilities (one failing test remaining) #548
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
base: master
Are you sure you want to change the base?
Upgrade the project to .net 8.0 and fix high security vulnerabilities (one failing test remaining) #548
Conversation
|
Ok, let me see if I can make this work with .net standard, and I'll fix the other things as well. |
|
Any plans to merge this? |
|
Of course, as soon as all PR comments will be addressed |
Hi, why the package has to have net standard since the net standard is deprecated? We are now in .net and this library is getting old. Please move to the latest net version, however, we will be forced to move to another library or create a new one. Also, this library has security vulnerabilities. |
|
This is an open source project, mainly driven by the community PRs at this point. There are ways to achieve what library offers using official API. Yet you are acting like you are paying for it and demanding some actions. If you are unsatisfied, or project doesn’t meet your needs - feel free to submit a PR or fork it and adjust accordingly. But don’t get it twisted, we are not obliged to anything here. |
Hi, my apologies if my comment was taken as a rude one, but this is just a comment or suggestion, since the net is now in version 9. I'm not paying and also, I'm using the package and thanks for that, but as a maintainer the community is asking for a package update. And finally, yes you are not obliged to anything here, but it is not necessary to say it. |

Hi, I wanted to fix a dependency that is rated a high-security vulnerability, but in order to do that I had to make significant upgrades to the project, such as upgrading it to .net 8.0. I hope you're ok with that, if not, we can discuss.
There is 1 test that's failing but I think the test is incorrectly written. I can fix it we agree on a solution
a) test shouldn't throw an exception if you pass a valid string but the file doesn't exist
b) test should throw a filenotfound exception or something like that if the string exists but the file path doesn't
c) other ?