Git Product home page Git Product logo

Comments (6)

open-collective-bot avatar open-collective-bot commented on May 2, 2024

Hey @MovGP0 👋,

Thank you for opening an issue. We will get back to you as soon as we can. Also, check out our Open Collective and consider backing us.

https://opencollective.com/reactiveui

PS.: We offer priority support for all backers. Don't forget to add priority label when you start backing us 😄

An advanced, composable, functional reactive model-view-viewmodel framework for all .NET platforms!

from reactiveui.validation.

MovGP0 avatar MovGP0 commented on May 2, 2024

Apparently, the validation rules are not saved in the ValidationContext. So, when the validator tries to resolve the validation rule for a specific property, it gets an empty result and the [0] call fails with an IndexOutOfRangeException. It's saver to return .SingleOrDefault() and handle the null case in the calling code; logging an error that says that a handler was not found.

from reactiveui.validation.

glennawatson avatar glennawatson commented on May 2, 2024

@alexmartinezm has indicated that he should be able to hopefully get to these and the other validation bugs in a couple days.

from reactiveui.validation.

 avatar commented on May 2, 2024

ValidationRule not saving the validation in the ValidationContext is still an issue as of ReactiveUI version 10.5.7. I am an beginner with reactive programming and ReactiveUI and am trying to understand. As I see it, the ValidationContext.Add() method adds validations to the _validationSource but not to the _validations readonly observable collection.

I changed (in my private test implementation of ValidationContext):

public ReadOnlyObservableCollection<IValidationComponent> Validations 
           => new ReadOnlyObservableCollection<IValidationComponent>(_ValidationsTest);

// private readonly ReadOnlyObservableCollection<IValidationComponent> _Validations;

private ObservableCollection<IValidationComponent> _ValidationsTest 
          => new ObservableCollection<IValidationComponent>(_ValidationSource.Items);

Now it works. Maybe the DynamicData.ObservableListEx.Bind(out _Validations) call in the constructor makes a mistake, as it's the only possible source.

from reactiveui.validation.

z-tc avatar z-tc commented on May 2, 2024

what is the state of this issue? is there any workaround to overcome it until fix?
also, how can i trigger validation on button click?

thanks!

from reactiveui.validation.

github-actions avatar github-actions commented on May 2, 2024

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

from reactiveui.validation.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.