Found 704 packages
Provides the System.Reflection.Emit.DynamicMethod class, which represents a dynamic method that can be compiled, executed, and discarded. Discarded methods are available for garbage collection. Commonly Used Types: System.Reflection.Emit.DynamicMethod When using NuGet 3.x this package requires at least version 3.4.
A Tiny ORMish thing for your POCO's.
Provides abstractions for reading `.deps` files. When a .NET application is compiled, the SDK generates a JSON manifest file (`<ApplicationName>.deps.json`) that contains information about application dependencies. You can use `Microsoft.Extensions.DependencyModel` to read information from this manifest at run time. This is useful when you want to dynamically compile code (for example, using Roslyn Emit API) referencing the same dependencies as your main application. By default, the dependency manifest contains information about the application's target framework and runtime dependencies. Set the PreserveCompilationContext project property to `true` to additionally include information about reference assemblies used during compilation.
PetaPoco is a tiny, single file .NET data access layer inspired by Massive that works with both non-dynamic POCO objects and dynamics. This package includes the just the core PetaPoco library (compiled) (ie: no T4 templates)
Microsoft.Recognizers.Text provides base classes for robust recognition and resolution of text entities. This is exact same library as the Microsoft.Recognizers.* packages, but with compiled Regex.
Microsoft.Recognizers.Text.Number provides robust recognition and resolution of numbers expressed in English, Spanish, French, Portuguese, Chinese, German, Dutch, Japanese, Italian, Turkish, Swedish, and Hindi. This is exact same library as the Microsoft.Recognizers.* packages, but with compiled Regex.
Microsoft.Recognizers.Text.DateTime provides robust recognition and resolution of Date and Time expressed in English, Spanish, French, Portuguese, Chinese, German, Italian, and Turkish. This is exact same library as the Microsoft.Recognizers.* packages, but with compiled Regex.
Microsoft.Recognizers.Text.DataTypes.TimexExpression provides parsing and evaluation of TIMEX expressions. This is exact same library as the Microsoft.Recognizers.* packages, but with compiled Regex.
Microsoft.Recognizers.Text.NumberWithUnit provides robust recognition and resolution of numbers with units expressed in English, Spanish, French, Portuguese, Chinese, German, Dutch, Italian, Turkish, and Hindi. This is exact same library as the Microsoft.Recognizers.* packages, but with compiled Regex.
Bootstrap 4 pre-compiled views for cloudscribe.Core.Web
This extension allows NUnit to load and run tests compiled against earlier versions of the NUnit framework. Versions 2.0 through 2.7 are supported.
This library adds compiled materializers to Tortuga Chain.
Bootstrap 3 pre-compiled views for cloudscribe.Core.Web
Bootstrap 4 pre-compiled views for cloudscribe.SimpleContent.Web
Tiny, experimental library for generating parsers in C#
x:Bind Compiled Bindings for MAUI
x:Bind Compiled Bindings for WPF
x:Bind Compiled Bindings for Xamarin Forms
This is a compiled package of AppForSharePointOnlineWebToolkit (https://www.nuget.org/packages/AppForSharePointOnlineWebToolkit). This package is not maintained by Microsoft. * If you only want code bits, download the original package. * Any compiled version of 3.1.4.* contains customised classes and methods including ClientContextHelper, ClientContextWrapper, and SpoConfigManager for ASP.NET Core apps.
Library that serializes objects to binary form using meta-data provided through the corresponding class definitions. Object serializers are created dynamically. Dynamic code is compiled. Compatible with Waher.Persistence.Serialization.