Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
404 contributions in the last year
Contribution activity
October 2020
Created a pull request in reactiveui/ReactiveUI.Validation that received 6 comments
feature: Use IValidationState Instead of ValidationState
What kind of change does this PR introduce? This PR implements the API specification eloquently argued and formulated by @thargy in #123 (comment) W…
- feature: Allow the ViewModel to be Null in BindValidation
- housekeeping: Correct ValidationText Error Message
- housekeeping: Add Images to README.md
- housekeeping: Add Analyzers to the Sample App
- housekeeping: Release version 1.8
- feature: Add a Sample App for AndroidX
- housekeeping: Reference ReactiveUI.Android*, Customize Descriptions
- housekeeping: Mention the New Android Packages
- feature: Introduce ReactiveUI.Validation.AndroidX
- feature: Add ClearValidationRules Extension Methods
- housekeeping: Release version 1.7
- refactor: Deprecate Generic IValidatesProperties<T>
- housekeeping: Update the Documentation and Code Snippets in README
- refactor: Update the LoginApp to use Newer ValidationRule Overloads
- feature: Deprecate ModelObservableValidation in Favor of ObservableValidation
- feature: Deprecate ReactiveValidationObject<T> in Favor of Just ReactiveValidationObject
- feature: Improved IDisposable Handling, Possibility to Change Validation Rules Dynamically
- Support Binding to IReactiveObject's
- Consistent ValidationRule Overloads
- Try Resolve a Default Formatter from Splat.Locator
- Support custom IValidationTextFormatters in BindValidation, Increase Code Coverage
- Add LoginApp.WinForms and LoginApp.Uwp
- Support multiple validations in BindValidation, deprecate BindValidationEx
- Update LoginApp, add Avalonia and WPF samples
- Update version.json
- Some pull requests not shown.
- feature: Add ValidationRule extensions method overloads to accept any object implementing IValidationState
- Fixes ReactiveValidationObject NullReferenceException and enhances performance and thread-safety of ValidationText
- housekeeping: Update README.md
- build(deps): bump DiffEngine from 6.1.2 to 6.1.4
- build(deps): bump DiffEngine from 6.1.1 to 6.1.2
Created an issue in reactiveui/Sextant that received 2 comments
feature: Add support for Avalonia
Is your feature request related to a problem? Please describe. There is no Avalonia support. Describe the solution you'd like Would be happy to se…