Found 260 packages
.NET for Android and MAUI bindings for the Android Java library 'androidx.constraintlayout:constraintlayout'. Library description: This library offers a flexible and adaptable way to position and animate widgets
.NET for Android and MAUI bindings for the Android Java library 'androidx.constraintlayout:constraintlayout-core'. Library description: This library contains engines and algorithms for constraint based layout and complex animations (it is used by the ConstraintLayout library)
.NET for Android and MAUI bindings for the Android Java library 'androidx.constraintlayout:constraintlayout-solver'. Library description: Solver for ConstraintLayout
Android Constraint Layout C# bindings for Xamarin
Android Constraint Layout Solver C# bindings for Xamarin
Provides support for validating RDF graphs with the W3C Shape Constraint Language.
Z3 is a satisfiability modulo theories solver from Microsoft Research. Linux Dependencies: libgomp.so.1 installed
Extra type constraints for Enum and Delegate.
Provides a convenient, easy to use wrapper for Constraint Satisfaction Programming based on the Google OR-tools.
Source code package. A route constraint for constraining route parameters to enum values.
Analyzer that suppresses the CS0702 error, thus allowing any constraint to be used (including 'Delegate' and 'Enum').
Handle database errors easily when working with Entity Framework Core. Catch specific exceptions such as UniqueConstraintException, CannotInsertNullException, MaxLengthExceededException, NumericOverflowException or ReferenceConstraintException instead of generic DbUpdateException This is a base package for database specific packages. Install one of the specific packages instead of this
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.
Event constraint handler for SignalR.EventAggregatorProxy
Handle database errors easily when working with Entity Framework Core. Catch specific exceptions such as UniqueConstraintException, CannotInsertNullException, MaxLengthExceededException, NumericOverflowException or ReferenceConstraintException instead of generic DbUpdateException
Handle database errors easily when working with Entity Framework Core. Catch specific exceptions such as UniqueConstraintException, CannotInsertNullException, MaxLengthExceededException, NumericOverflowException or ReferenceConstraintException instead of generic DbUpdateException
Z3 is a satisfiability modulo theories solver from Microsoft Research. Linux Dependencies: libgomp.so.1 installed
constraintlayout for maui
C# port of ConstraintLayout
Utility classes and extensions to facilitate testing with NUnit.