Raven.Templates 0.1.12

dotnet new install Raven.Templates@0.1.12
                    
This package contains a .NET Template Package you can call from the shell/command line.

Raven project templates

Install the package and create a project with the standard .NET CLI:

dotnet new install Raven.Templates@VERSION
dotnet new raven-console -n HelloRaven

Replace VERSION with the Raven prerelease version to install.

Available short names are raven-console, raven-classlib, raven-web, raven-browser, and raven-nano. Console, class-library, and ASP.NET Core templates default to net11.0; the browser template uses the stable net10.0 WebAssembly toolchain, and Nano targets netnano1.0. Override a desktop target with the standard option:

dotnet new raven-web -n RavenWeb --framework net10.0

The Web template selects Raven.Sdk.Web, which composes the normal .NET Web SDK with Raven's compiler, packages, and ASP.NET Core implicit imports. Other desktop templates select the base Raven.Sdk.

The browser template is a framework-free .NET WebAssembly application rather than a Blazor application. Raven's built-in [JSImport]/[JSExport] source generator demonstrates a typed JavaScript method call, a managed delegate callback, and a named Raven method invoked from JavaScript without a C# companion. A future Raven macro can build on that marshalling contract. Install the standard WebAssembly build tools before building it:

dotnet workload install wasm-tools
dotnet new raven-browser -n RavenBrowser
dotnet run --project RavenBrowser/RavenBrowser.rvnproj

This package has no dependencies.

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.1.12 93 9/12/2026
0.1.11 105 9/11/2026
0.1.10 123 9/6/2026
0.1.9 134 9/5/2026
0.1.8 135 9/4/2026
0.1.7 107 9/1/2026
0.1.6 143 8/28/2026
0.1.5 138 8/28/2026
0.1.4 122 8/28/2026
0.1.3 124 8/26/2026
0.1.2 132 8/26/2026
0.1.1 141 8/24/2026
0.1.0 135 8/24/2026
0.1.0-preview.14 118 8/23/2026
0.1.0-preview.12 99 8/22/2026
0.1.0-preview.11 101 8/20/2026
0.1.0-preview.10 121 8/16/2026
0.1.0-preview.9 113 8/14/2026
0.1.0-preview.8.1 111 8/14/2026
0.1.0-preview.8 110 8/14/2026