Humanizer.Core.mt
by: Claire Novotny, Mehdi Khalili
- 1 total downloads
- Latest version: 3.0.10
Humanizer Locale Maltese (mt)
Humanizer.Core.nb-NO
by: Mehdi Khalili, Claire Novotny
- 1 total downloads
- Latest version: 3.0.0-beta.96
Humanizer Locale Norwegian Bokmål (Norway) (nb-NO)
Humanizer.Core.pl
by: Claire Novotny, Mehdi Khalili
- 1 total downloads
- Latest version: 3.0.10
Humanizer Locale Polish (pl)
Humanizer.Core.sr
by: Claire Novotny, Mehdi Khalili
- 1 total downloads
- Latest version: 3.0.0-rc.29
Humanizer Locale Serbian (sr)
Humanizer.Core.sr-Latn
by: Claire Novotny, Mehdi Khalili
- 1 total downloads
- Latest version: 3.0.10
Humanizer Locale Serbian (sr-Latn)
Humanizer.Core.sv
by: Claire Novotny, Mehdi Khalili
- 2 total downloads
- Latest version: 3.0.10
Humanizer Locale Swedish (sv)
Humanizer.Core.th
by: Claire Novotny, Mehdi Khalili
- 1 total downloads
- Latest version: 3.0.10
Humanizer Locale Thai (Thailand) (th)
Humanizer.Core.tr
by: Mehdi Khalili, Claire Novotny
- 1 total downloads
- Latest version: 3.0.0-beta.96
Humanizer Locale Turkish (tr)
Humanizer.Core.zh-CN
by: Claire Novotny, Mehdi Khalili
- 4 total downloads
- Latest version: 3.0.10
Humanizer Locale Chinese (China) (zh-CN)
Humanizer.Core.zh-Hant
by: Claire Novotny, Mehdi Khalili
- 1 total downloads
- Latest version: 3.0.8
Humanizer Locale Chinese (zh-Hant)
Independentsoft.Office
by: Independentsoft
- 7 total downloads
- Latest version: 2.0.770
Independentsoft.Office is Office file format API for .NET Framework, .NET Core, .NET Standard, Mono, Xamarin. Supports Word, Excel, PowerPoint, OpenOffice file formats.
Independentsoft.Office.Odf
by: Independentsoft
- 17 total downloads
- Latest version: 3.0.200
Independentsoft.Office.Odf is Open Document Format API for .NET Framework, .NET Core, .NET Standard, Mono, Xamarin.
Independentsoft.Office.Spreadsheet
by: Independentsoft
- 14 total downloads
- Latest version: 2.0.800
Independentsoft.Office.Spreadsheet is Excel file format API for .NET Framework, .NET Core, .NET Standard, Mono, Xamarin.
Interop.UIAutomationClient
by: Roemer
- 3 total downloads
- Latest version: 10.19041.0
The UI Automation COM-to-.NET adapter makes it possible to use the new Windows Automation API 3.0 COM interfaces, with their improved reliability and performance, while still using the same System.Windows.Automation classes as in earlier versions of UI Automation
IoC.Container
by: NikolayP
- 11 total downloads
- Latest version: 1.3.8
Simple, powerful and fast expressions based Inversion of Control container for .NET.
Irony
by: Roman Ivantsov
- 5 total downloads
- Latest version: 0.9.1
Irony is a development kit for implementing languages on .NET platform. In Irony the target language grammar is coded directly in c# using operator overloading to express grammar constructs. Irony's scanner and parser modules use the grammar encoded as c# class to control the parsing process.
JetBrains.Annotations
by: JetBrains
- 6 total downloads
- Latest version: 2025.1.0-eap1
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.
JetBrains.dotTrace.CommandLineTools.windows-x64
by: JetBrains
- 3 total downloads
- Latest version: 2026.1.4
The dotTrace console tool lets you start a profiling session and get performance snapshots from the command line.
This can be helpful in various scenarios, like:
* profiling an application on a remote server,
* automating the process of gathering performance snapshots, for example, as a part of your continuous integration builds,
* speeding up profiling routines by creating profiling scripts.
The tool supports profiling of .NET Framework, .NET Core, Mono, and Unity applications.
The tool is a JetBrains Redistributable Product. This means it is free and can be freely redistributed. Note that it does not require JetBrains dotTrace to be installed on your machine. At the same time, to analyze the collected snapshots, you will need the standalone version of JetBrains dotTrace or JetBrains Rider.
jnm2.ReferenceAssemblies.net35
by: Microsoft
- 1 total downloads
- Latest version: 1.0.0
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.0" />
</ItemGroup>
</Project>
jQuery
by: jQuery Foundation, Inc.
- 48 total downloads
- Latest version: 3.7.1
jQuery is a new kind of JavaScript Library.
jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery is designed to change the way that you write JavaScript.
NOTE: This package is maintained on behalf of the library owners by the NuGet Community Packages project at http://nugetpackages.codeplex.com/