Found 143 packages
A package to facilitate duck-typing through an object extension DuckAs<>. There is also a FuzzyDuckAs<> facility for more case-insensitive ducking. At no point is there use of DynamicObjects, which hurt performance. Property read/write as well as methods are ducked, with the current caveat that ref and out parameters may not behave as expected.
Microsoft extension adapter feature to extend DiagnosticListener. Contains extension methods that extend System.Diagnostics.DiagnosticListener, and enables duck-typing based event handling by using dynamically generated proxy types.
Union typing is only needed when you have a statically typed language, as you need to declare that an object can return one of multiple types (in your case an int or string , or in the other example string or null)
Package Description
YAnalyzers
Class library for performing advanced operations with types, dynamic objects, expressions, and reflection.
Reinforced.Typings is automated, reflection-based glue code generator for TypeScript. It is MSBuild-integrated and can generate MVC/WebAPI services glue code, JSDOC and architecture mockups from your assemblies.
This middleware will show a 'typing' event whenever a long running operation is occurring in your bot or other middeware components in the pipeline, providing a visual cue to the user that your bot is doing something.
If your application is needing a little sparkle, this is the project for you! This typing label control emulates a person typing the letters or words supplied. It works really well to catch the eye of the user when entering a new screen. Built using .NET framework v3.5.
Siemens Collaboration Duck Typing Extensions
.NET type proxying / duck typing library, focusing on working between multiple assemblies without hiding this fact from them.
A small library housing TypedValueStore typings
Xamarin.Android Binding for Qifan Yang's TypingIndicator, an Android library to show something like typing indicator
A library of common types and classes within the CodeOfChaos project
A small library housing DataSeeder typings
Provides a mechanism for automatically applying the ADAPTER PATTERN (also known as a wrapper) without custom code.
ProxyFoo is a library for the .NET Framework to facilitate creating high-performance proxies for Duck casting, null safe wrappers, method interception, and other uses.
A C# library with main purpose to reduce boilerplate code and avoid bugs thanks to stronger typing. Utilizes many concepts from functional programming languages that are also applicable in C#. Originally written by Honza Široký.
MongoDB.Dynamic is a lightweight library with interesting dynamic features that speed up development for desktop/web applications that accesses MongoDB databases, allowing to persist entities with interface-based instances.