AWSSDK.SimpleEmail
by: Amazon Web Services
- 0 total downloads
- Latest version: 4.0.3.2
Amazon SES is an outbound-only email-sending service that provides an easy, cost-effective way for you to send email.
Confluent.Kafka
by: Confluent Inc., Andreas Heider
- 1 total downloads
- Latest version: 2.2.1
Confluent's .NET Client for Apache Kafka
coverlet.msbuild
by: tonerdo
- 0 total downloads
- Latest version: 6.0.0
Coverlet is a cross platform code coverage library for .NET, with support for line, branch and method coverage.
Humanizer.Core.zh-Hans
by: Mehdi Khalili, Oren Novotny
- 1 total downloads
- Latest version: 2.5.16
Humanizer Locale (zh-Hans)
Microsoft.AspNetCore.Identity.UI
by: Microsoft
- 1 total downloads
- Latest version: 9.0.10
ASP.NET Core Identity UI is the default Razor Pages built-in UI for the ASP.NET Core Identity framework.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/5bae930797f60d2d04f3b1df6a33eaca85fc5f28
Microsoft.CodeAnalysis.CSharp
by: Microsoft
- 1 total downloads
- Latest version: 2.3.0-beta3
.NET Compiler Platform ("Roslyn") support for C#, Microsoft.CodeAnalysis.CSharp.dll.
More details at https://aka.ms/roslyn-packages
Microsoft.CSharp
by: Microsoft
- 1 total downloads
- Latest version: 4.3.0
Provides support for compilation and code generation, including dynamic, using the C# language.
Commonly Used Types:
Microsoft.CSharp.RuntimeBinder.Binder
Microsoft.CSharp.RuntimeBinder.RuntimeBinderException
Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo
Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags
Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags
When using NuGet 3.x this package requires at least version 3.4.
Microsoft.Diagnostics.Tracing.TraceEvent
by: Microsoft
- 1 total downloads
- Latest version: 3.1.30
Event Tracing for Windows (ETW) is a powerful logging mechanism built into the Windows OS and is used extensively in Windows.
You can also log ETW events yourself code using the System.Diagnostics.Tracing.EventSource class.
The TraceEvent library conains the classes needed to control ETW providers (including .NET EventSources)
and parse the events they emit.
The library includes
-- TraceEventSession which can enable ETW providers,
-- EtwTraceEventSource which lets you read the stream of ETW events, and
-- TraceLog which is is digested form of ETW events which include decoded stack traces associated with the events.
See https://github.com/Microsoft/perfview/blob/master/documentation/TraceEvent/TraceEventLibrary.md for more.
Microsoft.NETCore.DotNetHostResolver
by: Microsoft
- 1 total downloads
- Latest version: 5.0.15
Provides an implementation of framework resolution strategy used by Microsoft.NETCore.DotNetHost
3065735be79d6b7d17e8e3a723115810b43c9b3a
When using NuGet 3.x this package requires at least version 3.4.
Microsoft.WindowsAppSDK.WinUI
by: Microsoft
- 1 total downloads
- Latest version: 2.2.1
The Windows App SDK empowers all Windows Desktop apps with modern Windows UI, APIs, and platform features, including back-compat support. This package contains the modern Windows UI features.
NuGet.Frameworks
by: Microsoft
- 1 total downloads
- Latest version: 4.4.3+6a53d40cdb2f65a9dbbf458556372e275f2e3a4a
The understanding of target frameworks for NuGet.Packaging
Sentry.Bindings.Android
by: Sentry Team and Contributors
- 0 total downloads
- Latest version: 6.5.0
.NET Bindings for the Sentry Android SDK
Sentry.Profiling
by: Sentry Team and Contributors
- 1 total downloads
- Latest version: 6.5.0
Performance profiling support for Sentry - Open-source error tracking that helps developers monitor and fix crashes in real time.
Serilog.Sinks.File
by: Serilog Contributors
- 1 total downloads
- Latest version: 5.0.1-dev-00947
Write Serilog events to text files in plain or JSON format.
System.Collections.Concurrent
by: Microsoft
- 1 total downloads
- Latest version: 4.0.10-beta-22605
Provides several thread-safe collection classes that should be used in place of the corresponding types in the System.Collections.NonGeneric and System.Collections packages whenever multiple threads are accessing the collection concurrently.
Commonly Used Types:
System.Collections.Concurrent.ConcurrentDictionary<TKey, TValue>
System.Collections.Concurrent.ConcurrentQueue<T>
System.Collections.Concurrent.ConcurrentBag<T>
System.Collections.Concurrent.BlockingCollection<T>
System.Collections.Concurrent.ConcurrentStack<T>
System.Security.Cryptography.Pkcs
by: Microsoft
- 0 total downloads
- Latest version: 6.0.0-preview.3.21201.4
Provides support for PKCS and CMS algorithms.
Commonly Used Types:
System.Security.Cryptography.Pkcs.EnvelopedCms
System.ServiceModel.Security
by: Microsoft
- 0 total downloads
- Latest version: 4.8.0-preview3.20412.3
Package Description
System.Threading.Channels
by: Microsoft
- 0 total downloads
- Latest version: 6.0.0-preview.2.21154.6
Provides types for passing data between producers and consumers.
Commonly Used Types:
System.Threading.Channel
System.Threading.Channel<T>