Alchyr.Sts2.ModAnalyzers
0.1.9
dotnet add package Alchyr.Sts2.ModAnalyzers --version 0.1.9
NuGet\Install-Package Alchyr.Sts2.ModAnalyzers -Version 0.1.9
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="Alchyr.Sts2.ModAnalyzers" Version="0.1.9" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Alchyr.Sts2.ModAnalyzers" Version="0.1.9" />
<PackageReference Include="Alchyr.Sts2.ModAnalyzers" />
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 Alchyr.Sts2.ModAnalyzers --version 0.1.9
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Alchyr.Sts2.ModAnalyzers, 0.1.9"
#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 Alchyr.Sts2.ModAnalyzers@0.1.9
#: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=Alchyr.Sts2.ModAnalyzers&version=0.1.9
#tool nuget:?package=Alchyr.Sts2.ModAnalyzers&version=0.1.9
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Analyzers for Slay the Spire 2 Modding
| Rule ID | Category | Severity | Notes |
|---|---|---|---|
| STS001 | Localization | Error | Symbol must have defined localization. |
| STS002 | Localization | Warning | Localization files must be added as additional files for analysis |
| STS003 | Localization | Warning | Model should inherit a CustomModel |
| STS004 | Usage | Warning | Model must be added to a pool using PoolAttribute. |
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 Alchyr.Sts2.ModAnalyzers:
| Package | Downloads |
|---|---|
|
Pikcube.Common
Package Description |
GitHub repositories (3)
Showing the top 3 popular GitHub repositories that depend on Alchyr.Sts2.ModAnalyzers:
| Repository | Stars |
|---|---|
|
Alchyr/ModTemplate-StS2
Slay the Spire 2 mod project template
|
|
|
erasels/StS2-Quick-Restart
Mod for quickly reloading rooms in Slay the Spire 2.
|
|
|
erasels/Minty-Spire-2
QoL compilation mod for Slay the Spire 2
|
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 0.1.9 | 2,878 | 4/13/2026 | |
| 0.1.8 | 179 | 4/12/2026 | |
| 0.1.7 | 1,623 | 4/1/2026 | |
| 0.1.6 | 1,299 | 3/20/2026 | |
| 0.1.5 | 480 | 3/19/2026 | |
| 0.1.4 | 582 | 3/15/2026 | |
| 0.1.3 | 99 | 3/15/2026 | |
| 0.1.2 | 100 | 3/15/2026 | |
| 0.1.1 | 162 | 3/15/2026 | |
| 0.1.0 | 132 | 3/15/2026 | |
| 0.0.9 | 415 | 3/14/2026 | |
| 0.0.8 | 148 | 3/13/2026 | |
| 0.0.7 | 218 | 3/12/2026 | |
| 0.0.6 | 212 | 3/11/2026 | |
| 0.0.5 | 101 | 3/11/2026 | |
| 0.0.4 | 136 | 3/10/2026 | |
| 0.0.3 | 110 | 3/10/2026 | |
| 0.0.2 | 171 | 3/9/2026 | |
| 0.0.1 | 303 | 3/6/2026 | |
| 0.0.0 | 96 | 3/6/2026 |
FirstOrDefault instead of First to avoid exception if no attributes. Use AllInterfaces instead of Interfaces.