We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The NetCore implementation of BrowserSubProcess currently has a dependency on System.Text.Json, moving the classes will remove this dependency.
NetCore
BrowserSubProcess
System.Text.Json
The namespaces will stay the same.
The text was updated successfully, but these errors were encountered:
fb779a5
This has seemingly broken CefSettings.RemoteDebuggingPort
CefSettings.RemoteDebuggingPort
Sorry, something went wrong.
RemoteDebuggingPort is implemented entirely in CEF/Chromium.
RemoteDebuggingPort
CEF/Chromium
https://www.magpcss.org/ceforum/viewtopic.php?f=6&t=19409
Ah, thanks for the info!
amaitland
No branches or pull requests
The
NetCore
implementation ofBrowserSubProcess
currently has a dependency onSystem.Text.Json
, moving the classes will remove this dependency.The namespaces will stay the same.
The text was updated successfully, but these errors were encountered: