B44.Standards
0.4.5
dotnet add package B44.Standards --version 0.4.5
NuGet\Install-Package B44.Standards -Version 0.4.5
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="B44.Standards" Version="0.4.5"> <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="B44.Standards" Version="0.4.5" />
<PackageReference Include="B44.Standards"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
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 B44.Standards --version 0.4.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: B44.Standards, 0.4.5"
#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 B44.Standards@0.4.5
#: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=B44.Standards&version=0.4.5
#tool nuget:?package=B44.Standards&version=0.4.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
B44.Standards
B44 studio build policy as a package. Studio-internal tooling — published so our own repos can restore it without credentials; it encodes B44 conventions and isn't a general-purpose library.
Reference it with PrivateAssets="all" and it applies, via buildTransitive
assets:
- SDK analyzers at
AnalysisMode=Recommended, a curated Meziantou allowlist, and banned-API rules — severities in a packaged global analyzer config. CA1502/MA0051complexity and method-length thresholds.- NuGet vulnerability audit on restore.
Opt-in flags:
<B44Deterministic>true</B44Deterministic>— bans ambient time/randomness (DateTime.Now,new Random(), …); injectTimeProvider/ an explicit random source instead.<B44EngineFreeCore>true</B44EngineFreeCore>— additionally bans Godot APIs and fails the build if a Godot assembly reaches the resolved reference graph (implies determinism).
Unlicensed (all rights reserved).
There are no supported framework assets in this package.
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.0
- Meziantou.Analyzer (>= 3.0.123)
- Microsoft.CodeAnalysis.BannedApiAnalyzers (>= 5.6.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.