MakeKits.Workshop.Webview
0.0.5
.NET 8.0
This package targets .NET 8.0. The package is compatible with this framework or higher.
.NET Framework 4.6.2
This package targets .NET Framework 4.6.2. The package is compatible with this framework or higher.
dotnet add package MakeKits.Workshop.Webview --version 0.0.5
NuGet\Install-Package MakeKits.Workshop.Webview -Version 0.0.5
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="MakeKits.Workshop.Webview" Version="0.0.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MakeKits.Workshop.Webview" Version="0.0.5" />
<PackageReference Include="MakeKits.Workshop.Webview" />
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 MakeKits.Workshop.Webview --version 0.0.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: MakeKits.Workshop.Webview, 0.0.5"
#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 MakeKits.Workshop.Webview@0.0.5
#: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=MakeKits.Workshop.Webview&version=0.0.5
#tool nuget:?package=MakeKits.Workshop.Webview&version=0.0.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
MakeKits
MakeKits is a .NET solution for building and loading Workshop modules. It includes the core abstraction layer, a Webview runtime, a CLI entry point, and runnable sample hosts and workshops.
Project Structure
src/MakeKits.Workshop.Abstractions: Defines workshop interfaces, context, and descriptor metadata.src/MakeKits.Workshop.Webview: Provides Webview workshop runtime support.src/MakeKits.CLI: Command-line entry point.sample/MakeKits.Workshop.Host: WPF host application.sample/MakeKits.Workshop.Webview.HelloWorld: Webview Hello World sample.sample/MakeKits.Workshop.Webview.Debugger: Webview debugger sample.
Features
- Organizes plugin-style workshops through
IWorkshop,IWorkshopDescriptor, andIWorkshopContext. - Loads workshops as separate assemblies inside a host application.
- Provides Webview2-based page rendering.
- Includes samples to help you get started quickly.
Build
dotnet build MakeKits.slnx
Run the Sample
Build the solution first, then start sample/MakeKits.Workshop.Host.
dotnet run --project sample/MakeKits.Workshop.Host/MakeKits.Workshop.Host.csproj
Packaging
Use build/nuget_pack.ps1 to create NuGet packages.
License
MIT.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0-windows7.0 is compatible. net9.0-windows was computed. net10.0-windows was computed. net10.0-windows7.0 is compatible. |
| .NET Framework | net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 is compatible. net481 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.6.2
- MakeKits.Workshop.Abstractions (>= 0.0.5)
-
.NETFramework 4.8
- MakeKits.Workshop.Abstractions (>= 0.0.5)
-
net10.0-windows7.0
- MakeKits.Workshop.Abstractions (>= 0.0.5)
-
net8.0-windows7.0
- MakeKits.Workshop.Abstractions (>= 0.0.5)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.