IndFusion.Analyzer 1.0.7

dotnet add package IndFusion.Analyzer --version 1.0.7
                    
NuGet\Install-Package IndFusion.Analyzer -Version 1.0.7
                    
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="IndFusion.Analyzer" Version="1.0.7">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="IndFusion.Analyzer" Version="1.0.7" />
                    
Directory.Packages.props
<PackageReference Include="IndFusion.Analyzer">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
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 IndFusion.Analyzer --version 1.0.7
                    
#r "nuget: IndFusion.Analyzer, 1.0.7"
                    
#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 IndFusion.Analyzer@1.0.7
                    
#: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=IndFusion.Analyzer&version=1.0.7
                    
Install as a Cake Addin
#tool nuget:?package=IndFusion.Analyzer&version=1.0.7
                    
Install as a Cake Tool

IndFusion

This repository contains the IndFusion solution. This placeholder README satisfies packaging requirements for local builds.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on IndFusion.Analyzer:

Package Downloads
IndFusion.Fixer

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.7 195 10/10/2025
1.0.5 283 10/2/2025

v1.0.0: Initial release with 20 comprehensive analyzers
 - Testing Standards (5): XUnit v3, Shouldly, NSubstitute, DbContext patterns, naming conventions
 - Functional Patterns (1): Result<T> pattern enforcement (no exceptions)
 - Null Safety (1): Parameter validation
 - Async Best Practices (2): CancellationToken support, ConfigureAwait(false)
 - Documentation (1): XML documentation requirements
 - Code Quality (4): Magic numbers/strings, expression bodies, no regions, pattern matching
 - Architecture (2): Clean Architecture boundaries, Repository patterns
 - Performance (2): Efficient LINQ, ConfigureAwait patterns
 - Logging (2): Structured logging, no Console.WriteLine

 All analyzers developed using Test-Driven Development with 51/51 tests passing (100% success rate).