Top 20 NuGet Packages

Delice is a dotnet tool that will list out the license information of the packages that your project depends on to help you get a better idea of what licenses are in use by your project.
Delice.Licensing is used to extract license information from .NET projects.
CoreNugetTest
HTML5 pushState compliant browser history
.NET Core Global Tool that gives a a random blog post from discoverdot.net
邮件发送组件、内容采集、CSV数据文件导入工具、日志记录组件、MVC验证登陆组件、MVC分页组件、短信发送组件和强大的Repeate和RepeaterPager组件! 总有一款适合你。
dotnet extensions and helpers
Adds RunWithTasksAsync to IHostBuilder add AddStartupTask<T> to IServiceCollection.
A .NET Core Global Tool for installing .NET Core SDK versions base on lots of different requirements
.Net Languages improvement proposals code. Contains: - I(Async)CodeScopeExtension interfaces, generalizes using operator. - I(Async)LifetimeExplicit, I(Async)LifetimeTerminable, I(Async)LifetimeObservable interfaces. - using operator polyfill extension methods: Using, UsingAs...
CLI Utils For .NET Core Framework
Fualtify Commandline Utility
Package Description
Package Description
Package Description
Package Description
This package is forked from https://github.com/dotnet/codeformatter Add below snippet to your .csproj files <ItemGroup> <PackageReference Include="Dotnet.CodeFormatter.BuildTask.Fork" Version="0.0.2"> <PrivateAssets>all</PrivateAssets> </PackageReference> </ItemGroup>
This client library allow you compress your data, string or bytes. Class name: Compression Static methods: byte[] Compress(byte[] bytes) byte[] Decompress(byte[] bytes) string Compress(string text) //default Unicode string Decompress(string text) //default Unicode string Compress(string text, En...
This client library allow to manage cookies: Get, Set, Remove. Easy to use: CookiesHelper.SetCookie("keyValue", "exampleValue", DateTime.Now.AddDays(30)); var value = CookiesHelper.GetCookieValue("keyValue"); Available basic methods: public static string GetCookieValue(string key) public static vo...