DotNetBrowser64 1.20.1

Suggested Alternatives

DotNetBrowser.x64

Additional Details

DotNetBrowser 1.x is no longer officially supported by TeamDev:
https://dotnetbrowser-support.teamdev.com/docs/guides/migration/v1-v2.html#how-long-will-dotnetbrowser-version-1x-be-supported

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package DotNetBrowser64 --version 1.20.1
NuGet\Install-Package DotNetBrowser64 -Version 1.20.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DotNetBrowser64" Version="1.20.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DotNetBrowser64 --version 1.20.1
#r "nuget: DotNetBrowser64, 1.20.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install DotNetBrowser64 as a Cake Addin
#addin nuget:?package=DotNetBrowser64&version=1.20.1

// Install DotNetBrowser64 as a Cake Tool
#tool nuget:?package=DotNetBrowser64&version=1.20.1

A Chromium-based WPF/WinForms component that can be embedded into your .NET application to display modern web pages built with HTML5, CSS3, JavaScript, Silverlight etc.

To be able to use DotNetBrowser, you should obtain a licence by filling a form at https://www.teamdev.com/dotnetbrowser#evaluate

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated

Fixes:
- The deadlock when calling the Browser.IsDisposed() method using the WPFBrowserView instance in the lightweight rendering mode.
- The InvalidCastException occurs if setting the nullable CSharp property from JavaScript side using JS - .NET Bridge API.
- The rendering issue with DPI if the monitor is changed using lightweight rendering mode.
- The crash which occurs if NetworkDelegate is configured and the Browser.LoadURL() method is called frequently.
- The crash which occurs if a JavaScript function is invoked when the JavaScript context is invalid.

Improvements:
- The unpacking Chromium binaries algorithm has been improved.
- The dispose logic has been improved. Now, after invoking Browser.Dispose() or BrowserView.Dispose() methods the instance does not wait until all separated threads are released.
- The Chromium version has been added in the Product version property of assemblies.
- Add the ChromiumBinaries.IsCodecEnabled property which provides the ability to check if the binaries use proprietary codecs.
- Add toolbox support for Visual Studio 2019.