HtmlAgilityPack
by: Simon Mourrier, Jeff Klawiter
- 10 total downloads
- Latest version: 1.4.3
This is an agile HTML parser that builds a read/write DOM and supports plain XPATH or XSLT (you actually don't HAVE to understand XPATH nor XSLT to use it, don't worry...). It is a .NET code library that allows you to parse "out of the web" HTML files. The parser is very tolerant with "real world" malformed HTML. The object model is very similar to what proposes System.Xml, but for HTML documents (or streams).
HttpClient
by: HttpClient
- 9 total downloads
- Latest version: 10.0.11
This client library enables working with the Microsoft Azure Storage Blob service for storing binary and text data.
For this release see notes - https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/storage/Azure.Storage.Blobs/README.md and https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/storage/Azure.Storage.Blobs/CHANGELOG.md
in addition to the breaking changes https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/storage/Azure.Storage.Blobs/BreakingChanges.txt
Microsoft Azure Storage quickstarts and tutorials - https://learn.microsoft.com/azure/storage/
Microsoft Azure Storage REST API Reference - https://learn.microsoft.com/rest/api/storageservices/
REST API Reference for Blob Service - https://learn.microsoft.com/rest/api/storageservices/blob-service-rest-api
Humanizer
by: Claire Novotny, Mehdi Khalili
- 95 total downloads
- Latest version: 3.0.1
Humanizer meets all your .NET needs for manipulating and displaying strings, enums, dates, times, timespans, numbers and quantities
JetBrains.Annotations
by: JetBrains
- 17 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.
jnm2.ReferenceAssemblies.net35
by: Microsoft
- 7 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>
Json.More.Net
by: Greg Dennis
- 134 total downloads
- Latest version: 2.2.0
Provides extended functionality for the System.Text.Json namespace.
JsonPointer.Net
by: Greg Dennis
- 132 total downloads
- Latest version: 6.0.1
JSON Pointer built on the System.Text.Json namespace
JsonSchema.Net
by: Greg Dennis
- 172 total downloads
- Latest version: 8.0.5
JSON Schema built on the System.Text.Json namespace
JsonSchema.Net.Generation
by: Greg Dennis
- 129 total downloads
- Latest version: 6.0.0
Extends JsonSchema.Net to provide schema generation functionality
Libuv
by: Libuv
- 20 total downloads
- Latest version: 1.10.0
Multi-platform support library with a focus on asynchronous I/O.
lr.Shared.Blazor.MicrosoftIdentity
by: Tobias Schulz
- 263 total downloads
- Latest version: 2026.1.31.129
x