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" />
                    
Directory.Packages.props
<PackageReference Include="B44.Standards">
  <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 B44.Standards --version 0.4.5
                    
#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
                    
Install as a Cake Addin
#tool nuget:?package=B44.Standards&version=0.4.5
                    
Install as a Cake Tool

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 / MA0051 complexity and method-length thresholds.
  • NuGet vulnerability audit on restore.

Opt-in flags:

  • <B44Deterministic>true</B44Deterministic> — bans ambient time/randomness (DateTime.Now, new Random(), …); inject TimeProvider / 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.

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.4.5 34 7/18/2026
0.4.4 34 7/18/2026
0.4.3 29 7/18/2026