Raven.Sdk 0.1.12

<Sdk Name="Raven.Sdk" Version="0.1.12" />
                    
For projects that support Sdk, copy this XML node into the project file to reference the package.
#:sdk Raven.Sdk@0.1.12
                    
#:sdk 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.

Raven.Sdk

Raven.Sdk is the MSBuild project SDK used by Raven applications. It builds on the standard .NET SDK and supplies the Raven compiler, core library, standard macros, and Raven build targets.

Create a project with the matching Raven.Templates package instead of writing the project file by hand:

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

The generated project pins the matching SDK version so that normal .NET restore and build commands can resolve the complete Raven toolchain.

Implicit imports

Raven.Sdk follows the standard .NET SDK project pattern while using Raven's language terminology. ImplicitImports defaults to enable, and the SDK contributes its defaults as ordinary Import items:

<PropertyGroup>
  <ImplicitImports>disable</ImplicitImports>
</PropertyGroup>

<ItemGroup>
  <Import Include="MyApplication.Models" />
  <Import Remove="System.Net.Http" />
</ItemGroup>

Workload SDKs add to the same item model. Raven.Sdk.Web, for example, supplies the ASP.NET Core and Microsoft.Extensions imports associated with Microsoft.NET.Sdk.Web. The compiler consumes the evaluated item collection and does not need to recognize individual SDK names.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

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 94 9/12/2026
0.1.11 97 9/11/2026
0.1.10 118 9/6/2026
0.1.9 114 9/5/2026
0.1.8 109 9/4/2026
0.1.7 103 9/1/2026
0.1.6 155 8/28/2026
0.1.5 127 8/28/2026
0.1.4 104 8/28/2026
0.1.3 107 8/26/2026
0.1.2 118 8/26/2026
0.1.1 125 8/24/2026
0.1.0 127 8/24/2026
0.1.0-preview.14 98 8/23/2026
0.1.0-preview.12 104 8/22/2026
0.1.0-preview.11 94 8/20/2026
0.1.0-preview.10 84 8/16/2026
0.1.0-preview.9 98 8/14/2026
0.1.0-preview.8.1 96 8/14/2026
0.1.0-preview.8 89 8/14/2026