DevExpress.Win.CodeAnalysis 26.1.5-pre-26227

Prefix Reserved
This is a prerelease version of DevExpress.Win.CodeAnalysis.
dotnet add package DevExpress.Win.CodeAnalysis --version 26.1.5-pre-26227
                    
NuGet\Install-Package DevExpress.Win.CodeAnalysis -Version 26.1.5-pre-26227
                    
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="DevExpress.Win.CodeAnalysis" Version="26.1.5-pre-26227">
  <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="DevExpress.Win.CodeAnalysis" Version="26.1.5-pre-26227" />
                    
Directory.Packages.props
<PackageReference Include="DevExpress.Win.CodeAnalysis">
  <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 DevExpress.Win.CodeAnalysis --version 26.1.5-pre-26227
                    
#r "nuget: DevExpress.Win.CodeAnalysis, 26.1.5-pre-26227"
                    
#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 DevExpress.Win.CodeAnalysis@26.1.5-pre-26227
                    
#: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=DevExpress.Win.CodeAnalysis&version=26.1.5-pre-26227&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=DevExpress.Win.CodeAnalysis&version=26.1.5-pre-26227&prerelease
                    
Install as a Cake Tool

DevExpress.Win.CodeAnalysis NuGet Package

Contains code diagnostics that detect C# errors as you type. The analyzers indicate rule violations with squiggly underlines in the code editor and display them in the Error List window.

Included Diagnostics

  • DXWIN0001 - DirectX-Incompatible Graphics: Identifies drawing and content patterns that are incompatible with DirectX rendering.

  • DXWIN0002 - Redundant RepositoryItem Initialization: Detects unnecessary initialization of editor settings classes (RepositoryItem) to prevent redundant allocations and code ambiguity.

  • DXWIN0003 - Pattern View Access: Identifies unsafe or incorrect access to pattern Views in the DevExpress WinForms Data Grid.

  • DXWIN0004 - Missing EndUpdate(): Reports code paths where BeginUpdate() is not paired with EndUpdate().

  • DXWIN0005 - Form Dialog Is Never Disposed: Identifies dialog instances that are created but not disposed.

  • DXWIN0006 - DoEvents Call: Identifies Application.DoEvents usage that may cause reentrancy issues.

  • DXWIN0007 - Invocation Without Handle: Reports attempts to invoke a control before it has a valid handle.

  • DXWIN0008 - Async Event Operations: Identifies problematic asynchronous patterns in event handlers and related UI operations.

  • DXWIN0009 - Orphan Components: Detects components that are instantiated but not assigned an owner or properly disposed.

Documentation

DevExpress WinForms - Code Diagnostics

Evaluation Period, Pricing Options, and Licensing Terms

Whether you own a license or want to start a 30-day evaluation, download and register your DevExpress license key. To obtain the key, sign in to the DevExpress Download Manager with your existing DevExpress.com account or create a free account. For instructions on key registration, see License Key for DevExpress Products.

If you purchase a license after evaluating a product, you need to re-register your updated DevExpress license key to remove evaluation warnings and messages.

This package is included in the following commercial subscriptions:

See DevExpress Subscriptions & Licensing for subscription comparison tables, purchasing FAQ, and licensing information.

Software Bill of Materials (SBOM)

For information about SBOM files for DevExpress packages, see Software Bill of Materials (SBOM) for DevExpress .NET assemblies/NuGet packages, JavaScript, VCL and other redistributable artifacts.

See Also: Information Security | Security - What You Need to Know

Useful Online Resources

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
26.1.5-pre-26227 54 8/18/2026
26.1.4 127 8/7/2026
26.1.4-pre-26200 102 7/23/2026
26.1.4-pre-26190 214 7/14/2026
26.1.4-pre-26179 97 7/2/2026
26.1.3 206 6/18/2026
25.2.9 94 8/3/2026
25.2.8 169 6/10/2026
25.2.7 385 5/6/2026
25.2.6 172 4/7/2026
25.2.5 402 3/2/2026
25.2.4 1,578 2/3/2026
25.2.3 593 12/18/2025
25.1.13 93 7/31/2026
25.1.12 105 6/10/2026
25.1.11 107 5/5/2026
25.1.10 128 4/6/2026
25.1.9 116 3/2/2026
25.1.8 132 1/16/2026
Loading failed