Gapotchenko.FX.Diagnostics.WebBrowser
2026.5.3
Prefix Reserved
dotnet add package Gapotchenko.FX.Diagnostics.WebBrowser --version 2026.5.3
NuGet\Install-Package Gapotchenko.FX.Diagnostics.WebBrowser -Version 2026.5.3
<PackageReference Include="Gapotchenko.FX.Diagnostics.WebBrowser" Version="2026.5.3" />
<PackageVersion Include="Gapotchenko.FX.Diagnostics.WebBrowser" Version="2026.5.3" />
<PackageReference Include="Gapotchenko.FX.Diagnostics.WebBrowser" />
paket add Gapotchenko.FX.Diagnostics.WebBrowser --version 2026.5.3
#r "nuget: Gapotchenko.FX.Diagnostics.WebBrowser, 2026.5.3"
#:package Gapotchenko.FX.Diagnostics.WebBrowser@2026.5.3
#addin nuget:?package=Gapotchenko.FX.Diagnostics.WebBrowser&version=2026.5.3
#tool nuget:?package=Gapotchenko.FX.Diagnostics.WebBrowser&version=2026.5.3
Overview
It turns out that launching a web browser is a black voodoo art that should be grasped on every particular version of an operating system.
.NET developers used to do this trick back in the day:
using System.Diagnostics;
Process.Start("https://example.com/");
Looks easy enough? It is, but there is a catch (or lots of them):
- Sometimes web browser is started while the
Process.Start(…)method throws an exception on some machines - Sometimes it starts not the default web browser but Internet Explorer or Edge. Go figure. Spotted on more than several occasions on different machines at random points of time
- It does nothing on some machines
- It fails on .NET Core
The Solution
Gapotchenko.FX.Diagnostics.WebBrowser module provides WebBrowser class with a single Launch method.
A pure joy to use that comes without aforementioned drawbacks of the Process.Start(…) method:
using Gapotchenko.FX.Diagnostics;
WebBrowser.Launch("https://example.com/");
Commonly Used Types
Gapotchenko.FX.Diagnostics.WebBrowser
Other Modules
Let's continue with a look at some other modules provided by Gapotchenko.FX:
- Gapotchenko.FX
- Gapotchenko.FX.AppModel.Information
- Gapotchenko.FX.Collections
- Gapotchenko.FX.Console
- Gapotchenko.FX.Data
- Gapotchenko.FX.Diagnostics
- Gapotchenko.FX.IO
- Gapotchenko.FX.Linq
- Gapotchenko.FX.Math
- Gapotchenko.FX.Memory
- Gapotchenko.FX.Security.Cryptography
- Gapotchenko.FX.Text
- Gapotchenko.FX.Threading
- Gapotchenko.FX.Tuples
- Gapotchenko.FX.Versioning
Or look at the full list of modules.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 is compatible. |
| .NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 is compatible. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.7.2
- Gapotchenko.FX (>= 2026.5.3)
- Gapotchenko.FX.Diagnostics.CommandLine (>= 2026.5.3)
- System.Memory (>= 4.6.3)
-
.NETStandard 2.0
- Gapotchenko.FX (>= 2026.5.3)
- Gapotchenko.FX.Diagnostics.CommandLine (>= 2026.5.3)
- Microsoft.Win32.Registry (>= 5.0.0)
- System.Memory (>= 4.6.3)
-
.NETStandard 2.1
- Gapotchenko.FX (>= 2026.5.3)
- Gapotchenko.FX.Diagnostics.CommandLine (>= 2026.5.3)
- Microsoft.Win32.Registry (>= 5.0.0)
-
net10.0
- Gapotchenko.FX (>= 2026.5.3)
- Gapotchenko.FX.Diagnostics.CommandLine (>= 2026.5.3)
-
net8.0
- Gapotchenko.FX (>= 2026.5.3)
- Gapotchenko.FX.Diagnostics.CommandLine (>= 2026.5.3)
-
net9.0
- Gapotchenko.FX (>= 2026.5.3)
- Gapotchenko.FX.Diagnostics.CommandLine (>= 2026.5.3)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Gapotchenko.FX.Diagnostics.WebBrowser:
| Package | Downloads |
|---|---|
|
Gapotchenko.FX.Profiles.Core
Represents the Core profile of Gapotchenko.FX toolkit. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2026.5.3 | 104 | 2/24/2026 |
| 2026.4.2 | 171 | 2/4/2026 |
| 2026.3.5 | 163 | 1/29/2026 |
| 2026.2.2 | 190 | 1/25/2026 |
| 2026.1.5 | 185 | 1/13/2026 |
| 2025.1.45 | 271 | 12/25/2025 |
| 2025.1.27-beta | 265 | 10/8/2025 |
| 2025.1.26-beta | 293 | 8/30/2025 |
| 2025.1.25-beta | 639 | 7/22/2025 |
| 2025.1.24-beta | 274 | 7/16/2025 |
| 2025.1.23-beta | 240 | 7/12/2025 |
| 2024.2.5 | 343 | 12/31/2024 |
| 2024.1.3 | 320 | 11/10/2024 |
| 2022.2.7 | 1,070 | 5/1/2022 |
| 2022.2.5 | 896 | 5/1/2022 |
| 2022.1.4 | 908 | 4/6/2022 |
| 2021.2.21 | 1,034 | 1/21/2022 |
| 2021.2.20 | 938 | 1/17/2022 |
| 2021.1.5 | 779 | 7/6/2021 |