AspNetCore.SassCompiler
by: koenvzeijl sleeuwen Michaelvs97
- 720 total downloads
- Latest version: 1.97.1
Sass Compiler Library for .NET 6 and above. without node, using dart-sass as a compiler
AsyncUsageAnalyzers
by: Sam Harwell et. al.
- 22 total downloads
- Latest version: 1.0.0-alpha003
A collection of analyzers related to best practices for writing asynchronous code.
Blazored.LocalStorage
by: Chris Sainty
- 86 total downloads
- Latest version: 2.0.11
A library to provide access to local storage in Blazor applications
BuildBundlerMinifier
by: Mads Kristensen
- 889 total downloads
- Latest version: 3.2.449
Bundles and minifies CSS, JS and HTML files
Dapper
by: Sam Saffron Marc Gravell
- 274 total downloads
- Latest version: 1.42.0
A high performance Micro-ORM supporting Sql Server, MySQL, Sqlite, SqlCE, Firebird etc..
EPPlus
by: Jan Källman
- 23 total downloads
- Latest version: 4.1.0
A library to manage Excel spreadsheets, using OOXML.
FastEndpoints
by: FastEndpoints
- 878 total downloads
- Latest version: 5.18.0.2-beta
A light-weight REST Api framework for ASP.Net 6 and newer that implements REPR (Request-Endpoint-Response) Pattern.
FirebirdSql.Data.FirebirdClient
by: FirebirdSQL
- 222 total downloads
- Latest version: 6.4.0
Firebird ADO.NET Data provider
FluentAssertions
by: Dennis Doomen Jonas Nyrup Xceed
- 140 total downloads
- Latest version: 8.1.0
A very extensive set of extension methods that allow you to more naturally specify the expected outcome of a TDD or
BDD-style unit tests. Works with .NET Standard 2.0 and higher, .NET Framework 4.7 and higher and .NET 6 and higher.
Supports the unit test frameworks MSTest2, NUnit3, NUnit4, XUnit2, XUnit3, MSpec and TUnit.
IMPORTANT: This version is free for open-source projects and non-commercial use, but commercial use requires [a paid license](https://xceed.com/products/unit-testing/fluent-assertions/).
Check out the [license page](LICENSE) for more information.
FluentMigrator
by: Josh Coffman Tom Marien
- 176 total downloads
- Latest version: 1.6.2
FluentMigrator is a database migration framework for .NET written in C#. The basic idea is that you can create migrations which are simply classes that derive from the Migration base class and have a Migration attribute with a unique version number attached to them. Upon executing FluentMigrator, you tell it which version to migrate to and it will run all necessary migrations in order to bring your database up to that version.
In addition to forward migration support, FluentMigrator also supports different ways to execute the migrations along with selective migrations called profiles and executing arbitrary SQL.
jnm2.ReferenceAssemblies.net35
by: Microsoft
- 3 total downloads
- Latest version: 1.0.1
A community answer to Microsoft’s decision to single out net35 by excluding it from the https://www.nuget.org/packages/Microsoft.NETFramework.ReferenceAssemblies/ package.
This package provides the .NET Framework 3.5 reference assemblies so that net35 projects can be built using the dotnet CLI.
Example project that targets multiple frameworks:
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net35;net40;netstandard2.0;netcoreapp3.0</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" />
<PackageReference Include="jnm2.ReferenceAssemblies.net35" Version="1.0.1" />
</ItemGroup>
</Project>
Libuv
by: Libuv
- 37 total downloads
- Latest version: 1.10.0
Multi-platform support library with a focus on asynchronous I/O.
Microsoft.AspNetCore.App.Internal.Assets
by: Microsoft
- 102 total downloads
- Latest version: 11.0.0-preview.2.26159.112
ASP.NET Core static framework assets
This package was built from the source code at https://github.com/dotnet/dotnet/tree/17d11de66cf75b962995c81dd1235fae9aa5ece0
Microsoft.AspNetCore.App.Ref
by: Microsoft
- 429 total downloads
- Latest version: 11.0.0-preview.2.26159.112
Shared Framework for hosting of Microsoft ASP.NET Core applications. It is open source, cross-platform and is supported by Microsoft. We hope you enjoy using it! If you do, please consider joining the active community of developers that are contributing to the project on GitHub (https://github.com/dotnet/dotnet). We happily accept issues and PRs.
Microsoft.AspNetCore.Authentication
by: Microsoft
- 97 total downloads
- Latest version: 2.0.0
ASP.NET Core common types used by the various authentication middleware components.
Microsoft.AspNetCore.Authentication.Abstractions
by: Microsoft
- 23 total downloads
- Latest version: 2.0.0
ASP.NET Core common types used by the various authentication components.
Microsoft.AspNetCore.Authentication.Core
by: Microsoft
- 24 total downloads
- Latest version: 2.0.0
ASP.NET Core common types used by the various authentication middleware components.
Microsoft.AspNetCore.Authentication.JwtBearer
by: Microsoft
- 100 total downloads
- Latest version: 2.0.0
ASP.NET Core middleware that enables an application to receive an OpenID Connect bearer token.
Microsoft.AspNetCore.Authorization
by: Microsoft
- 90 total downloads
- Latest version: 2.0.0
ASP.NET Core authorization classes.
Commonly used types:
Microsoft.AspNetCore.Authorization.AllowAnonymousAttribute
Microsoft.AspNetCore.Authorization.AuthorizeAttribute
Microsoft.AspNetCore.Authorization.Policy
by: Microsoft
- 6 total downloads
- Latest version: 2.0.0
ASP.NET Core authorization policy helper classes.