27 packages tagged with “constraints”
Entity Framework Core plugin for automatically adding check constraints in various scenarios.
The fastest multithreading 2D parametric constraints solver for CAD applications. Examples: https://github.com/CloudInvent/Cheetah.Examples Full documentation will be available on our site: www.cloud-invent.com, or by request on support@cloud-invent.com If you want to see CheetahSolver in action you can download Cheetah Solver Plugin fo AutoCAD from Autodesk Exchange Apps store: https://apps.autodesk.com/ACD/en/Detail/Index?id=appstore.exchange.autodesk.com%3acheetahsolver_windows32and64%3aen, or from our site: http://www.cloud-invent.com/download. Cheetah Solver Plugin replaces built-in AutoCAD parametric solver by our CheetahSolver For technical questions and support please contact us by e-mail: support@cloud-invent.com. For the purpose of commercial usage of CheetahSolver .Net API please contact us by e-mail: info@cloud-invent.com
This package ultimately lets you constrain generic type parameters to the `System.Delegate` type. Just replace the problematic constraints and types with the `Ark.IDelegate` stubs which are wiped away without a trace after the assembly is compiled. If you try to write `class MyClass<T> where T : Delegate { }` the C# compiler won't let you. Install this package and replace that code with `class MyClass<T> where T : Ark.IDelegate { }`. If you need to refer to a concrete delegate-constrained class in the same library then instead of `MyClass<Action>` you'd need to write `MyClass<Ark.IDelegate<Action>>` so that the code compiles. Don't worry - all these stubs are removed from the resulting assembly.
Defines classes and methods to verify runtime contraints are met.
NUnit constraints
NUnit constraints for JSON data
A Roslyn analyzer that empowers usage of generics through attributes.
The core components for using the generics analyzer.
Package Description
Tierless is an alternative to Entity Framework for .NET, designed for large or small scale applications. Rather than code-generating schema-specific entites, Tierless uses dynamic structures to host any schema at runtime. Constraints and other rules are declarative and can be re-used between the client and server.
A small set of attributes and accompanying analyzers to more tightly constrain your type parameters at design-time.
A small kit for common constraint operations in Xamarin.iOS
P/Invoke wrappers around the optimized Kiwi C++ implementation of the Cassowary linear constraint solver for MonoDroid.
Fast & Easy to use library to generate data sets according to given constraints (mathematican programming models).
Package to satisfy constraints on the maximum number of inquiry requests in Kiwoom Securities OpenAPI
Package to satisfy constraints on the maximum number of inquiry requests in OpenAPI
A base package helping to validate "things" – but easy!
A simple, extensible system for identifying and selecting scopes within sets.
Core abstractions and interfaces for the AspectWeaver AOP framework. Contains the AspectAttribute, IAspectHandler, and InvocationContext definitions.
A small .Net Framework 4.7.2 C# library for parsing and evaluating dose–volume constraints commonly used in radiotherapy treatment planning.
A .NET library implementing the Liskov/Wing Substitution Principle for type variance checking (including generic typeParameters constraints validation). Provides additional variance checking capabilities when working with GenericTypeDefinitions.
A framework for defining, managing, and serializing dynamic parameters with support for various data types, constraints, and payload generation, designed for applications requiring flexible parameter handling.