Gu.Roslyn.Extensions.Source 0.17.1

dotnet add package Gu.Roslyn.Extensions.Source --version 0.17.1
NuGet\Install-Package Gu.Roslyn.Extensions.Source -Version 0.17.1
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="Gu.Roslyn.Extensions.Source" Version="0.17.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Gu.Roslyn.Extensions.Source --version 0.17.1
#r "nuget: Gu.Roslyn.Extensions.Source, 0.17.1"
#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.
// Install Gu.Roslyn.Extensions.Source as a Cake Addin
#addin nuget:?package=Gu.Roslyn.Extensions.Source&version=0.17.1

// Install Gu.Roslyn.Extensions.Source as a Cake Tool
#tool nuget:?package=Gu.Roslyn.Extensions.Source&version=0.17.1

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="[6.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 (2)

Showing the top 2 popular GitHub repositories that depend on Gu.Roslyn.Extensions.Source:

Repository Stars
DotNetAnalyzers/IDisposableAnalyzers
Roslyn analyzers for IDisposable
DotNetAnalyzers/WpfAnalyzers
Version Downloads Last updated
0.17.1 2,714 9/12/2023
0.17.0 2,982 4/2/2023
0.16.6 6,952 2/27/2022
0.16.5 2,431 12/19/2021
0.16.4 1,974 12/15/2021
0.16.3 1,780 12/15/2021
0.16.2 7,297 11/24/2021
0.16.1 1,932 11/22/2021
0.16.0 2,217 11/21/2021
0.15.9 1,974 3/21/2021
0.15.7 1,854 3/19/2021

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