System::Security::Cryptography::X509Certificates warning with C++/CLI and .NET 9. #5126
-
We currently have a C++/CLI project on .NET Framework 4.7.2, which uses CefSharp. We want to migrate it to .NET 9.0. I found out online that the CefSharp packages which we are currently using (cef.redist.x64, CefSharp.Common, CefSharp.WinForms) are incompatible with .NET 9. So I installed the NETCore packages (chromiumembeddedframework.runtime, CefSharp.Common.NETCore, CefSharp.WinForms.NETCore). I followed the steps in the quick start guide. Now, I have this warning in the output when I try to build the project.
I made sure that my project references Does someone know how to resolve this warning? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I have found this issue on the dotnet sdk, suggesting that it is a known issue, which Microsoft does not plan to resolve. |
Beta Was this translation helpful? Give feedback.
I have found this issue on the dotnet sdk, suggesting that it is a known issue, which Microsoft does not plan to resolve.