SourceKit 1.1.51

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

SourceKit

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • .NETStandard 2.0

    • No dependencies.

NuGet packages (8)

Showing the top 5 NuGet packages that depend on SourceKit:

Package Downloads
SourceKit.Analyzers.Enumerable

Analyzers for member accessibility validation

SourceKit.Analyzers.Collections

Analyzers for member accessibility validation

SourceKit.Analyzers.Nullable

Analyzers for checking proper nullable annotations usage

SourceKit.Analyzers.Properties

Analyzers for member accessibility validation

SourceKit.Analyzers.MemberAccessibility

Analyzers for member accessibility validation

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.1.51 362 12/20/2025
1.1.50 7,271 5/16/2025
1.1.49 952 1/13/2025
1.1.48 385 1/13/2025
1.1.47 424 1/12/2025
1.1.46 412 1/12/2025
1.1.45 1,080 12/15/2024
1.1.44 681 12/15/2024
1.1.43 475 12/15/2024
1.1.42 451 12/15/2024
1.1.41 467 12/15/2024
1.1.40 490 12/15/2024
1.1.37 495 12/14/2024
1.1.36 1,187 11/18/2024
1.1.35 1,732 10/11/2024
1.1.34 9,111 5/4/2024
1.1.33 524 5/1/2024
1.1.31 16,175 4/27/2024
1.1.30 1,011 4/6/2024
1.1.29 889 4/3/2024
1.1.27 927 4/3/2024
1.1.26 821 4/3/2024
1.1.24 7,759 12/19/2023
1.1.23 908 12/6/2023
1.1.22 1,168 11/22/2023
1.1.21 1,323 11/11/2023
1.1.20 764 11/11/2023
1.1.19 842 11/11/2023
1.1.18 753 11/11/2023

Added UsingDirectiveSyntaxExtensions