IndFusion.Analyzer
1.0.7
dotnet add package IndFusion.Analyzer --version 1.0.7
NuGet\Install-Package IndFusion.Analyzer -Version 1.0.7
<PackageReference Include="IndFusion.Analyzer" Version="1.0.7"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
<PackageVersion Include="IndFusion.Analyzer" Version="1.0.7" />
<PackageReference Include="IndFusion.Analyzer"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add IndFusion.Analyzer --version 1.0.7
#r "nuget: IndFusion.Analyzer, 1.0.7"
#:package IndFusion.Analyzer@1.0.7
#addin nuget:?package=IndFusion.Analyzer&version=1.0.7
#tool nuget:?package=IndFusion.Analyzer&version=1.0.7
IndFusion
This repository contains the IndFusion solution. This placeholder README satisfies packaging requirements for local builds.
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.
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).