DeepCloner
by: force
- 129 total downloads
- Latest version: 0.10.4
Small Library for fast deep or shallow cloning .NET objects. It allows to copy everything and has a lot of performance tricks for fast copying.
DeviceDetector.NET
by: totpero
- 501 total downloads
- Latest version: 6.5.0
The Universal Device Detection library for .NET that parses User Agents and detects devices (desktop, tablet, mobile, tv, cars, console, etc.), clients (browsers, feed readers, media players, PIMs, ...), operating systems, brands and models. This is a port of the popular PHP device-detector library to C#. For the most part you can just follow the documentation for device-detector with no issue.
DistributedLock.Core
by: Michael Adelson
- 177 total downloads
- Latest version: 1.0.9
Core interfaces and utilities that support the DistributedLock.* family of packages
Duende.IdentityModel
by: Duende Software
- 74 total downloads
- Latest version: 8.1.0
OpenID Connect & OAuth 2.0 client library
ExcelNumberFormat
by: ExcelNumberFormat developers
- 194 total downloads
- Latest version: 1.1.0
.NET library to parse ECMA-376 number format strings and format values like Excel and other spreadsheet softwares.
Fody
by: The Fody Team
- 2.668k total downloads
- Latest version: 6.9.3
Extensible tool for weaving .net assemblies.
Fractions
by: Daniel Mueller
- 770 total downloads
- Latest version: 8.3.2
The fraction data type consists of two BigInteger values for numerator and denominator. It implements various operations (addition, subtraction, multiplication, division and remainder) with operator overloads.
FSharp.Core
by: Microsoft
- 1.331k total downloads
- Latest version: 11.0.100
FSharp.Core redistributables from F# Tools version 15.2.100 For F# 11.0. Contains code from the F# Software Foundation.
Google.Apis
by: Google LLC
- 10.025k total downloads
- Latest version: 1.74.0
The Google APIs Client Library is a runtime client for working with Google services.
The library supports service requests, media upload and download, etc.
Google.Apis.Auth
by: Google LLC
- 9.64k total downloads
- Latest version: 1.74.0
The Google APIs Client Library is a runtime client for working with Google services.
This package includes auth components like user-credential, authorization code flow, etc. for making authenticated calls using the OAuth2 spec.
Google.Apis.Blogger.v3
by: Google LLC
- 15.306k total downloads
- Latest version: 1.73.0.4085
Google APIs Client Library for working with Blogger v3.
Product documentation is available at:
https://developers.google.com/blogger/docs/3.0/getting_started
API reference documentation for this package is available at:
https://googleapis.dev/dotnet/Google.Apis.Blogger.v3/latest/api/Google.Apis.Blogger.v3.html
The source code for this package is available at:
https://github.com/google/google-api-dotnet-client/tree/master/Src/Generated/Google.Apis.Blogger.v3
Supported Platforms:
- .NET Framework 4.6.2+
- .NET Standard 2.0
- .NET 6.0+
Incompatible platforms:
- .NET Framework < 4.6.2
- Silverlight
- UWP (will build, but is known not to work at runtime)
- Xamarin/MAUI
- Windows 8 Apps
- Windows Phone 8.1
- Windows Phone Silverlight 8.0
Google.Apis.Core
by: Google LLC
- 9.468k total downloads
- Latest version: 1.73.0
The Google APIs Core Library contains the Google APIs HTTP layer, JSON support, Data-store, logging and so on.
Google.Apis.Sheets.v4
by: Google LLC
- 32.644k total downloads
- Latest version: 1.73.0.4061
Google APIs Client Library for working with Sheets v4.
Product documentation is available at:
https://developers.google.com/workspace/sheets/
API reference documentation for this package is available at:
https://googleapis.dev/dotnet/Google.Apis.Sheets.v4/latest/api/Google.Apis.Sheets.v4.html
The source code for this package is available at:
https://github.com/google/google-api-dotnet-client/tree/master/Src/Generated/Google.Apis.Sheets.v4
Supported Platforms:
- .NET Framework 4.6.2+
- .NET Standard 2.0
- .NET 6.0+
Incompatible platforms:
- .NET Framework < 4.6.2
- Silverlight
- UWP (will build, but is known not to work at runtime)
- Xamarin/MAUI
- Windows 8 Apps
- Windows Phone 8.1
- Windows Phone Silverlight 8.0
Google.Protobuf
by: Google Inc.
- 2.2k total downloads
- Latest version: 3.34.1
C# runtime library for Protocol Buffers - Google's data interchange format.
Grpc.AspNetCore
by: The gRPC Authors
- 672 total downloads
- Latest version: 2.76.0
gRPC meta-package for ASP.NET Core
Grpc.AspNetCore.Server
by: The gRPC Authors
- 726 total downloads
- Latest version: 2.76.0
gRPC support for ASP.NET Core
Grpc.AspNetCore.Server.ClientFactory
by: The gRPC Authors
- 846 total downloads
- Latest version: 2.76.0
HttpClientFactory integration the for gRPC .NET client when running in ASP.NET Core
Grpc.Core
by: The gRPC Authors
- 1.407k 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.
Grpc.Net.Client
by: The gRPC Authors
- 742 total downloads
- Latest version: 2.80.0
.NET client for gRPC