WebWindowNetCore 0.0.1-alpha.14
See the version list below for details.
dotnet add package WebWindowNetCore --version 0.0.1-alpha.14
NuGet\Install-Package WebWindowNetCore -Version 0.0.1-alpha.14
<PackageReference Include="WebWindowNetCore" Version="0.0.1-alpha.14" />
paket add WebWindowNetCore --version 0.0.1-alpha.14
#r "nuget: WebWindowNetCore, 0.0.1-alpha.14"
// Install WebWindowNetCore as a Cake Addin #addin nuget:?package=WebWindowNetCore&version=0.0.1-alpha.14&prerelease // Install WebWindowNetCore as a Cake Tool #tool nuget:?package=WebWindowNetCore&version=0.0.1-alpha.14&prerelease
WebWindowNetCore
A Webview Application for Windows and Linux similar to Electron. It uses a functional builder pattern to set up the application. It has an integrted Asp.NET (Kestrel) server which can be used to host the app and to cummunicate between the C# application and the web app.
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="1.0.0.1" />
</ItemGroup>
<ItemGroup Condition="'$(IsLinux)'=='true'">
<PackageReference Include="WebWindowNetCore.Linux" Version="1.0.0.1" />
</ItemGroup>
Product | Versions 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. net9.0 was computed. 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. |
-
net6.0
- AspNetExtensions (>= 0.0.1-alpha.6)
- CsTools (>= 0.0.1-alpha.4)
- LinqTools (>= 1.0.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on WebWindowNetCore:
Package | Downloads |
---|---|
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 |
---|---|---|
10.0.16 | 198 | 9/3/2024 |
10.0.15 | 106 | 9/3/2024 |
10.0.14 | 114 | 9/2/2024 |
10.0.13 | 112 | 8/31/2024 |
10.0.12 | 115 | 8/31/2024 |
10.0.11 | 110 | 8/31/2024 |
10.0.10 | 116 | 8/31/2024 |
10.0.9 | 116 | 8/29/2024 |
10.0.8 | 119 | 8/28/2024 |
10.0.7 | 104 | 8/27/2024 |
10.0.6 | 119 | 8/27/2024 |
10.0.5 | 107 | 8/27/2024 |
10.0.4 | 122 | 8/26/2024 |
10.0.3 | 112 | 8/26/2024 |
10.0.2 | 115 | 8/26/2024 |
10.0.1 | 117 | 8/26/2024 |
10.0.0 | 145 | 8/25/2024 |
10.0.0-beta-9 | 102 | 8/17/2024 |
10.0.0-beta-8 | 108 | 8/16/2024 |
10.0.0-beta-7 | 106 | 8/8/2024 |
10.0.0-beta-6 | 91 | 8/8/2024 |
10.0.0-beta-5 | 92 | 8/8/2024 |
10.0.0-beta-4 | 91 | 8/7/2024 |
10.0.0-beta-3 | 89 | 8/7/2024 |
10.0.0-beta-2 | 93 | 8/7/2024 |
10.0.0-beta-12 | 112 | 8/24/2024 |
10.0.0-beta-11 | 103 | 8/24/2024 |
10.0.0-beta-10 | 100 | 8/20/2024 |
9.6.7 | 147 | 7/29/2024 |
9.6.6 | 238 | 3/26/2024 |
9.6.5 | 150 | 3/10/2024 |
9.6.4 | 167 | 1/22/2024 |
9.6.3 | 128 | 1/20/2024 |
9.6.2 | 126 | 1/20/2024 |
9.6.1 | 132 | 1/13/2024 |
9.6.0 | 130 | 1/11/2024 |
9.5.0 | 137 | 1/7/2024 |
9.4.2 | 100 | 1/7/2024 |
9.4.1 | 158 | 12/26/2023 |
9.4.0 | 169 | 12/23/2023 |
9.3.0 | 202 | 12/22/2023 |
9.2.0 | 148 | 12/18/2023 |
9.1.1 | 128 | 12/15/2023 |
9.1.0 | 152 | 12/15/2023 |
9.0.0 | 132 | 12/14/2023 |
8.0.0 | 191 | 12/10/2023 |
7.2.0 | 174 | 11/29/2023 |
7.1.0 | 129 | 11/29/2023 |
7.0.0 | 186 | 11/20/2023 |
7.0.0-alpha | 129 | 11/18/2023 |
6.9.2 | 159 | 11/18/2023 |
6.9.1 | 159 | 11/17/2023 |
6.9.0 | 131 | 11/17/2023 |
6.8.0 | 146 | 11/17/2023 |
6.7.0 | 137 | 11/17/2023 |
6.6.0 | 181 | 11/16/2023 |
6.5.4 | 168 | 11/16/2023 |
6.5.3 | 185 | 11/12/2023 |
6.5.2 | 170 | 11/12/2023 |
6.5.1 | 137 | 11/12/2023 |
6.5.0 | 159 | 11/11/2023 |
6.4.0 | 134 | 11/11/2023 |
6.3.0 | 177 | 10/30/2023 |
6.2.1 | 137 | 11/12/2023 |
6.2.0 | 183 | 10/29/2023 |
6.1.0 | 231 | 8/24/2023 |
6.0.0 | 204 | 8/10/2023 |
5.1.0 | 421 | 4/10/2023 |
5.0.0 | 259 | 4/8/2023 |
4.4.0 | 399 | 3/22/2023 |
4.3.3 | 283 | 3/21/2023 |
4.3.2 | 289 | 3/21/2023 |
4.3.1 | 295 | 3/19/2023 |
4.3.0 | 338 | 3/18/2023 |
4.2.0 | 343 | 3/13/2023 |
4.1.0 | 256 | 3/13/2023 |
4.0.0 | 339 | 3/12/2023 |
4.0.0-alpha.5 | 174 | 2/28/2022 |
4.0.0-alpha.4 | 146 | 2/27/2022 |
4.0.0-alpha.3 | 131 | 2/27/2022 |
4.0.0-alpha.2 | 135 | 2/27/2022 |
4.0.0-alpha.1 | 140 | 2/27/2022 |
3.2.1 | 597 | 4/9/2022 |
3.2.0 | 1,046 | 8/15/2020 |
3.1.3 | 522 | 8/8/2020 |
3.1.2 | 468 | 7/29/2020 |
3.1.1 | 454 | 7/29/2020 |
3.1.0 | 422 | 7/28/2020 |
3.0.2 | 547 | 5/3/2020 |
3.0.1 | 435 | 5/3/2020 |
3.0.0 | 430 | 5/3/2020 |
2.2.0 | 431 | 7/28/2020 |
2.1.3 | 487 | 5/2/2020 |
2.1.2 | 478 | 5/2/2020 |
2.1.1 | 636 | 3/4/2020 |
2.1.0 | 498 | 3/4/2020 |
2.0.0 | 1,024 | 2/29/2020 |
1.0.1 | 494 | 5/2/2020 |
1.0.0 | 507 | 2/23/2020 |
0.0.7 | 461 | 2/22/2020 |
0.0.6 | 423 | 2/22/2020 |
0.0.5 | 541 | 2/22/2020 |
0.0.4 | 561 | 2/22/2020 |
0.0.3 | 566 | 2/22/2020 |
0.0.2 | 540 | 2/21/2020 |
0.0.1 | 461 | 2/21/2020 |
0.0.1-alpha.14 | 100 | 3/12/2023 |
0.0.1-alpha.13 | 94 | 3/12/2023 |
0.0.1-alpha.12 | 98 | 3/12/2023 |
0.0.1-alpha.10 | 97 | 3/10/2023 |
0.0.1-alpha.9 | 96 | 3/10/2023 |
0.0.1-alpha.8 | 105 | 3/9/2023 |
0.0.1-alpha.7 | 104 | 3/3/2023 |
0.0.1-alpha.6 | 103 | 3/3/2023 |