Grpc.AspNetCore.Server.ClientFactory
by: The gRPC Authors
- 395 total downloads
- Latest version: 2.67.0-pre1
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
Library containing lexer and parser for GraphQL syntax
Google.OrTools.runtime.linux-arm64
by: Laurent Perron
- 30 total downloads
- Latest version: 9.10.4067
.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
.NET native wrapper for the Operations Research Tools project
GeoAPI.CoordinateSystems
by: NetTopologySuite Team
- 50 total downloads
- Latest version: 2.0.0-nuget005
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
.NET client for gRPC
GeoAPI
by: NetTopologySuite Team
- 7 total downloads
- Latest version: 1.7.5
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
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
.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
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
.NET native wrapper for the Operations Research Tools project
Google.OrTools
by: Laurent Perron
- 73 total downloads
- Latest version: 9.10.4067
.NET wrapper for the Operations Research Tools project
Grpc.Net.ClientFactory
by: The gRPC Authors
- 283 total downloads
- Latest version: 2.63.0
HttpClientFactory integration the for gRPC .NET client
Google.OrTools.runtime.osx-arm64
by: Laurent Perron
- 38 total downloads
- Latest version: 9.10.4067
.NET native wrapper for the Operations Research Tools project
Google.Protobuf
by: Google Inc.
- 627 total downloads
- Latest version: 3.29.0-rc2
C# runtime library for Protocol Buffers - Google's data interchange format.
GitInfo
by: Daniel Cazzulino
- 6 total downloads
- Latest version: 2.0.34
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)]