WebWindowNetCore 0.0.1-alpha.7

This is a prerelease version of WebWindowNetCore.
There is a newer version of this package available.
See the version list below for details.
dotnet add package WebWindowNetCore --version 0.0.1-alpha.7
NuGet\Install-Package WebWindowNetCore -Version 0.0.1-alpha.7
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="WebWindowNetCore" Version="0.0.1-alpha.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WebWindowNetCore --version 0.0.1-alpha.7
#r "nuget: WebWindowNetCore, 0.0.1-alpha.7"
#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 WebWindowNetCore as a Cake Addin
#addin nuget:?package=WebWindowNetCore&version=0.0.1-alpha.7&prerelease

// Install WebWindowNetCore as a Cake Tool
#tool nuget:?package=WebWindowNetCore&version=0.0.1-alpha.7&prerelease

WebWindowNetCore

New concept

Only this package including 3 assemblies:

  • WebWindowNetCore
  • WindowsWebWindow
  • LinuxWebWindow

WindowsWebWindow in Directory

runtimes
    \win10-x64
        \lib\WebWindow
        \native\WebViewLoader.dll
    \linux-x64
        \lib\WebWindow

Test

Small sample with Gtk Window ans Windows Forms, publish under Version 0.0.9

Deprecated

WebWindowNetCore is the base Nuget packege, you need one more Nuget packages for every to supporting Operating system:

Windows Linux
WebWindowNetCore.Window WebWindowNetCore.Linux

How to setup .NET project:

<PropertyGroup>
    <IsWindows Condition="'$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Windows)))' == 'true'">true</IsWindows> 
		<IsOSX Condition="'$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::OSX)))' == 'true'">true</IsOSX> 
	<IsLinux Condition="'$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Linux)))' == 'true'">true</IsLinux>    
</PropertyGroup>

<PropertyGroup Condition="'$(IsWindows)'=='true'">
    <OutputType>WinExe</OutputType>
    <TargetFramework>net6.0-windows</TargetFramework>
    <RuntimeIdentifier>win-x64</RuntimeIdentifier>
</PropertyGroup> 

<PropertyGroup Condition="'$(IsLinux)'=='true'">
    <OutputType>Exe</OutputType>
    <TargetFramework>net6.0</TargetFramework>
    <RuntimeIdentifier>linux-x64</RuntimeIdentifier>
</PropertyGroup>

<ItemGroup Condition="'$(IsWindows)'=='true'">
    <PackageReference Include="WebWindowNetCore.Windows" Version="0.0.1-alpha.2" />
</ItemGroup> 

<ItemGroup Condition="'$(IsLinux)'=='true'">
    <PackageReference Include="WebWindowNetCore.Linux" Version="0.0.1-alpha.2" />
</ItemGroup> 

Loading application icon

In order to attach an application icon, an icon has to be inserted as resource. Look at README.md in the platform specific package (WebWindowNetCore.Windows, WebWindowNetCore.Linux).

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  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 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on WebWindowNetCore:

Package Downloads
WebWindowNetCore.Linux

A C# Webview Application for Linux similar to Electron based on GTK WebKit

WebWindowNetCore.Windows

A C# Webview Application for Windows similar to Electron based on WebView2

WebWindowNetCore.Electron

Dependencies for Electron for package WebWindowNetCore. Please look there for further information.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
9.6.6 147 3/26/2024
9.6.5 121 3/10/2024
9.6.4 128 1/22/2024
9.6.3 86 1/20/2024
9.6.2 86 1/20/2024
9.6.1 97 1/13/2024
9.6.0 96 1/11/2024
9.5.0 100 1/7/2024
9.4.2 73 1/7/2024
9.4.1 114 12/26/2023
9.4.0 119 12/23/2023
9.3.0 158 12/22/2023
9.2.0 111 12/18/2023
9.1.1 85 12/15/2023
9.1.0 119 12/15/2023
9.0.0 106 12/14/2023
8.0.0 142 12/10/2023
7.2.0 138 11/29/2023
7.1.0 93 11/29/2023
7.0.0 148 11/20/2023
7.0.0-alpha 92 11/18/2023
6.9.2 123 11/18/2023
6.9.1 115 11/17/2023
6.9.0 101 11/17/2023
6.8.0 102 11/17/2023
6.7.0 106 11/17/2023
6.6.0 134 11/16/2023
6.5.4 131 11/16/2023
6.5.3 135 11/12/2023
6.5.2 128 11/12/2023
6.5.1 104 11/12/2023
6.5.0 116 11/11/2023
6.4.0 90 11/11/2023
6.3.0 134 10/30/2023
6.2.1 100 11/12/2023
6.2.0 142 10/29/2023
6.1.0 190 8/24/2023
6.0.0 166 8/10/2023
5.1.0 354 4/10/2023
5.0.0 217 4/8/2023
4.4.0 354 3/22/2023
4.3.3 260 3/21/2023
4.3.2 254 3/21/2023
4.3.1 270 3/19/2023
4.3.0 305 3/18/2023
4.2.0 302 3/13/2023
4.1.0 226 3/13/2023
4.0.0 297 3/12/2023
4.0.0-alpha.5 155 2/28/2022
4.0.0-alpha.4 127 2/27/2022
4.0.0-alpha.3 112 2/27/2022
4.0.0-alpha.2 116 2/27/2022
4.0.0-alpha.1 122 2/27/2022
3.2.1 562 4/9/2022
3.2.0 1,006 8/15/2020
3.1.3 485 8/8/2020
3.1.2 433 7/29/2020
3.1.1 421 7/29/2020
3.1.0 399 7/28/2020
3.0.2 526 5/3/2020
3.0.1 416 5/3/2020
3.0.0 411 5/3/2020
2.2.0 406 7/28/2020
2.1.3 447 5/2/2020
2.1.2 440 5/2/2020
2.1.1 599 3/4/2020
2.1.0 466 3/4/2020
2.0.0 985 2/29/2020
1.0.1 459 5/2/2020
1.0.0 472 2/23/2020
0.0.7 428 2/22/2020
0.0.6 404 2/22/2020
0.0.5 503 2/22/2020
0.0.4 523 2/22/2020
0.0.3 531 2/22/2020
0.0.2 508 2/21/2020
0.0.1 442 2/21/2020
0.0.1-alpha.14 83 3/12/2023
0.0.1-alpha.13 79 3/12/2023
0.0.1-alpha.12 82 3/12/2023
0.0.1-alpha.10 83 3/10/2023
0.0.1-alpha.9 81 3/10/2023
0.0.1-alpha.8 89 3/9/2023
0.0.1-alpha.7 88 3/3/2023
0.0.1-alpha.6 86 3/3/2023