GiantCroissant.Lunar.Build.CodeQuality 0.1.1-ci.90

This is a prerelease version of GiantCroissant.Lunar.Build.CodeQuality.
dotnet add package GiantCroissant.Lunar.Build.CodeQuality --version 0.1.1-ci.90
                    
NuGet\Install-Package GiantCroissant.Lunar.Build.CodeQuality -Version 0.1.1-ci.90
                    
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.90" />
                    
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.90" />
                    
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.90
                    
#r "nuget: GiantCroissant.Lunar.Build.CodeQuality, 0.1.1-ci.90"
                    
#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.90
                    
#: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.90&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=GiantCroissant.Lunar.Build.CodeQuality&version=0.1.1-ci.90&prerelease
                    
Install as a Cake Tool

Lunar.Build.CodeQuality

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

📚 Documentation

All documentation is located in the docs/ folder:

🚀 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 main documentation.

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  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. 
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.90 40 9/8/2025
0.1.1-ci.40 52 9/6/2025
0.1.1-ci.21 129 9/4/2025
0.1.1-ci.20 127 9/3/2025
0.1.1-chore-ci-pack-mobile-... 28 9/4/2025

Code quality components with Roslynator CLI, ReSharper CLI, and comprehensive analysis workflows for Nuke build system.