StaticCS 0.3.1

dotnet add package StaticCS --version 0.3.1
                    
NuGet\Install-Package StaticCS -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="StaticCS" Version="0.3.1">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="StaticCS" Version="0.3.1" />
                    
Directory.Packages.props
<PackageReference Include="StaticCS">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
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 StaticCS --version 0.3.1
                    
#r "nuget: StaticCS, 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 StaticCS@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=StaticCS&version=0.3.1
                    
Install as a Cake Addin
#tool nuget:?package=StaticCS&version=0.3.1
                    
Install as a Cake Tool

Package Description

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on StaticCS:

Package Downloads
Serde.CmdLine

Package Description

StaticCs.Result

Package Description

GitHub repositories (4)

Showing the top 4 popular GitHub repositories that depend on StaticCS:

Repository Stars
dotnet/runtime
.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
dotnet/dotnet
Home of .NET's Virtual Monolithic Repository which includes all the code needed to build the .NET SDK.
VSadov/Satori
Experimenting with dotnet runtime.
serdedotnet/serde
Serde.NET is a C# port of the popular Serde serialization library for Rust
Version Downloads Last Updated
0.3.1 2,990 12/6/2023
0.3.0 178 12/6/2023
0.2.0 3,447 6/17/2022
0.1.0 806 5/17/2022