AsyncUsageAnalyzers by: Sam Harwell et. al.
  • 6 total downloads
  • Latest version: 1.0.0-alpha003
  • Async DotNetAnalyzers Roslyn Diagnostic Analyzer
A collection of analyzers related to best practices for writing asynchronous code.
Azure.Core by: Microsoft
  • 134 total downloads
  • Latest version: 1.49.0
  • Microsoft Azure Client Pipeline
This is the implementation of the Azure Client Pipeline
Azure.Core.Experimental by: Microsoft
  • 79 total downloads
  • Latest version: 0.1.0-preview.37
  • Microsoft Azure Client Pipeline
Experimental types that might eventually move to Azure.Core
Azure.Identity by: Microsoft
  • 169 total downloads
  • Latest version: 1.18.0-beta.2
  • Microsoft Azure Identity windowsazureofficial azureofficial
Provides APIs for authenticating to Microsoft Entra ID
BouncyCastle by: Bouncy Castle Project Contributors
  • 41 total downloads
  • Latest version: 1.8.9
  • bouncycastle cryptography encryption security
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.
CommunityToolkit.Mvvm by: Microsoft
  • 56 total downloads
  • Latest version: 8.4.0
  • dotnet Community Toolkit .NET MVVM MVVMToolkit INotifyPropertyChanged Observable IOC DI Dependency Injection Object Messaging Extensions Helpers
This package includes a .NET MVVM library with helpers such as: - ObservableObject: a base class for objects implementing the INotifyPropertyChanged interface. - ObservableRecipient: a base class for observable objects with support for the IMessenger service. - ObservableValidator: a base class for objects implementing the INotifyDataErrorInfo interface. - RelayCommand: a simple delegate command implementing the ICommand interface. - AsyncRelayCommand: a delegate command supporting asynchronous operations and cancellation. - WeakReferenceMessenger: a messaging system to exchange messages through different loosely-coupled objects. - StrongReferenceMessenger: a high-performance messaging system that trades weak references for speed. - Ioc: a helper class to configure dependency injection service containers.
CommunityToolkit.WinUI.Notifications by: Microsoft.Toolkit, dotnetfoundation
  • 12 total downloads
  • Latest version: 7.1.2
  • notifications win10 windows 10 tile tiles toast toasts badge xml uwp c# csharp c++ wpf winforms
The official way to send toast notifications on Windows 10 via code rather than XML, with the help of IntelliSense. Supports all C# app types, including WPF, UWP, WinForms, and Console, even without packaging your app as MSIX. Also supports C++ UWP apps. Additionally, generate notification payloads from your ASP.NET web server to send as push notifications, or generate notification payloads from class libraries. For UWP/MSIX apps, you can also generate tile and badge notifications.
Dropbox.Api by: Dropbox.Api
  • 129 total downloads
  • Latest version: 7.0.0
Official Dropbox .Net v2 SDK
EzSmb by: Do-Be's
  • 43 total downloads
  • Latest version: 1.3.10
  • smb cifs samba nas shared smbclient
It's easy to use, and supports SMB ver2 for Windows 10. Xamarin & .NET Core can access Windows Shared Folders and NAS without using mpr.dll or Netapi32.dll. Supports .Net Standard 2.0.
Google.Apis by: Google LLC
  • 210 total downloads
  • Latest version: 1.73.0
  • Google
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
  • 194 total downloads
  • Latest version: 1.72.0
  • Google
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.Core by: Google LLC
  • 240 total downloads
  • Latest version: 1.72.0
  • Google
The Google APIs Core Library contains the Google APIs HTTP layer, JSON support, Data-store, logging and so on.
Google.Apis.Drive.v3 by: Google LLC
  • 621 total downloads
  • Latest version: 1.72.0.3944
  • Google
Google APIs Client Library for working with Drive v3. Product documentation is available at: https://developers.google.com/workspace/drive/ API reference documentation for this package is available at: https://googleapis.dev/dotnet/Google.Apis.Drive.v3/latest/api/Google.Apis.Drive.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.Drive.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
Libuv by: Libuv
  • 15 total downloads
  • Latest version: 1.10.0
  • libuv
Multi-platform support library with a focus on asynchronous I/O.
log4net by: The Apache Software Foundation
  • 40 total downloads
  • Latest version: 3.2.0
  • logging log tracing logfiles
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
Microsoft.AspNetCore.Authorization by: Microsoft
  • 472 total downloads
  • Latest version: 10.0.0-rc.2.25502.107
  • aspnetcore authorization
ASP.NET Core authorization classes. Commonly used types: Microsoft.AspNetCore.Authorization.AllowAnonymousAttribute Microsoft.AspNetCore.Authorization.AuthorizeAttribute This package was built from the source code at https://github.com/dotnet/dotnet/tree/89c8f6a112d37d2ea8b77821e56d170a1bccdc5a
Microsoft.AspNetCore.Components by: Microsoft
  • 158 total downloads
  • Latest version: 5.0.17
  • aspnetcore components
Components feature for ASP.NET Core. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/02c6de4ba6022025fcda7581415f310f8c73cdc3
Microsoft.AspNetCore.Components.Analyzers by: Microsoft
  • 438 total downloads
  • Latest version: 10.0.0-rc.2.25502.107
  • aspnetcore components
Roslyn analyzers for ASP.NET Core Components. This package was built from the source code at https://github.com/dotnet/dotnet/tree/89c8f6a112d37d2ea8b77821e56d170a1bccdc5a
Microsoft.AspNetCore.Components.Forms by: Microsoft
  • 140 total downloads
  • Latest version: 5.0.17
  • aspnetcore components
Forms and validation support for Blazor applications. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/02c6de4ba6022025fcda7581415f310f8c73cdc3
Microsoft.AspNetCore.Components.Web by: Microsoft
  • 142 total downloads
  • Latest version: 5.0.17
  • aspnetcore components
Support for rendering ASP.NET Core components for browsers. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/02c6de4ba6022025fcda7581415f310f8c73cdc3