Fallout.Common
10.3.49
Prefix Reserved
dotnet add package Fallout.Common --version 10.3.49
NuGet\Install-Package Fallout.Common -Version 10.3.49
<PackageReference Include="Fallout.Common" Version="10.3.49" />
<PackageVersion Include="Fallout.Common" Version="10.3.49" />
<PackageReference Include="Fallout.Common" />
paket add Fallout.Common --version 10.3.49
#r "nuget: Fallout.Common, 10.3.49"
#:package Fallout.Common@10.3.49
#addin nuget:?package=Fallout.Common&version=10.3.49
#tool nuget:?package=Fallout.Common&version=10.3.49
Build automation for C#/.NET — the hard-fork successor to NUKE.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- Azure.Identity (>= 1.17.1)
- Azure.Security.KeyVault.Certificates (>= 4.8.0)
- Azure.Security.KeyVault.Keys (>= 4.8.0)
- Azure.Security.KeyVault.Secrets (>= 4.8.0)
- Fallout.Build (>= 10.3.49)
- Fallout.Build.Shared (>= 10.3.49)
- Fallout.ProjectModel (>= 10.3.49)
- Fallout.SolutionModel (>= 10.3.49)
- Fallout.Tooling (>= 10.3.49)
- Fallout.Utilities (>= 10.3.49)
- Fallout.Utilities.IO.Compression (>= 10.3.49)
- Fallout.Utilities.IO.Globbing (>= 10.3.49)
- Fallout.Utilities.Net (>= 10.3.49)
- Fallout.Utilities.Text.Json (>= 10.3.49)
- Glob (>= 1.1.9)
- Microsoft.Build (>= 18.0.2)
- Microsoft.Build.Framework (>= 18.0.2)
- Microsoft.Build.Locator (>= 1.7.8)
- Microsoft.Build.Tasks.Core (>= 18.0.2)
- Microsoft.Build.Utilities.Core (>= 18.0.2)
- Microsoft.Extensions.DependencyModel (>= 10.0.0)
- Newtonsoft.Json (>= 13.0.4)
- NJsonSchema (>= 11.5.2)
- NJsonSchema.NewtonsoftJson (>= 11.5.2)
- NuGet.Packaging (>= 6.14.3)
- Octokit (>= 14.0.0)
- Serilog (>= 4.3.0)
- Serilog.Formatting.Compact (>= 3.0.0)
- Serilog.Formatting.Compact.Reader (>= 4.0.0)
- Serilog.Sinks.Console (>= 6.1.1)
- Serilog.Sinks.File (>= 7.0.0)
- SharpZipLib (>= 1.4.2)
- System.Security.Cryptography.Xml (>= 10.0.6)
- YamlDotNet (>= 16.3.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Fallout.Common:
| Package | Downloads |
|---|---|
|
Fallout.Components
Build automation for C#/.NET — the hard-fork successor to NUKE. |
GitHub repositories
This package is not used by any popular GitHub repositories.
• **Fixed Fallout.SolutionModel 10.2.24–10.2.34 unrestorable*• (#107): the vendored SolutionPersistence wrapper was IsPackable=false, so dotnet pack fell back to emitting the dependency under the *assembly• name (Microsoft.VisualStudio.SolutionPersistence) at the Fallout version — which doesn't exist on nuget.org. Wrapper now packs as Fallout.VisualStudio.SolutionPersistence (PackageId set explicitly; AssemblyName preserved for drop-in type identity), so Fallout.SolutionModel.nuspec declares the correct transitive dep. Also affected Fallout.Common, Fallout.Build, Fallout.ProjectModel, Fallout.Components — all fixed.
• **--skip-duplicate on the publish push*• (#108): release.yml's IPublish.PushSettings now enables skip-duplicate, so a partial publish failure (e.g. one package's API key permission gap) no longer makes reruns error on the already-uploaded versions. Pipeline is idempotent.
• **Fixed build.ps1 bootstrap on PowerShell 7.5+*• (#15): the script now uses Join-Path for SDK resolution so newer PowerShell's stricter path handling doesn't break the launcher.
• **Fixed solution folder names starting with digits*• (#16): StronglyTypedSolutionGenerator prefixes a leading underscore when the folder name would produce an invalid C# identifier.
• **Retired GitVersion.Tool*• (#81) — version is now sourced exclusively from Nerdbank.GitVersioning via version.json. MajorMinorPatchVersion and friends in Build.cs read NB.GV's $(Version) MSBuild output.
• **Trimmed unused / replaceable dependencies*• (#75, #78, #79, #80, #82): dropped JetBrains.ReSharper.GlobalTools, the matkoch Spectre.Console fork (swapped for upstream Spectre.Console), Microsoft.ApplicationInsights, Codecov.Tool, and xunit.runner.console. See docs/dependencies.md for the current graph.
• **Bumped Scriban 7.1.0 → 7.2.0*• (#84) to clear NU1903.
Full changelog at https://github.com/ChrisonSimtian/Fallout/blob/release/v10/CHANGELOG.md