Interstellar.macOS.WebKit
0.1.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Interstellar.macOS.WebKit --version 0.1.0
NuGet\Install-Package Interstellar.macOS.WebKit -Version 0.1.0
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="Interstellar.macOS.WebKit" Version="0.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Interstellar.macOS.WebKit" Version="0.1.0" />
<PackageReference Include="Interstellar.macOS.WebKit" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Interstellar.macOS.WebKit --version 0.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Interstellar.macOS.WebKit, 0.1.0"
#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.
#:package Interstellar.macOS.WebKit@0.1.0
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Interstellar.macOS.WebKit&version=0.1.0
#tool nuget:?package=Interstellar.macOS.WebKit&version=0.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Cross-platform F# browser library
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| Xamarin.Mac | xamarinmac20 is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
Xamarin.Mac 2.0
- FSharp.Core (>= 4.2.3)
- Interstellar.Core (>= 0.1.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
* Fix BrowserApp.create not waiting for the window to close
* Make referencing events from non-UI threads always be a safe operation
* Add IBrowserWindow.IsShowing
* Add IBrowser.LoadAsync and IBrowser.LoadStringAsync
* Add BrowserWindowConfig.title record field and a WindowTitle type to accompany it, and specify the default title to track the page title
* (WinForms) - Fix the implementation of BrowserWindow.Dispose