AWSSDK.Core
by: Amazon Web Services
- 2 total downloads
- Latest version: 3.7.303.26
The Amazon Web Services SDK for .NET - Core Runtime
AWSSDK.SimpleEmail
by: Amazon Web Services
- 1 total downloads
- Latest version: 3.3.101.184
Amazon SES is an outbound-only email-sending service that provides an easy, cost-effective way for you to send email.
CsvHelper
by: Josh Close
- 1 total downloads
- Latest version: 1.1.1
A library for reading and writing CSV files. Extremely fast, flexible, and easy to use. Supports reading and writing of custom class objects.
DotNet.Testcontainers
by: Andre Hofmeister and contributors
- 1 total downloads
- Latest version: 0.0.1-beta.20190217.1
A lightweight library to run tests with throwaway instances of Docker containers.
Grpc.AspNetCore
by: The gRPC Authors
- 1 total downloads
- Latest version: 2.38.0
gRPC meta-package for ASP.NET Core
Grpc.Net.Common
by: The gRPC Authors
- 1 total downloads
- Latest version: 2.54.0
Infrastructure for common functionality in gRPC
Microsoft.ApplicationInsights.PerfCounterCollector
by: Microsoft
- 0 total downloads
- Latest version: 2.19.0
Application Insights Performance Counters Collector allows you to send data collected by Performance Counters to Application Insights. Privacy statement: https://go.microsoft.com/fwlink/?LinkId=512156
Microsoft.Diagnostics.Tracing.EventSource.Redist
by: Microsoft
- 1 total downloads
- Latest version: 1.1.24
This package includes the class Microsoft.Diagnostics.Tracing.EventSource which enables firing ETW events from managed code. This is the "runtime" or "redist" EventSource package and should be referenced directly only by other NuGet packages that need the EventSource functionality. Application developers that need this functionality should instead reference the Microsoft.Diagnostics.Tracing.EventSource NuGet package which provides an enhanced developer experience.
This package enables defining a strongly typed specification of an ETW provider that can be called by managed code. The EventSource class is also included in the .NET Framework. This package provides a newer version that has more features. It is meant to be used as a stop gap until those features it contains are ported to System.Diagnostics.Tracing.EventSource.
For more details, have a look at http://msdn.microsoft.com/en-us/library/system.diagnostics.tracing.eventsource.aspx.
New features:
- ETW channel support
- Support for static registration
Supported Platforms:
- .NET Framework 3.5
- .NET Framework 4.0
- .NET Framework 4.5
- Windows Store apps
- Windows Phone App 8.1
Microsoft.EntityFrameworkCore.Tools
by: Microsoft
- 1 total downloads
- Latest version: 8.0.16
Entity Framework Core Tools for the NuGet Package Manager Console in Visual Studio.
Enables these commonly used commands:
Add-Migration
Bundle-Migration
Drop-Database
Get-DbContext
Get-Migration
Optimize-DbContext
Remove-Migration
Scaffold-DbContext
Script-Migration
Update-Database
Microsoft.Extensions.Logging.Console
by: Microsoft
- 1 total downloads
- Latest version: 2.0.0-preview2-final
Console logger provider implementation for Microsoft.Extensions.Logging.
Microsoft.Maui.Resizetizer
by: Microsoft
- 14 total downloads
- Latest version: 10.0.51
.NET Multi-platform App UI (.NET MAUI) is a cross-platform framework for creating native mobile and desktop apps with C# and XAML. This package contains image, font and raw asset processing tools.
Microsoft.TypeScript.MSBuild
by: Microsoft
- 1 total downloads
- Latest version: 6.0.3
The TypeScript MSBuild task, and matching compiler version.
Microsoft.VisualStudio.Threading.Analyzers
by: Microsoft
- 1 total downloads
- Latest version: 17.5.10-alpha
Static code analyzer to detect common mistakes or potential issues regarding threading and async coding.
Microsoft.WindowsAppSDK.WinUI
by: Microsoft
- 1 total downloads
- Latest version: 1.8.250507002-experimental
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.
NLog
by: Jarek Kowalski, Kim Christensen, Julian Verdurmen
- 1 total downloads
- Latest version: 5.3.1
NLog is a logging platform for .NET with rich log routing and management capabilities.
NLog supports traditional logging, structured logging and the combination of both.
Supported platforms:
- .NET 5, 6, 7 and 8
- .NET Core 1, 2 and 3
- .NET Standard 1.3+ and 2.0+
- .NET Framework 3.5 - 4.8
- Xamarin Android + iOS (.NET Standard)
- Mono 4
For ASP.NET Core, check: https://www.nuget.org/packages/NLog.Web.AspNetCore
System.Linq
by: Microsoft
- 1 total downloads
- Latest version: 4.0.0-beta-22416
Provides classes and interfaces that supports queries that use Language-Integrated Query (LINQ).
Commonly Used Types:
System.Linq.Enumerable
System.Linq.IGrouping<TKey, TElement>
System.Linq.IOrderedEnumerable<TElement>
System.Linq.ILookup<TKey, TElement>
System.Linq.Lookup<TKey, TElement>