Found 39 packages
Provides a set of helpful extension methods and other bits allowing for more convenient usage approaching the Google.Protobuf package.
Provides the Protocol Buffer Abstract Syntax Tree (AST) Descriptors. Note that we only furnish a subset of the AST for purposes of what we are doing.
Provides Protocol Buffer Parser and Listener assets which build a subset of the Abstract Syntax Tree (AST) Descriptors.
Provides the ability to more intuitively connect Parent-Child relationships via Callback methods.
Provides the core problem solver abstraction for use with Google OR-tools Constraint Solver and Linear Solver wrappers.
Provides a set of helpful Combinatoric assets for use during operation.
Provides the ability to List items in Concurrent manner.
Provides the ability to List items in Concurrent manner.
Provides a re-factoring and re-imagining of the Diagnostic elements deployed in the Analyzer and Code Fixes project template. This particular assembly focuses primarily on the Diagnostic Analyzers with built-in Roslyn compilation support.
WPF localization support enabled by NGettext.
Provides a set of features making it possible to emulate C++ Variants for dotnet.
Enumerations tests framework is provided as an NUnit based framework sufficient to exercise the majority of boilerplate issues concerning both Ordinal as well as Bitwise Enumerations.
Provides a simple set of list based extensions for Stack operation.
Provides a simple set of list based extensions for Queue operation.
The framework Enumerations provides a solid baseline of features emulating a Java style enumeration structure for .NET. Simple Ordinal based Enumerations are supported, as are more complex Flags-like Bitwise Enumerations.
Provides a set of helpful Combinatoric Permutations assets for use during operation.
Provides a re-factoring and re-imagining of the Code Fixes elements deployed in the default Analysis and Code Fixes project template. This particular assembly focuses on Code Fixes only as part of that re-factoring effort.
The framework BitArray is helpful but it has a serious flaw in the fact that it is not immutable. This is the primary motivation for working on this package in order to achieve just such an ImmutableBitArray. Reflexive operations can modify an instance but otherwise bitwise operations should yield a wholely new instance.
Provides the analyzers necessary to ensure that Enumeration derivations with [FlagsEnumeration] decoration are declared partial.
Provides the [FlagsEnumeration] attribute for use when signaling when bitwise operators and so forth are to be auto generated at build time.