Grpc.AspNetCore.Server.ClientFactory by: The gRPC Authors
  • 395 total downloads
  • Latest version: 2.67.0-pre1
  • gRPC RPC HTTP/2 aspnetcore
HttpClientFactory integration the for gRPC .NET client when running in ASP.NET Core
GraphQL-Parser by: Marek Magdziak
  • 18 total downloads
  • Latest version: 3.1.0-preview-39
  • GraphQL json api
Library containing lexer and parser for GraphQL syntax
GraphQL.Analyzers by: Joe McBride
  • 16 total downloads
  • Latest version: 8.2.1
  • GraphQL.Analyzers analyzers
GraphQL.Analyzers
Google.OrTools.runtime.linux-arm64 by: Laurent Perron
  • 30 total downloads
  • Latest version: 9.10.4067
  • native math LinearSolver LinearProgramming ConstraintSolver ConstraintProgramming
.NET native wrapper for the Operations Research Tools project
Google.OrTools.runtime.win-x64 by: Laurent Perron
  • 86 total downloads
  • Latest version: 9.10.4067
  • native math LinearSolver LinearProgramming ConstraintSolver ConstraintProgramming
.NET native wrapper for the Operations Research Tools project
GeoAPI.CoordinateSystems by: NetTopologySuite Team
  • 50 total downloads
  • Latest version: 2.0.0-nuget005
  • OGC SFS NTS GIS
GeoAPI.NET project provides a common framework based on OGC/ISO standards to improve interoperability among .NET GIS projects.
Grpc.Net.Client by: The gRPC Authors
  • 355 total downloads
  • Latest version: 2.67.0-pre1
  • gRPC RPC HTTP/2
.NET client for gRPC
GeoAPI by: NetTopologySuite Team
  • 7 total downloads
  • Latest version: 1.7.5
  • OGC SFS NTS GIS
GeoAPI.NET project provides a common framework based on OGC/ISO standards to improve interoperability among .NET GIS projects.
Grpc.Core by: The gRPC Authors
  • 345 total downloads
  • Latest version: 2.46.6
  • gRPC RPC HTTP/2
C# implementation of gRPC based on native gRPC C-core library. Note that the Grpc.Core implementation of gRPC for C# is in maintenance mode and will be replaced by grpc-dotnet in the future. See https://grpc.io/blog/grpc-csharp-future/ for details.
Google.OrTools.runtime.osx-x64 by: Laurent Perron
  • 73 total downloads
  • Latest version: 9.11.4210
  • native math LinearSolver LinearProgramming ConstraintSolver ConstraintProgramming
.NET native wrapper for the Operations Research Tools project
GeoAPI.Core by: NetTopologySuite Team and Fabrício Godoy
  • 5 total downloads
  • Latest version: 1.7.5
  • OGC SFS NTS GIS
GeoAPI.NET project provides a common framework based on OGC/ISO standards to improve interoperability among .NET GIS projects.
Google.OrTools.runtime.linux-x64 by: Laurent Perron
  • 69 total downloads
  • Latest version: 9.11.4210
  • native math LinearSolver LinearProgramming ConstraintSolver ConstraintProgramming
.NET native wrapper for the Operations Research Tools project
Google.OrTools by: Laurent Perron
  • 73 total downloads
  • Latest version: 9.10.4067
  • native math LinearSolver LinearProgramming ConstraintSolver ConstraintProgramming
.NET wrapper for the Operations Research Tools project
Grpc.Net.ClientFactory by: The gRPC Authors
  • 283 total downloads
  • Latest version: 2.63.0
  • gRPC RPC HTTP/2
HttpClientFactory integration the for gRPC .NET client
Grpc by: The gRPC Authors
  • 92 total downloads
  • Latest version: 2.46.6
  • gRPC RPC HTTP/2
Metapackage for gRPC C#
Grpc.Core.Api by: The gRPC Authors
  • 491 total downloads
  • Latest version: 2.65.0
  • gRPC RPC HTTP/2
gRPC C# Surface API
GraphQL by: Joe McBride
  • 100 total downloads
  • Latest version: 2.4.0
  • GraphQL json api
GraphQL for .NET
Google.OrTools.runtime.osx-arm64 by: Laurent Perron
  • 38 total downloads
  • Latest version: 9.10.4067
  • native math LinearSolver LinearProgramming ConstraintSolver ConstraintProgramming
.NET native wrapper for the Operations Research Tools project
Google.Protobuf by: Google Inc.
  • 627 total downloads
  • Latest version: 3.29.0-rc2
  • Protocol Buffers Binary Serialization Format Google proto proto3
C# runtime library for Protocol Buffers - Google's data interchange format.
GitInfo by: Daniel Cazzulino
  • 6 total downloads
  • Latest version: 2.0.34
  • MSBuild Git Versioning GitVersion GitFlowVersion GitFlow GitHubFlow SemVer
Exposes the following information for use directly from MSBuild, C#, F# and VB: $(GitBranch), ThisAssembly.Git.Branch $(GitCommit), ThisAssembly.Git.Commit $(GitSha), ThisAssembly.Git.Sha $(GitBaseVersionMajor), ThisAssembly.Git.BaseVersion.Major $(GitBaseVersionMinor), ThisAssembly.Git.BaseVersion.Minor $(GitBaseVersionPatch), ThisAssembly.Git.BaseVersion.Patch $(GitCommits), ThisAssembly.Git.Commits $(GitTag), ThisAssembly.Git.Tag $(GitBaseTag), ThisAssembly.Git.BaseTag $(GitSemVerMajor), ThisAssembly.Git.SemVer.Major $(GitSemVerMinor), ThisAssembly.Git.SemVer.Minor $(GitSemVerPatch), ThisAssembly.Git.SemVer.Patch $(GitSemVerLabel), ThisAssembly.Git.SemVer.Label $(GitSemVerDashLabel), ThisAssembly.Git.SemVer.DashLabel $(GitSemVerSource), ThisAssembly.Git.SemVer.Source $(GitIsDirty), ThisAssembly.Git.IsDirty The generated code contains only constants, so it can be used to construct your own assembly/file version attributes: [assembly: AssemblyVersion(ThisAssembly.Git.SemVer.Major + "." + ThisAssembly.Git.SemVer.Minor + ".0")] [assembly: AssemblyInformationalVersion(ThisAssembly.Git.SemVer.Major + "." + ThisAssembly.Git.SemVer.Minor + "." + ThisAssembly.Git.SemVer.Patch + "-" + ThisAssembly.Git.Branch + "+" + ThisAssembly.Git.Commit)]