SatorImaging.PragmaAnalyzer 1.1.10

Prefix Reserved
dotnet add package SatorImaging.PragmaAnalyzer --version 1.1.10
                    
NuGet\Install-Package SatorImaging.PragmaAnalyzer -Version 1.1.10
                    
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="SatorImaging.PragmaAnalyzer" Version="1.1.10">
  <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="SatorImaging.PragmaAnalyzer" Version="1.1.10" />
                    
Directory.Packages.props
<PackageReference Include="SatorImaging.PragmaAnalyzer">
  <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 SatorImaging.PragmaAnalyzer --version 1.1.10
                    
#r "nuget: SatorImaging.PragmaAnalyzer, 1.1.10"
                    
#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 SatorImaging.PragmaAnalyzer@1.1.10
                    
#: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=SatorImaging.PragmaAnalyzer&version=1.1.10
                    
Install as a Cake Addin
#tool nuget:?package=SatorImaging.PragmaAnalyzer&version=1.1.10
                    
Install as a Cake Tool

PragmaAnalyzer

Features

Analyze and Code Fix for #pragma warning disable

alternate text is missing from this package README image

Project structure

  • analyzer/: Roslyn analyzer assembly.
  • codefixes/: Code fix providers packaged alongside the analyzer.
  • shared/: Common sources compiled into both projects via ../shared/*.cs links in each .csproj (e.g., DiagnosticMetadataLoader, PragmaDirective*).
  • CSHARP.json: Embedded once but linked into both projects; DiagnosticMetadataLoader reads it from the assembly resources so analyzer and codefixes share the same diagnostic metadata.

Each .csproj declares Compile Include="../shared/*.cs" Link="SharedAcrossProjects/%(Filename)%(Extension)", so the shared *.cs files are linked—not copied—into both the analyzer and code-fix builds; any edit under shared/ changes both assemblies.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • .NETStandard 2.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.1.10 721 12/12/2025
1.1.9 357 12/8/2025
1.1.8 310 12/8/2025
1.1.7 311 12/8/2025
1.1.6 222 12/7/2025
1.1.5 221 12/7/2025
1.1.4 218 12/7/2025
1.1.3 2,541 11/23/2025
1.1.2 254 11/16/2025
1.1.1 143 11/16/2025
1.1.0 952 10/12/2025
1.0.5 127 10/12/2025
1.0.4 126 10/12/2025
1.0.3 230 10/12/2025
1.0.2 121 10/12/2025
1.0.1 124 10/12/2025
1.0.0 236 10/12/2025