ghul.analysis.protocol 22.0.8

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package ghul.analysis.protocol --version 22.0.8
                    
NuGet\Install-Package ghul.analysis.protocol -Version 22.0.8
                    
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="ghul.analysis.protocol" Version="22.0.8" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ghul.analysis.protocol" Version="22.0.8" />
                    
Directory.Packages.props
<PackageReference Include="ghul.analysis.protocol" />
                    
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 ghul.analysis.protocol --version 22.0.8
                    
#r "nuget: ghul.analysis.protocol, 22.0.8"
                    
#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 ghul.analysis.protocol@22.0.8
                    
#: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=ghul.analysis.protocol&version=22.0.8
                    
Install as a Cake Addin
#tool nuget:?package=ghul.analysis.protocol&version=22.0.8
                    
Install as a Cake Tool

ghūl analysis protocol client

Client library for the ghūl compiler's analysis mode. ANALYSER_PROCESS spawns ghul-compiler --analyse as a subprocess and drives it over the JSON line protocol: edit and compile requests with diagnostics, plus hover, definition, declaration, implementation, references, completion, signature, symbols and rename queries. Requests and responses are typed classes under Analysis.Protocol.

Published as the ghul.analysis.protocol NuGet package. The package version matches the ghul.compiler release built from the same commit, so it identifies the protocol revision the library speaks.

Consumers in this repository: the compiler itself (server-side types), analysis-tests/, and the analysis profiler harness.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in 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
23.0.0 0 7/25/2026
22.4.6 0 7/25/2026
22.4.5 0 7/25/2026
22.4.4 0 7/25/2026
22.4.3 0 7/25/2026
22.4.2 0 7/25/2026
22.4.1 34 7/24/2026
22.4.0 31 7/24/2026
22.3.0 31 7/24/2026
22.2.1 38 7/24/2026
22.2.0 37 7/24/2026
22.1.6 36 7/24/2026
22.1.5 34 7/24/2026
22.1.4 41 7/23/2026
22.1.3 33 7/23/2026
22.1.2 32 7/23/2026
22.1.1 34 7/23/2026
22.1.0 29 7/23/2026
22.0.14 32 7/23/2026
22.0.8 47 7/22/2026
Loading failed