Fallout.Migrate.Analyzers
10.3.49
Prefix Reserved
See the version list below for details.
dotnet add package Fallout.Migrate.Analyzers --version 10.3.49
NuGet\Install-Package Fallout.Migrate.Analyzers -Version 10.3.49
<PackageReference Include="Fallout.Migrate.Analyzers" Version="10.3.49"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
<PackageVersion Include="Fallout.Migrate.Analyzers" Version="10.3.49" />
<PackageReference Include="Fallout.Migrate.Analyzers"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add Fallout.Migrate.Analyzers --version 10.3.49
#r "nuget: Fallout.Migrate.Analyzers, 10.3.49"
#:package Fallout.Migrate.Analyzers@10.3.49
#addin nuget:?package=Fallout.Migrate.Analyzers&version=10.3.49
#tool nuget:?package=Fallout.Migrate.Analyzers&version=10.3.49
Roslyn analyzer + codefix that migrates source from the legacy Nuke.* namespaces to Fallout.* . Add this package to your _build.csproj while migrating; uninstall once the migration is complete.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
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 |
|---|---|---|
| 11.0.18 | 107 | 5/29/2026 |
| 11.0.17 | 113 | 5/29/2026 |
| 11.0.15 | 103 | 5/28/2026 |
| 11.0.14 | 111 | 5/28/2026 |
| 11.0.13 | 94 | 5/28/2026 |
| 11.0.12 | 96 | 5/28/2026 |
| 11.0.8 | 111 | 5/28/2026 |
| 11.0.7 | 98 | 5/27/2026 |
| 11.0.6 | 101 | 5/27/2026 |
| 11.0.5 | 100 | 5/27/2026 |
| 11.0.3 | 102 | 5/27/2026 |
| 11.0.1 | 104 | 5/27/2026 |
| 10.3.49 | 95 | 5/29/2026 |
| 10.3.47 | 104 | 5/27/2026 |
| 10.3.45 | 102 | 5/27/2026 |
| 10.3.44 | 102 | 5/27/2026 |
| 10.3.42 | 118 | 5/27/2026 |
| 10.3.41 | 99 | 5/27/2026 |
| 10.3.40 | 98 | 5/27/2026 |
| 10.3.38 | 99 | 5/26/2026 |
• **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