AsyncUsageAnalyzers
by: Sam Harwell et. al.
- 127 total downloads
- Latest version: 1.0.0-alpha003
A collection of analyzers related to best practices for writing asynchronous code.
Azure.Core
by: Microsoft
- 366 total downloads
- Latest version: 1.28.0
This is the implementation of the Azure Client Pipeline
Azure.Identity
by: Microsoft
- 467 total downloads
- Latest version: 1.9.0-beta.2
This is the implementation of the Azure SDK Client Library for Azure Identity
Azure.Storage.Common
by: Microsoft
- 601 total downloads
- Latest version: 12.13.0
This client library enables working with the Microsoft Azure Storage services which include the blob and file services for storing binary and text data, and the queue service for storing messages that may be accessed by a client.
For this release see notes - https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.Common/README.md and https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.Common/CHANGELOG.md
in addition to the breaking changes https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.Common/BreakingChanges.txt
Microsoft Azure Storage quickstarts and tutorials - https://docs.microsoft.com/en-us/azure/storage/
Microsoft Azure Storage REST API Reference - https://docs.microsoft.com/en-us/rest/api/storageservices/
BouncyCastle
by: Bouncy Castle Project Contributors
- 288 total downloads
- Latest version: 1.8.9
The Bouncy Castle Crypto package is a C# implementation of cryptographic algorithms and protocols, it was developed by the Legion of the Bouncy Castle, a registered Australian Charity, with a little help! The Legion, and the latest goings on with this package, can be found at [http://www.bouncycastle.org](http://www.bouncycastle.org). In addition to providing basic cryptography algorithms, the package also provides support for CMS, TSP, X.509 certificate generation and a variety of other standards such as OpenPGP.
Google.Apis
by: Google LLC
- 909 total downloads
- Latest version: 1.60.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.
Supported Platforms:
- .NET Framework 4.5+
- NetStandard1.3, providing .NET Core support
Google.Apis.Auth
by: Google LLC
- 951 total downloads
- Latest version: 1.60.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.
Supported Platforms:
- .NET Framework 4.5
- .NET Framework 4.6.1
- .Net Standard 1.3
- .Net Standard 2.0
Google.Apis.Blogger.v3
by: Google LLC
- 1.01k total downloads
- Latest version: 1.60.0.2925
Google APIs Client Library for working with Blogger v3.
Supported Platforms:
- .NET Framework 4.5+
- .NET Standard 1.3 and .NET Standard 2.0; providing .NET Core support.
Incompatible platforms:
- .NET Framework < 4.5
- Silverlight
- UWP (will build, but is known not to work at runtime)
- Xamarin
- Windows 8 Apps
- Windows Phone 8.1
- Windows Phone Silverlight 8.0
More documentation on the API is available at:
https://developers.google.com/api-client-library/dotnet/apis/blogger/v3
The package source code is available at:
https://github.com/google/google-api-dotnet-client/tree/master/Src/Generated
Google.Apis.Core
by: Google LLC
- 674 total downloads
- Latest version: 1.60.0
The Google APIs Core Library contains the Google APIs HTTP layer, JSON support, Data-store, logging and so on.
Supported Platforms:
- .NET Framework 4.5+
- NetStandard1.3, providing .NET Core support
Google.Apis.Sheets.v4
by: Google LLC
- 1.218k total downloads
- Latest version: 1.60.0.2909
Google APIs Client Library for working with Sheets v4.
Supported Platforms:
- .NET Framework 4.5+
- .NET Standard 1.3 and .NET Standard 2.0; providing .NET Core support.
Incompatible platforms:
- .NET Framework < 4.5
- Silverlight
- UWP (will build, but is known not to work at runtime)
- Xamarin
- Windows 8 Apps
- Windows Phone 8.1
- Windows Phone Silverlight 8.0
More documentation on the API is available at:
https://developers.google.com/api-client-library/dotnet/apis/sheets/v4
The package source code is available at:
https://github.com/google/google-api-dotnet-client/tree/master/Src/Generated
Humanizer.Core
by: Mehdi Khalili Claire Novotny
- 409 total downloads
- Latest version: 2.14.1
Humanizer core package that contains the library and the neutral language (English) resources
Libuv
by: Libuv
- 135 total downloads
- Latest version: 1.10.0
Multi-platform support library with a focus on asynchronous I/O.
log4net
by: The Apache Software Foundation
- 434 total downloads
- Latest version: 2.0.15
log4net is a tool to help the programmer output log statements to a variety of output targets.
In case of problems with an application, it is helpful to enable logging so that the problem
can be located. With log4net it is possible to enable logging at runtime without modifying the
application binary. The log4net package is designed so that log statements can remain in
shipped code without incurring a high performance cost. It follows that the speed of logging
(or rather not logging) is crucial.
At the same time, log output can be so voluminous that it quickly becomes overwhelming.
One of the distinctive features of log4net is the notion of hierarchical loggers.
Using these loggers it is possible to selectively control which log statements are output
at arbitrary granularity.
log4net is designed with two distinct goals in mind: speed and flexibility
ManagedEsent
by: Microsoft
- 445 total downloads
- Latest version: 2.0.0
ManagedEsent provides managed access to ESENT, the embeddable database engine native to Windows. ManagedEsent uses the esent.dll that is part of Microsoft Windows so there are no extra unmanaged binaries to download and install.
MessagePack
by: neuecc aarnott
- 888 total downloads
- Latest version: 2.5.64-alpha
Extremely Fast MessagePack(MsgPack) Serializer for C#(.NET, .NET Core, Unity, Xamarin).
MessagePack.Annotations
by: neuecc aarnott
- 563 total downloads
- Latest version: 2.5.64-alpha
Attributes and interfaces for .NET types serializable with MessagePack.
MessagePackAnalyzer
by: neuecc aarnott
- 817 total downloads
- Latest version: 2.5.64-alpha
Analyzer of MessagePack for C#, verify rule for [MessagePackObject] and code fix for [Key].
Microsoft.AspNetCore.Antiforgery
by: Microsoft
- 558 total downloads
- Latest version: 2.2.0
An antiforgery system for ASP.NET Core designed to generate and validate tokens to prevent Cross-Site Request Forgery attacks.
This package was built from the source code at https://github.com/aspnet/Antiforgery/tree/9e5146cff912ebbd003d597eb055144e740759fa
Microsoft.AspNetCore.Authentication.Abstractions
by: Microsoft
- 364 total downloads
- Latest version: 2.2.0
ASP.NET Core common types used by the various authentication components.
This package was built from the source code at https://github.com/aspnet/HttpAbstractions/tree/91db78cf926939821bc96e8e60616cf5dde0b489
Microsoft.AspNetCore.Authentication.Core
by: Microsoft
- 266 total downloads
- Latest version: 2.2.0
ASP.NET Core common types used by the various authentication middleware components.
This package was built from the source code at https://github.com/aspnet/HttpAbstractions/tree/91db78cf926939821bc96e8e60616cf5dde0b489