EricLouchez.Shorokoo.CodeGen 0.1.8-dev

This is a prerelease version of EricLouchez.Shorokoo.CodeGen.
dotnet add package EricLouchez.Shorokoo.CodeGen --version 0.1.8-dev
                    
NuGet\Install-Package EricLouchez.Shorokoo.CodeGen -Version 0.1.8-dev
                    
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="EricLouchez.Shorokoo.CodeGen" Version="0.1.8-dev" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="EricLouchez.Shorokoo.CodeGen" Version="0.1.8-dev" />
                    
Directory.Packages.props
<PackageReference Include="EricLouchez.Shorokoo.CodeGen" />
                    
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 EricLouchez.Shorokoo.CodeGen --version 0.1.8-dev
                    
#r "nuget: EricLouchez.Shorokoo.CodeGen, 0.1.8-dev"
                    
#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 EricLouchez.Shorokoo.CodeGen@0.1.8-dev
                    
#: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=EricLouchez.Shorokoo.CodeGen&version=0.1.8-dev&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=EricLouchez.Shorokoo.CodeGen&version=0.1.8-dev&prerelease
                    
Install as a Cake Tool

Shorokoo.CodeGen

C# source generator for Shorokoo.

Turns [Module]-annotated partial classes into strongly typed Module/Model wrappers — generated Model() / Call() factory methods, cached computation graphs, and typed hyperparameter sets for optimizers.

dotnet add package Shorokoo.CodeGen

This is a development-time dependency (a Roslyn analyzer); it adds nothing to your runtime output. Shorokoo is usable without it, but [Module] classes are the recommended way to define models.

Documentation: https://github.com/Eric-Louchez/Shorokoo

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on EricLouchez.Shorokoo.CodeGen:

Package Downloads
EricLouchez.Shorokoo

Define, train, and run neural networks in pure C#. Meta-package that brings the Shorokoo runtime (Shorokoo.Core), ready-made layers (Shorokoo.Modules), and the [Module] source generator (Shorokoo.CodeGen). Add exactly one backend: Shorokoo.LinuxCPU, Shorokoo.LinuxGPU, Shorokoo.WinCPU, or Shorokoo.WinGPU.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.1.8-dev 41 6/20/2026
0.1.7-dev 59 6/16/2026
0.1.6-dev 46 6/16/2026
0.1.4-preview.1 58 6/12/2026
0.1.2-preview.1 51 6/11/2026