Found 70 packages
Runtime infrastructure for rendering Razor pages and tag helpers.
Razor is a markup syntax for adding server-side logic to web pages. This package contains runtime components for rendering Razor pages and implementing tag helpers. Commonly used types: Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeNameAttribute Microsoft.AspNetCore.Razor.TagHelpers.HtmlTargetElementAttribute Microsoft.AspNetCore.Razor.TagHelpers.ITagHelper
Common types used by generated code: hashing, equality and enumeration helpers.
The FSharp.Data packages contain type providers and utilities to access common data formats (CSV, HTML, JSON and XML in your F# applications and scripts. * FSharp.Data -- includes everything * FSharp.Data.Http -- http types/helpers * FSharp.Data.Csv.Core -- csv types/helpers * FSharp.Data.Json.Core -- json types/helpers * FSharp.Data.Html.Core -- html types/helpers * FSharp.Data.Xml.Core -- xml types/helpers
A source code only package which allows you to use C# new array range syntax in older target frameworks like .NET Standard 2.0 or the "old" .NET Framework. This package does not contain any compiled binaries, but instead adds the helper methods as C# source code to your project. Because this code is compiled together with the rest of your code, the built binaries will not have a dependency on this package, meaning that you can perfectly use it for both libraries and applications. The C# code is only included if you are targeting a framework version which does not support the new range syntax. For example, if you create a library which multi-targets .NET Standard 2.0 and 2.1, the helper methods are not included in the .NET Standard 2.1 version, because it already provides these by default.
Essential types and helpers, extensions for System.Runtime.
Runtime helpers for generated code to use MessagePack (not MsgPack.CLI) serialization.
Runtime helpers used by code generated by T4MVC
Runtime helpers for generated code to use JSON serialization.
Re-usable logic for working with the .NET runtime.
Runtime helpers for generated code to use Protobuf-Net (not Google Protobuf) serialization.
Runtime helpers for generated code to use Google Protobuf (not Protobuf-Net) serialization.
Introducing branding in an application is very similar. This project offers an aproach to integrate the branding artifacts into an application.
Various runtime information helpers for .NET