![]() |
VOOZH | about |
dotnet add package GiantCroissant.Lunar.Build.CodeQuality --version 0.1.1-ci.113
NuGet\Install-Package GiantCroissant.Lunar.Build.CodeQuality -Version 0.1.1-ci.113
<PackageReference Include="GiantCroissant.Lunar.Build.CodeQuality" Version="0.1.1-ci.113" />
<PackageVersion Include="GiantCroissant.Lunar.Build.CodeQuality" Version="0.1.1-ci.113" />Directory.Packages.props
<PackageReference Include="GiantCroissant.Lunar.Build.CodeQuality" />Project file
paket add GiantCroissant.Lunar.Build.CodeQuality --version 0.1.1-ci.113
#r "nuget: GiantCroissant.Lunar.Build.CodeQuality, 0.1.1-ci.113"
#:package GiantCroissant.Lunar.Build.CodeQuality@0.1.1-ci.113
#addin nuget:?package=GiantCroissant.Lunar.Build.CodeQuality&version=0.1.1-ci.113&prereleaseInstall as a Cake Addin
#tool nuget:?package=GiantCroissant.Lunar.Build.CodeQuality&version=0.1.1-ci.113&prereleaseInstall as a Cake Tool
Code quality analysis, fixing, and formatting component for .NET solutions.
All documentation is located in the folder:
using GiantCroissant.Lunar.Build.CodeQuality;
partial class Build : NukeBuild, ICodeQualityComponent
{
public static int Main() => Execute<Build>(x => x.RunEnhancedCodeQualityWorkflow);
}
# Complete workflow (analyze → fix → format)
dotnet nuke RunEnhancedCodeQualityWorkflow --code-quality-solution "YourSolution.sln"
For detailed information, see the .
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 net9.0 is compatible. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
Showing the top 1 NuGet packages that depend on GiantCroissant.Lunar.Build.CodeQuality:
| Package | Downloads |
|---|---|
|
GiantCroissant.Lunar.Build
Meta-package that depends on the Lunar Build component packages for one-line install. |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.1.1-ci.113 | 185 | 10/7/2025 |
| 0.1.1-ci.112 | 189 | 10/7/2025 |
| 0.1.1-ci.111 | 269 | 9/15/2025 |
| 0.1.1-ci.110 | 260 | 9/15/2025 |
| 0.1.1-ci.109 | 256 | 9/15/2025 |
| 0.1.1-ci.108 | 260 | 9/15/2025 |
| 0.1.1-ci.107 | 255 | 9/15/2025 |
| 0.1.1-ci.104 | 231 | 9/15/2025 |
| 0.1.1-ci.90 | 186 | 9/8/2025 |
| 0.1.1-ci.40 | 122 | 9/6/2025 |
| 0.1.1-ci.21 | 195 | 9/4/2025 |
| 0.1.1-ci.20 | 186 | 9/3/2025 |
| 0.1.1-chore-ci-pack-mobile-... | 74 | 9/4/2025 |
Code quality components with Roslynator CLI, ReSharper CLI, and comprehensive analysis workflows for Nuke build system.