JetBrains.Annotations
by: JetBrains
- 1 total downloads
- Latest version: 2023.2.0-eap2
JetBrains.Annotations help reduce false positive warnings, explicitly declare purity and nullability in your code, deal with implicit usages of members, support special semantics of APIs in ASP.NET and XAML frameworks and otherwise increase accuracy of JetBrains Rider and ReSharper code inspections.
All usages of JetBrains.Annotations attributes are erased from metadata by default, which means no actual binary reference to 'JetBrains.Annotations.dll' assembly is produced. If you need to preserve these attributes in metadata, just define 'JETBRAINS_ANNOTATIONS' conditional compilation symbol in your projects.
LanguageExt.Core
by: Paul Louth
- 1 total downloads
- Latest version: 1.9.3
This library uses and abuses the features of C# 6 to provide a functional 'Base class library', that, if you squint, can look like extensions to the language itself. It also includes an 'Erlang like' process system (actors) that can optionally persist messages and state to Redis (note you can use it without Redis for in-app messaging). The process system additionally supports Rx streams of messages and state allowing for a complete system of reactive events and message dispatch.
librdkafka.redist
by: Magnus Edenhill, edenhill
- 3 total downloads
- Latest version: 2.12.0
The Apache Kafka C/C++ client library - redistributable
Microsoft.ApplicationInsights.WindowsServer
by: Microsoft
- 1 total downloads
- Latest version: 2.9.0
Application Insights Windows Server nuget package provides automatic collection of application insights telemetry for .NET applications. This package can be used as a dependent package for Application Insights platform specific packages or as a standalone package for .NET applications that are not covered by platform specific packages (like for .NET worker roles). Privacy statement: https://go.microsoft.com/fwlink/?LinkId=512156
Microsoft.AspNetCore.Authentication.Twitter
by: Microsoft
- 2 total downloads
- Latest version: 2.0.0-preview1-final
ASP.NET Core middleware that enables an application to support Twitter's OAuth 1.0 authentication workflow.
Microsoft.AspNetCore.DataProtection
by: Microsoft.AspNetCore.DataProtection
- 2 total downloads
- Latest version: 1.0.4
ASP.NET Core logic to protect and unprotect data, similar to DPAPI.
Microsoft.AspNetCore.Identity
by: Microsoft.AspNetCore.Identity
- 2 total downloads
- Latest version: 1.0.0
ASP.NET Core Identity is the membership system for building ASP.NET Core web applications, including membership, login, and user data. ASP.NET Core Identity allows you to add login features to your application and makes it easy to customize data about the logged in user.
Microsoft.AspNetCore.Identity.UI
by: Microsoft
- 12 total downloads
- Latest version: 9.0.0-preview.1.24081.5
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/b1beadfe0ad3d02eb5207681a5328793c4b3822c
Microsoft.AspNetCore.Mvc.ApiExplorer
by: Microsoft
- 3 total downloads
- Latest version: 1.1.1
ASP.NET Core MVC API explorer functionality for discovering metadata such as the list of controllers and actions, and their URLs and allowed HTTP methods.
Microsoft.CodeAnalysis.CSharp.Workspaces
by: Microsoft
- 26 total downloads
- Latest version: 2.0.0-beta4
.NET Compiler Platform ("Roslyn") support for analyzing C# projects and solutions.
Supported Platforms:
- .NET Framework 4.5
Microsoft.Diagnostics.Tracing.TraceEvent
by: Microsoft
- 1 total downloads
- Latest version: 1.0.15
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 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.
-- A Programmers Guide for using the classes above.
Also see the TraceEvent Samples NuGet package for example uses of this library.
Microsoft.EntityFrameworkCore.Tools
by: Microsoft
- 23 total downloads
- Latest version: 9.0.1
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.Configuration
by: Microsoft
- 3 total downloads
- Latest version: 2.0.0-preview2-final
Implementation of key-value pair based configuration for Microsoft.Extensions.Configuration. Includes the memory configuration provider.
Microsoft.Extensions.FileProviders.Embedded
by: Microsoft
- 1 total downloads
- Latest version: 2.0.0-preview1-final
File provider for files in embedded resources for Microsoft.Extensions.FileProviders.
Microsoft.Extensions.Logging.Debug
by: Microsoft.Extensions.Logging.Debug
- 1 total downloads
- Latest version: 1.0.2
Debug output logger provider implementation for Microsoft.Extensions.Logging. This logger logs messages to a debugger monitor by writing messages with System.Diagnostics.Debug.WriteLine().
Microsoft.IdentityModel.JsonWebTokens
by: Microsoft
- 1 total downloads
- Latest version: 5.6.0
Includes types that provide support for creating, serializing and validating JSON Web Tokens.
Microsoft.IdentityModel.Protocols
by: Microsoft
- 2 total downloads
- Latest version: 6.31.0
Provides base protocol support for OpenIdConnect and WsFederation.
Microsoft.Maui.Controls
by: Microsoft
- 1 total downloads
- Latest version: 9.0.61
.NET Multi-platform App UI (.NET MAUI) is a cross-platform framework for creating native mobile and desktop apps with C# and XAML. Using .NET MAUI, you can develop apps that can run on Android, iOS, macOS, Tizen, and Windows from a single shared codebase.
Microsoft.NET.Test.Sdk
by: Microsoft
- 6 total downloads
- Latest version: 17.2.0-preview-20220401-08
The MSbuild targets and properties for building .NET test projects.
Microsoft.NETCore
by: Microsoft
- 1 total downloads
- Latest version: 5.0.0
Provides a set of packages that can be used when building portable libraries on .NETCore based platforms.