Skip to content

INPC010 warns here #156

@JohanLarsson

Description

@JohanLarsson
        public PressureRecipeVm CarrierPreDryAirPressure
        {
            get => _skipDryingHood ? new PressureRecipeVm(Limits<Pressure>.Zero, default) : _carrierPreDryAirPressure;

            set
            {
                if (value.Equals(_carrierPreDryAirPressure))
                {
                    return;
                }

                _carrierPreDryAirPressure = value;
                OnPropertyChanged();
            }
        }

Not unreasonable to warn, not sure what is best.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions