Bootsharp 0.3.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Bootsharp --version 0.3.1
                    
NuGet\Install-Package Bootsharp -Version 0.3.1
                    
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="Bootsharp" Version="0.3.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Bootsharp" Version="0.3.1" />
                    
Directory.Packages.props
<PackageReference Include="Bootsharp" />
                    
Project file
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 Bootsharp --version 0.3.1
                    
#r "nuget: Bootsharp, 0.3.1"
                    
#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 Bootsharp@0.3.1
                    
#: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=Bootsharp&version=0.3.1
                    
Install as a Cake Addin
#tool nuget:?package=Bootsharp&version=0.3.1
                    
Install as a Cake Tool

<p align="center"> <a href="https://bootsharp.com" target="_blank" rel="noopener noreferrer"> <img width="200" src="https://raw.githubusercontent.com/elringus/bootsharp/main/docs/public/favicon.svg" alt="Bootsharp"> </a> </p> <br/> <p align="center"> <a href="https://www.nuget.org/packages/Bootsharp"><img src="https://img.shields.io/nuget/v/Bootsharp" alt="nuget"></a> <a href="https://codefactor.io/repository/github/elringus/bootsharp/overview/main"><img src="https://codefactor.io/repository/github/elringus/bootsharp/badge/main" alt="codefactor"></a> <a href="https://codecov.io/gh/elringus/bootsharp"><img src="https://codecov.io/gh/elringus/bootsharp/branch/main/graph/badge.svg?token=AAhei51ETt" alt="codecov"></a> <a href="https://github.com/elringus/bootsharp/actions/workflows/codeql.yml"><img src="https://github.com/elringus/bootsharp/actions/workflows/codeql.yml/badge.svg" alt="codeql"></a> </p> <br/>

Use C# in web apps with comfort

Author domain in C#, while taking full advantage of the modern JavaScript frontend ecosystem.

✨ Generates JavaScript bindings and type declarations for your C# APIs facilitating seamless interop between the domain and UI.

πŸ“¦ Choose between embedding all the C# binaries into single-file ES module for portability or sideload for best performance and build size.

πŸ—ΊοΈ Node, Deno, Bun, web browsers and even constrained environments, such as VS Code extensions β€” your app will work everywhere.

⚑ Manually author interop APIs via static C# methods or simply feed Bootsharp your domain-specific interfaces β€” it'll figure the rest.

🏷️ When an interface value is specified in interop API, instance binding is generated allowing to interoperate on stateful objects.

πŸ› οΈ Configure namespaces for emitted bindings, function and event names, C# β†’ TypeScript type mappings and more.

πŸ”₯ Supports latest .NET features: WASM multi-threading, AOT compilation, assembly trimming, streaming module instantiation.

🎬 Get Started

https://bootsharp.com/guide

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.7.0 44 2/10/2026
0.6.3 7,494 5/11/2025
0.6.2 240 5/6/2025
0.6.1 216 4/5/2025
0.6.0 268 3/30/2025
0.5.0 183 3/29/2025
0.4.0 351 1/5/2025
0.3.3 1,403 9/23/2024
0.3.2 4,158 5/28/2024
0.3.1 893 2/7/2024
0.3.0 216 2/5/2024
0.2.0 607 1/23/2024
0.1.3 377 1/6/2024
0.1.2 253 1/5/2024
0.1.1 254 1/1/2024
0.1.0 252 12/31/2023