Found 54 packages
Allows you to compare what changes have been made between two values or objects.
Library to compare two entity object graphs detecting changes
Detect how registered objects change throughout the lifetime of a business process.
Trimble Xchange change detection library.
Watcher over listable resources with support for change detection, retry limit and state.
Automatic implementation of change detection for MVVM properties.
PowerShell module for creating, comparing, and managing network share file snapshots with BITS-based file operations. Provides comprehensive snapshot capture with exclusion pattern support, snapshot comparison for change detection, and efficient file staging operations using Background Intelligent Transfer Service (BITS).
Xamarin Forms is great for developing apps on Android, iOS, and Universal Windows Platform (UWP) but it is missing some important features: - Scalable images - NetStandard, PCL and Shared Library, multi-screen / multi-resolution image management - HTML formatted text for labels and buttons - NetStandard, PCL and Shared Library custom font management - Hardware keyboard key detection - On-Screen software keyboard height change events - Support for multiple items of the same MIME type on the clipboard - Support for inter-app Data Sharing Android developers can use NinePatch bitmaps, the drawable directory naming convention, Html.FromHtml, and a bunch of complex file manipulations to address the image issue. Likewise, iOS developers can use ResizeableImageWithCapInsets, the @2x, @3x, @4x file naming convention, and some 3rd party libraries for this purpose. Forms9Patch enhances Xamarin Forms to make multi-resolution / multi-screen image management, custom fonts, and HTML text formatting easy for NetStandard, PCL, and Shared Libary apps for iOS, Android and UWP
Welcome to Sailfish! There are three tools included in this package: - Sailfish is a simple in-process performace test framework for writing clean, manageable performance tests. - SailDiff is a statistical testing tool for comparing before change and after change datasets. - ScaleFish is a machine learning tool for modeling general logical complexity and making predictions. Use these in combination to write a basic performance regression detection system for your application's delivery pipeline.
Yet another library with features including: type-safe operations, change detection, version migration, validation, and more.
RetroDRY is a multi-tier multi-language framework for handling these common aspects of database application development: Loading and saving data, replication across tiers, change subscriptions, locks, dirty-detection across tiers, and user editing
Extract Dataverse metadata and generate Power BI TMDL/PBIP semantic models with automatic table relationships, calendar tables, and incremental change detection.
Extension library for change detection, comparing and copying data objects.
This project implements a binary compatibility checker for .NET assemblies. The goal of this project is to automate the process of identifying binary- and source-breaking changes between releases of a .NET library. Libraries with string compatibility policies will eventually be able to incorporate this check in the unit tests for the library. The checker will download a declared previous release of the library from NuGet (or potentially from another source), and verify that the latest build of the library is compatible with the binary interfaces defined by the earlier release. This library may also feature support for higher levels of compatibility, such as warning users if new overloads of a method could result in an AmbiguousMatchException for users who didn't specify a complete signature when using reflection. Diagnostics produced by this checker will be categorized by their likely impact on consumers, and by whether the change constitutes a binary- or source-level breaking change. At this time, there are no plans to implement detection or reporting for changes in runtime semantics. Usage: dotnet compat Reference.dll New.dll
A flexible, highly-performant Collection implementing INotifyPropertyChanged and INotifyCollectionChanged that can automatically detect changes to itself and the properties of its Items without any configuration
This library is a .NET library designed to facilitate property modification detection within your classes. It provides a simple and efficient way to implement property change detection within your own classes.