Rustly.Analyzers
10.6.3
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Rustly.Analyzers --version 10.6.3
NuGet\Install-Package Rustly.Analyzers -Version 10.6.3
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="Rustly.Analyzers" Version="10.6.3"> <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="Rustly.Analyzers" Version="10.6.3" />
<PackageReference Include="Rustly.Analyzers"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
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 Rustly.Analyzers --version 10.6.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Rustly.Analyzers, 10.6.3"
#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 Rustly.Analyzers@10.6.3
#: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=Rustly.Analyzers&version=10.6.3
#tool nuget:?package=Rustly.Analyzers&version=10.6.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Rustly.Analyzers (v10.6.3)
Roslyn analyzers enforcing Rust-style patterns: null-safety, explicit error handling, unsafe Unwrap detection. 12 diagnostics (RUSTLY001-012).
Part of the Rustly ecosystem for .NET.
Install
dotnet add package Rustly.Analyzers --version 10.6.3
Diagnostics
| ID | Description | Severity |
|---|---|---|
| RUSTLY001 | Nullable return should be Option<T> | Warning |
| RUSTLY002 | Null check — use Option<T>.Match() | Info |
| RUSTLY003 | Try/catch — use Result<T, E> | Info |
| RUSTLY004 | Unsafe Unwrap()/Expect() without prior check | Error |
| RUSTLY005 | Result<T, E> return value not handled | Warning |
| RUSTLY006 | Option<T?> is redundant | Warning |
| RUSTLY007 | Use IsNone/IsOk instead of default comparison | Info |
| RUSTLY008 | Some(null) is likely a mistake | Warning |
| RUSTLY009 | Match() side-effects — use Inspect() | Info |
| RUSTLY010 | [EnumValue] missing on some members | Warning |
| RUSTLY011 | Map().UnwrapOr() — use MapOr() | Info |
| RUSTLY012 | Redundant Unwrap on known-safe value | Warning |
Related Packages
- Rustly — Full toolkit
- Rustly.Types — Core: Option, Result, Unit
- Rustly.Extensions — Flatten, Transpose, LINQ
- Rustly.Prelude — Ok(), Err(), Some(), None()
- Rustly.Async — Async pipeline
- Rustly.Json — System.Text.Json
- Rustly.Json.Newtonsoft — Newtonsoft.Json
- Rustly.Configuration — IConfiguration
- Rustly.Analyzers — Roslyn analyzers
- Rustly.Generators — Source generators
There are no supported framework assets in this package.
Learn more about Target Frameworks and .NET Standard.
This package has 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 | |
|---|---|---|---|
| 10.6.4 | 114 | 4/28/2026 | |
| 10.6.3 | 113 | 4/16/2026 | |
| 10.6.2 | 103 | 4/16/2026 | |
| 10.6.2-rc6 | 103 | 4/16/2026 | |
| 10.6.2-rc5 | 120 | 4/15/2026 | |
| 10.6.1 | 105 | 4/15/2026 |
EN: 10.6.3
- Added package icon
- Improved stability
- Bug fixes
RU: 10.6.3
- Добавлена иконка пакета
- Повышена стабильность
- Исправления ошибок