Giter VIP home page Giter VIP logo

Comments (9)

ansydor avatar ansydor commented on July 17, 2024 2

Sorry if it's not minimal enough, made it with a default template
But it can be reproduced.
IssueReproduce.zip

from xamarin.forms.

alexOffice avatar alexOffice commented on July 17, 2024 1

@jassmith jassmith added p/Android t/bug labels 4 days ago
I am newbie in this project.
What does t/bug stand for?

from xamarin.forms.

adrianknight89 avatar adrianknight89 commented on July 17, 2024 1

@alexOffice Can you attach a minimalist reproduction project instead of just the code snippets?

from xamarin.forms.

ansydor avatar ansydor commented on July 17, 2024 1

Here is a place, where you can see the behavior with a break point, it fires multiple times

protected bool SetProperty<T>(ref T backingStore, T value,
            [CallerMemberName]string propertyName = "",
            Action onChanged = null)
        {
            if (EqualityComparer<T>.Default.Equals(backingStore, value))
                return false;

            backingStore = value;
            onChanged?.Invoke();
            OnPropertyChanged(propertyName);
            return true;
        }

from xamarin.forms.

ansydor avatar ansydor commented on July 17, 2024

Any progress?

from xamarin.forms.

AtosNicoS avatar AtosNicoS commented on July 17, 2024

@ansydor could you please check if the following issue is related to yours or even idential?
#4390

from xamarin.forms.

YakupBaltas avatar YakupBaltas commented on July 17, 2024

It's work my project;
private var _selectedValue = new VariableValue();
public object SelectedValue
{
get { return _selectedValue; }
set
{
SetProperty(ref _selectedValue, value);
}
}

from xamarin.forms.

samhouts avatar samhouts commented on July 17, 2024

This issue doesn't seem to have had any activity in a long time. We're working on prioritizing issues and resolving them as quickly as we can. To help us get through the list, we would appreciate an update from you to let us know if this is still affecting you on the latest version of Xamarin.Forms, since it's possible that we may have resolved this as part of another related or duplicate issue. If we don't see any new activity on this issue in the next 30 days, we'll evaluate whether this issue should be closed. Thank you!

from xamarin.forms.

samhouts avatar samhouts commented on July 17, 2024

Since we haven't heard from you in more than 30 days, we hope this issue is no longer affecting you. If it is, please reopen this issue and provide the requested information so that we can look into it further. Thank you!

from xamarin.forms.

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.