NetDimension.NanUI 0.9.90.193

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

// Install NetDimension.NanUI as a Cake Tool
#tool nuget:?package=NetDimension.NanUI&version=0.9.90.193

[2022/07/01]

2022年6月29日 NanUI 项目获得开源中国 Gitee 最有价值开源项目奖励,因此心血来潮更新了下😂

  • 修改了 Formium 的 WindowHWND 和 OwnerHWND名称:WindowHWND → WindowHandle,OwnerHWND → OwnerHandle。都是 IWin32Window 接口成员,方便传统 WinForm 窗体调用。
  • 修改了 JavaScript 绑定中的异步函数逻辑,这个版本在 C# 创建的异步函数可以直接转换成 JavaScript 的 Promise 对象了,无需再在前端手动创建 Promise 对象。结合 JavaScript 新的 async/await 关键字调用异步方法更方便了。
// 现在 DemoWindow.asyncfunc() 直接返回一个 promise,无需手动创建
DemoWindow.asyncfunc()
    .then(r=>console.log(r))
    .catch(err=>console.log(err));

//或者 
(async ()=> {
    try{
        const result = await DemoWindow.asyncfunc();
        console.log(result);
    }
    catch(e){
        console.log(e);
    }
})();

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net5.0-windows7.0 is compatible.  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.  net6.0-windows7.0 is compatible.  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. 
.NET Core netcoreapp3.1 is compatible. 
.NET Framework net462 is compatible.  net463 was computed.  net47 is compatible.  net471 is compatible.  net472 is compatible.  net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on NetDimension.NanUI:

Package Downloads
ClayMini

My package description.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.109.149 110 3/30/2024
1.0.109.132 112 3/13/2024
1.0.109.129 56 3/10/2024
1.0.109.127 62 3/8/2024
1.0.109.23 843 11/25/2023
1.0.109.1 301 11/3/2023
1.0.109 93 11/2/2023
0.9.109.59 1,130 10/6/2023
0.9.109.9 1,102 8/17/2023
0.9.109.7 648 8/15/2023
0.9.109.6 513 8/13/2023
0.9.109.5 557 8/12/2023
0.9.109.2 545 8/9/2023
0.9.109.1 621 8/9/2023
0.9.100.16 732 8/3/2023
0.9.100 755 7/18/2023
0.9.90.519 1,445 5/22/2023
0.9.90.518 598 5/22/2023
0.9.90.501 857 5/5/2023
0.9.90.429 1,769 2/21/2023
0.9.90.428 711 2/20/2023
0.9.90.427 772 2/19/2023
0.9.90.426 638 2/19/2023
0.9.90.425 695 2/17/2023
0.9.90.424 654 2/17/2023
0.9.90.374 930 12/29/2022
0.9.90.327 1,312 11/12/2022
0.9.90.317 886 11/1/2022
0.9.90.312 790 10/28/2022
0.9.90.193 2,300 6/30/2022
0.9.90.130 1,576 4/28/2022
0.9.90.129 925 4/28/2022
0.9.90.76 1,559 3/6/2022
0.9.90.74 1,084 3/4/2022
0.9.90.67 1,177 2/25/2022
0.9.90.53 1,160 2/11/2022
0.9.90.28 1,233 1/17/2022
0.9.90.27 1,138 1/15/2022
0.9.90.26 1,869 1/13/2022
0.8.80.518 1,290 12/1/2021
0.7.77.5 3,223 4/24/2020
0.6.3239.4 1,923 1/7/2020
0.6.2987.13 1,988 4/2/2018