You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ The key points that drive how code is generated and built:
37
37
* Doing interop is inherently unsafe but we want to keep a .NET-like programming whenever possible. The generated code serves a similar purpose to the CsWin32 project, but the final generated code and net result (ie: how we use it as a caller) are quite different.
38
38
39
39
# Installation
40
-
You can just compile the source (not it take minutes due to the fact ComWrapper Source geneation is *slooooowwwwww*...) or use the nuget packages
40
+
You can just compile the source (not it take minutes due to the fact ComWrapper Source generation is *slooooowwwwww*...) or use the nuget packages
41
41
42
42
https://www.nuget.org/packages/DirectNAot/ and https://www.nuget.org/packages/DirectNAot.Extensions/
43
43
@@ -67,5 +67,11 @@ It supports native-AOT deployment, through usage of DirectNAOT.
67
67
68
68
Check it out at https://github.com/aelyo-softworks/Wice
[WebView2Aot](https://github.com/smourier/WebView2Aot) is an AOT project, using DirectNAOT that exposes .NET 9+ AOT-compatible bindings 100% independent from WinForms or WPF for Microsoft's WebView2.
0 commit comments