Push to .NET 10 + removed .NET standard support #6
Push to .NET 10 + removed .NET standard support #6Static-Codes wants to merge 2 commits intomilleniumbug:mainfrom
Conversation
…ies with my host system. Tested on Linux Mint 22.3
Updated the codebase from .NET 6 to .NET 10 and removed .NET Framework support.
|
Hi, does the existing code... not run on .NET 10? The existing solution should be forward-compatible, although maybe I am missing something on the specifics between |
|
I have been having issues with integration, although, I don't believe it is on your end. Regarding "In most cases, the use of Per: https://learn.microsoft.com/en-us/dotnet/standard/native-interop/best-practices To my knowledge it is a difference in precision. I will further update you shortly, as I'm trying another method of implementation. |
|
So I was able to get the NFD working as intended but I had to manually copy the compiled runtime libraries ( I'm assuming I can just add logic to copy these files during compilation, once I figure that out, i'll go back and test your current codebase on net10. |
|
Took me longer than I originally anticipated, as such, I will have to do the net6 forward compatibility test tomorrow. Here's the commit in question if you're curious: Thank you once again! |
|
Oh, I see what's going on. Originally the project was designed so the Vendoring the library like you seem to be doing isn't a scenario I considered, although I'm not opposed to making it work either (when I figure it out how to make it work without breaking existing code) |
|
Yes! I originally tried via the NuGet package, however, due to the lack of I greatly appreciate the offer to modify your build processes, I would like to instead offer my assistance in adding My assumption is that you don't have an M-Series Mac (please correct me if this is incorrect), as such, I can use my friends m4 mac to do compatibility testing. I've found a precompiled and universal build of |
Due to requirements of my project, i've ported your code to .NET 10 on the core side.
I was unable to update the .NET Framework solution version as im on Linux, so for my personal fork I simply removed
NativeFileDialogSharpSandboxNetFrameworkfeel free to ignore this if you decide to merge this request.Have a great day, and thank you very much for your work, ill credit you here
https://github.com/Static-Codes/BrowserAutomationMaster/blob/stable/CREDITS.md