VOOZH about

URL: https://www.nuget.org/packages/GiantCroissant.Lunar.Build.CodeQuality/

⇱ NuGet Gallery | GiantCroissant.Lunar.Build.CodeQuality 0.1.1-ci.113




👁 Image
GiantCroissant.Lunar.Build.CodeQuality 0.1.1-ci.113

This is a prerelease version of GiantCroissant.Lunar.Build.CodeQuality.
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
 
 
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="GiantCroissant.Lunar.Build.CodeQuality" Version="0.1.1-ci.113" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="GiantCroissant.Lunar.Build.CodeQuality" Version="0.1.1-ci.113" />
 
Directory.Packages.props
<PackageReference Include="GiantCroissant.Lunar.Build.CodeQuality" />
 
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 GiantCroissant.Lunar.Build.CodeQuality --version 0.1.1-ci.113
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: GiantCroissant.Lunar.Build.CodeQuality, 0.1.1-ci.113"
 
 
#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 GiantCroissant.Lunar.Build.CodeQuality@0.1.1-ci.113
 
 
#: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=GiantCroissant.Lunar.Build.CodeQuality&version=0.1.1-ci.113&prerelease
 
Install as a Cake Addin
#tool nuget:?package=GiantCroissant.Lunar.Build.CodeQuality&version=0.1.1-ci.113&prerelease
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

Lunar.Build.CodeQuality

Code quality analysis, fixing, and formatting component for .NET solutions.

📚 Documentation

All documentation is located in the folder:

  • - Main documentation and usage guide
  • - ReSharper CLI formatting component
  • - Comprehensive architecture guide
  • - PowerShell to CLI transformation
  • - Technical analyzer examples

🚀 Quick Start

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"

🎯 Key Features

  • Direct CLI Integration - No PowerShell scripts, direct Roslynator CLI calls
  • Comprehensive Analysis - SonarAnalyzer, Meziantou.Analyzer, Roslynator, Microsoft analyzers
  • Automated Fixing - Auto-fix code quality issues using Roslynator CLI
  • Structured Reporting - JSON reports for CI/CD integration
  • Validation Components - C# validation targets replacing PowerShell scripts

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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

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.

GitHub repositories

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.