AdaskoTheBeAsT.Gu.Roslyn.Extensions.Source 0.17.1.50

dotnet add package AdaskoTheBeAsT.Gu.Roslyn.Extensions.Source --version 0.17.1.50
                    
NuGet\Install-Package AdaskoTheBeAsT.Gu.Roslyn.Extensions.Source -Version 0.17.1.50
                    
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="AdaskoTheBeAsT.Gu.Roslyn.Extensions.Source" Version="0.17.1.50" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AdaskoTheBeAsT.Gu.Roslyn.Extensions.Source" Version="0.17.1.50" />
                    
Directory.Packages.props
<PackageReference Include="AdaskoTheBeAsT.Gu.Roslyn.Extensions.Source" />
                    
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 AdaskoTheBeAsT.Gu.Roslyn.Extensions.Source --version 0.17.1.50
                    
#r "nuget: AdaskoTheBeAsT.Gu.Roslyn.Extensions.Source, 0.17.1.50"
                    
#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 AdaskoTheBeAsT.Gu.Roslyn.Extensions.Source@0.17.1.50
                    
#: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=AdaskoTheBeAsT.Gu.Roslyn.Extensions.Source&version=0.17.1.50
                    
Install as a Cake Addin
#tool nuget:?package=AdaskoTheBeAsT.Gu.Roslyn.Extensions.Source&version=0.17.1.50
                    
Install as a Cake Tool

Helpers & extensions for writing Roslyn analyzers and code fixes.
     This is a package with source files to avoid binary dependency for the analyzer.
     To work it requires dependency on TunnelVisionLabs.ReferenceAssemblyAnnotator
     <ItemGroup>
       <PackageDownload Include="Microsoft.NETCore.App.Ref" Version="[8.0.0]" />
       <PackageReference Include="TunnelVisionLabs.ReferenceAssemblyAnnotator" Version="1.0.0-alpha.160" />
     </ItemGroup>

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

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
0.17.1.50 377 11/21/2025
0.17.1.1 202 10/4/2025

0.17.1.1
     Update all references to latest versions.
     0.17.1
     BUGFIX: handle target typed new
     0.17.0
     BREAKING: Update Roslyn dependency to 4.5.0
     0.16.6
     BUGFIX: Add using when file scoped namespace
     0.16.5
     BUGFIX: Handle SuppressNullableWarningExpression
     0.16.4
     AMEND: Fix warning
     0.16.3
     BUGFIX: Handle top level statements
     0.16.2
     Add missing annotation to T4 output.
     0.16.1
     Explicit #nullable enable needed
     0.16.0
     BREAKING: Update Roslyn dependency to 4.0.1
     0.15.7
     BUFIX: IMethodSymbol.FindArgument(parameter) when extension method invocation.
     0.15.6
     BUFIX: IMethodSymbol.FindParameter(name) when extension method invocation.
     0.15.5
     BUFIX: IsRepresentationPreservingConversion when cast reference type.
     0.15.3
     BUGFIX: Don't use Roslyn SymbolEqualityComparer
     0.15.0
     BREAKING: recursion.Target() returns syntax node for invocation as it can be a local function
     0.14.4
     BUGFIX: QualifiedType == BaseTypeSyntax.
     0.14.3
     Only compare nullability if both types are annotated reference types.
     0.14.2
     Only compare nullability if both types are annotated.
     0.14.1
     Return annotated types from GetType()
     0.14.0
     BREAKING: Use Roslyn 3.5.0
     0.13.0
     BREAKING: Roslyn 3.3.1 and netstandard 2.0
     0.12.9
     BUGFIX: Handle default CodeStyleOptions
     0.12.8
     BUGFIX: Handle using C = C
     0.12.7
     BUGFIX: MemberPath when nullable annotations
     0.12.6
     BUGFIX: Infinite recursion when comparing generic parameter.
     0.12.5
     FEATURE: Recursion, helper for walking safely.
     BREAKING: Minor changes to signature of ExecutionWalker