The recording of the first ever ReactiveUI virtual conference is available on our YouTube Channel.

DiagnosticResult Struct

Summary

Struct that stores information about a Diagnostic appearing in a source.
Namespace
TestHelper
Interfaces
Base Types
  • object
  • ValueType
graph BT Type-->Base0["ValueType"] Base0-->Base1["object"] Type-.->Interface0["IEquatable<DiagnosticResult>"] Type["DiagnosticResult"] class Type type-node

Syntax

public struct DiagnosticResult : ValueType, IEquatable<DiagnosticResult>

Properties

Name Value Summary
Column int
Gets the column number of the source that caused the Analysis Result.
Id string
Gets or sets the Id of the Analysis Result.
Line int
Gets the line number of the source that caused the Analysis Result.
Locations IList<DiagnosticResultLocation>
Gets or sets the locations of the Analysis Result.
Message string
Gets or sets the Analysis Result Message.
Path string
Gets the Path of the source file that caused the Analysis Result.
Severity DiagnosticSeverity
Gets or Sets Severity of the Analysis Result.

Methods

Name Value Summary
Equals(DiagnosticResult) bool
Equals(object) bool
GetHashCode() int

Operators

Name Value Summary
operator !=(DiagnosticResult, DiagnosticResult) bool
operator ==(DiagnosticResult, DiagnosticResult) bool

Extension Methods

Name Value Summary
BindValidation<DiagnosticResult, TViewModel, TViewModelProperty, TViewProperty>(TViewModel, Expression<Func<TViewModel, TViewModelProperty>>, Expression<Func<DiagnosticResult, TViewProperty>>, IValidationTextFormatter<string>) IDisposable
Binds the specified ViewModel property validation to the View property.
BindValidation<DiagnosticResult, TViewModel, TViewModelProperty>(TViewModel, Expression<Func<TViewModel, TViewModelProperty>>, TextInputLayout, IValidationTextFormatter<string>) IDisposable
Platform binding to the TextInputLayout.
BindValidation<DiagnosticResult, TViewModel, TViewModelProperty>(TViewModel, Expression<Func<TViewModel, TViewModelProperty>>, TextInputLayout, IValidationTextFormatter<string>) IDisposable
Platform binding to the TextInputLayout.
BindValidation<DiagnosticResult, TViewModel, TViewProperty>(TViewModel, Expression<Func<DiagnosticResult, TViewProperty>>, IValidationTextFormatter<string>) IDisposable
Binds the overall validation of a ViewModel to a specified View property.
BindValidation<DiagnosticResult, TViewModel, TViewProperty>(TViewModel, Expression<Func<TViewModel, ValidationHelper>>, Expression<Func<DiagnosticResult, TViewProperty>>, IValidationTextFormatter<string>) IDisposable
Binds a ValidationHelper from a ViewModel to a specified View property.
BindValidation<DiagnosticResult, TViewModel>(TViewModel, Expression<Func<TViewModel, ValidationHelper>>, TextInputLayout, IValidationTextFormatter<string>) IDisposable
Platform binding to the TextInputLayout.
BindValidation<DiagnosticResult, TViewModel>(TViewModel, Expression<Func<TViewModel, ValidationHelper>>, TextInputLayout, IValidationTextFormatter<string>) IDisposable
Platform binding to the TextInputLayout.
BindValidationEx<DiagnosticResult, TViewModel, TViewModelProperty>(TViewModel, Expression<Func<TViewModel, TViewModelProperty>>, TextInputLayout, IValidationTextFormatter<string>) IDisposable
Platform binding to the TextInputLayout.
BindValidationEx<DiagnosticResult, TViewModel, TViewModelProperty>(TViewModel, Expression<Func<TViewModel, TViewModelProperty>>, TextInputLayout, IValidationTextFormatter<string>) IDisposable
Platform binding to the TextInputLayout.
InvokeViewModelAction<T>(Action<T>) object
This is a thing I lifted from Prism.
WhenAny<DiagnosticResult, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>(Expression<Func<DiagnosticResult, T1>>, Expression<Func<DiagnosticResult, T2>>, Expression<Func<DiagnosticResult, T3>>, Expression<Func<DiagnosticResult, T4>>, Expression<Func<DiagnosticResult, T5>>, Expression<Func<DiagnosticResult, T6>>, Expression<Func<DiagnosticResult, T7>>, Expression<Func<DiagnosticResult, T8>>, Expression<Func<DiagnosticResult, T9>>, Expression<Func<DiagnosticResult, T10>>, Expression<Func<DiagnosticResult, T11>>, Expression<Func<DiagnosticResult, T12>>, Func<IObservedChange<DiagnosticResult, T1>, IObservedChange<DiagnosticResult, T2>, IObservedChange<DiagnosticResult, T3>, IObservedChange<DiagnosticResult, T4>, IObservedChange<DiagnosticResult, T5>, IObservedChange<DiagnosticResult, T6>, IObservedChange<DiagnosticResult, T7>, IObservedChange<DiagnosticResult, T8>, IObservedChange<DiagnosticResult, T9>, IObservedChange<DiagnosticResult, T10>, IObservedChange<DiagnosticResult, T11>, IObservedChange<DiagnosticResult, T12>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAny<DiagnosticResult, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>(Expression<Func<DiagnosticResult, T1>>, Expression<Func<DiagnosticResult, T2>>, Expression<Func<DiagnosticResult, T3>>, Expression<Func<DiagnosticResult, T4>>, Expression<Func<DiagnosticResult, T5>>, Expression<Func<DiagnosticResult, T6>>, Expression<Func<DiagnosticResult, T7>>, Expression<Func<DiagnosticResult, T8>>, Expression<Func<DiagnosticResult, T9>>, Expression<Func<DiagnosticResult, T10>>, Expression<Func<DiagnosticResult, T11>>, Func<IObservedChange<DiagnosticResult, T1>, IObservedChange<DiagnosticResult, T2>, IObservedChange<DiagnosticResult, T3>, IObservedChange<DiagnosticResult, T4>, IObservedChange<DiagnosticResult, T5>, IObservedChange<DiagnosticResult, T6>, IObservedChange<DiagnosticResult, T7>, IObservedChange<DiagnosticResult, T8>, IObservedChange<DiagnosticResult, T9>, IObservedChange<DiagnosticResult, T10>, IObservedChange<DiagnosticResult, T11>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAny<DiagnosticResult, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>(Expression<Func<DiagnosticResult, T1>>, Expression<Func<DiagnosticResult, T2>>, Expression<Func<DiagnosticResult, T3>>, Expression<Func<DiagnosticResult, T4>>, Expression<Func<DiagnosticResult, T5>>, Expression<Func<DiagnosticResult, T6>>, Expression<Func<DiagnosticResult, T7>>, Expression<Func<DiagnosticResult, T8>>, Expression<Func<DiagnosticResult, T9>>, Expression<Func<DiagnosticResult, T10>>, Func<IObservedChange<DiagnosticResult, T1>, IObservedChange<DiagnosticResult, T2>, IObservedChange<DiagnosticResult, T3>, IObservedChange<DiagnosticResult, T4>, IObservedChange<DiagnosticResult, T5>, IObservedChange<DiagnosticResult, T6>, IObservedChange<DiagnosticResult, T7>, IObservedChange<DiagnosticResult, T8>, IObservedChange<DiagnosticResult, T9>, IObservedChange<DiagnosticResult, T10>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAny<DiagnosticResult, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9>(Expression<Func<DiagnosticResult, T1>>, Expression<Func<DiagnosticResult, T2>>, Expression<Func<DiagnosticResult, T3>>, Expression<Func<DiagnosticResult, T4>>, Expression<Func<DiagnosticResult, T5>>, Expression<Func<DiagnosticResult, T6>>, Expression<Func<DiagnosticResult, T7>>, Expression<Func<DiagnosticResult, T8>>, Expression<Func<DiagnosticResult, T9>>, Func<IObservedChange<DiagnosticResult, T1>, IObservedChange<DiagnosticResult, T2>, IObservedChange<DiagnosticResult, T3>, IObservedChange<DiagnosticResult, T4>, IObservedChange<DiagnosticResult, T5>, IObservedChange<DiagnosticResult, T6>, IObservedChange<DiagnosticResult, T7>, IObservedChange<DiagnosticResult, T8>, IObservedChange<DiagnosticResult, T9>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAny<DiagnosticResult, TRet, T1, T2, T3, T4, T5, T6, T7, T8>(Expression<Func<DiagnosticResult, T1>>, Expression<Func<DiagnosticResult, T2>>, Expression<Func<DiagnosticResult, T3>>, Expression<Func<DiagnosticResult, T4>>, Expression<Func<DiagnosticResult, T5>>, Expression<Func<DiagnosticResult, T6>>, Expression<Func<DiagnosticResult, T7>>, Expression<Func<DiagnosticResult, T8>>, Func<IObservedChange<DiagnosticResult, T1>, IObservedChange<DiagnosticResult, T2>, IObservedChange<DiagnosticResult, T3>, IObservedChange<DiagnosticResult, T4>, IObservedChange<DiagnosticResult, T5>, IObservedChange<DiagnosticResult, T6>, IObservedChange<DiagnosticResult, T7>, IObservedChange<DiagnosticResult, T8>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAny<DiagnosticResult, TRet, T1, T2, T3, T4, T5, T6, T7>(Expression<Func<DiagnosticResult, T1>>, Expression<Func<DiagnosticResult, T2>>, Expression<Func<DiagnosticResult, T3>>, Expression<Func<DiagnosticResult, T4>>, Expression<Func<DiagnosticResult, T5>>, Expression<Func<DiagnosticResult, T6>>, Expression<Func<DiagnosticResult, T7>>, Func<IObservedChange<DiagnosticResult, T1>, IObservedChange<DiagnosticResult, T2>, IObservedChange<DiagnosticResult, T3>, IObservedChange<DiagnosticResult, T4>, IObservedChange<DiagnosticResult, T5>, IObservedChange<DiagnosticResult, T6>, IObservedChange<DiagnosticResult, T7>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAny<DiagnosticResult, TRet, T1, T2, T3, T4, T5, T6>(Expression<Func<DiagnosticResult, T1>>, Expression<Func<DiagnosticResult, T2>>, Expression<Func<DiagnosticResult, T3>>, Expression<Func<DiagnosticResult, T4>>, Expression<Func<DiagnosticResult, T5>>, Expression<Func<DiagnosticResult, T6>>, Func<IObservedChange<DiagnosticResult, T1>, IObservedChange<DiagnosticResult, T2>, IObservedChange<DiagnosticResult, T3>, IObservedChange<DiagnosticResult, T4>, IObservedChange<DiagnosticResult, T5>, IObservedChange<DiagnosticResult, T6>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAny<DiagnosticResult, TRet, T1, T2, T3, T4, T5>(Expression<Func<DiagnosticResult, T1>>, Expression<Func<DiagnosticResult, T2>>, Expression<Func<DiagnosticResult, T3>>, Expression<Func<DiagnosticResult, T4>>, Expression<Func<DiagnosticResult, T5>>, Func<IObservedChange<DiagnosticResult, T1>, IObservedChange<DiagnosticResult, T2>, IObservedChange<DiagnosticResult, T3>, IObservedChange<DiagnosticResult, T4>, IObservedChange<DiagnosticResult, T5>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAny<DiagnosticResult, TRet, T1, T2, T3, T4>(Expression<Func<DiagnosticResult, T1>>, Expression<Func<DiagnosticResult, T2>>, Expression<Func<DiagnosticResult, T3>>, Expression<Func<DiagnosticResult, T4>>, Func<IObservedChange<DiagnosticResult, T1>, IObservedChange<DiagnosticResult, T2>, IObservedChange<DiagnosticResult, T3>, IObservedChange<DiagnosticResult, T4>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAny<DiagnosticResult, TRet, T1, T2, T3>(Expression<Func<DiagnosticResult, T1>>, Expression<Func<DiagnosticResult, T2>>, Expression<Func<DiagnosticResult, T3>>, Func<IObservedChange<DiagnosticResult, T1>, IObservedChange<DiagnosticResult, T2>, IObservedChange<DiagnosticResult, T3>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAny<DiagnosticResult, TRet, T1, T2>(Expression<Func<DiagnosticResult, T1>>, Expression<Func<DiagnosticResult, T2>>, Func<IObservedChange<DiagnosticResult, T1>, IObservedChange<DiagnosticResult, T2>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAny<DiagnosticResult, TRet, T1>(Expression<Func<DiagnosticResult, T1>>, Func<IObservedChange<DiagnosticResult, T1>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyDynamic<DiagnosticResult, TRet>(Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Func<IObservedChange<DiagnosticResult, object>, IObservedChange<DiagnosticResult, object>, IObservedChange<DiagnosticResult, object>, IObservedChange<DiagnosticResult, object>, IObservedChange<DiagnosticResult, object>, IObservedChange<DiagnosticResult, object>, IObservedChange<DiagnosticResult, object>, IObservedChange<DiagnosticResult, object>, IObservedChange<DiagnosticResult, object>, IObservedChange<DiagnosticResult, object>, IObservedChange<DiagnosticResult, object>, IObservedChange<DiagnosticResult, object>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyDynamic<DiagnosticResult, TRet>(Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Func<IObservedChange<DiagnosticResult, object>, IObservedChange<DiagnosticResult, object>, IObservedChange<DiagnosticResult, object>, IObservedChange<DiagnosticResult, object>, IObservedChange<DiagnosticResult, object>, IObservedChange<DiagnosticResult, object>, IObservedChange<DiagnosticResult, object>, IObservedChange<DiagnosticResult, object>, IObservedChange<DiagnosticResult, object>, IObservedChange<DiagnosticResult, object>, IObservedChange<DiagnosticResult, object>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyDynamic<DiagnosticResult, TRet>(Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Func<IObservedChange<DiagnosticResult, object>, IObservedChange<DiagnosticResult, object>, IObservedChange<DiagnosticResult, object>, IObservedChange<DiagnosticResult, object>, IObservedChange<DiagnosticResult, object>, IObservedChange<DiagnosticResult, object>, IObservedChange<DiagnosticResult, object>, IObservedChange<DiagnosticResult, object>, IObservedChange<DiagnosticResult, object>, IObservedChange<DiagnosticResult, object>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyDynamic<DiagnosticResult, TRet>(Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Func<IObservedChange<DiagnosticResult, object>, IObservedChange<DiagnosticResult, object>, IObservedChange<DiagnosticResult, object>, IObservedChange<DiagnosticResult, object>, IObservedChange<DiagnosticResult, object>, IObservedChange<DiagnosticResult, object>, IObservedChange<DiagnosticResult, object>, IObservedChange<DiagnosticResult, object>, IObservedChange<DiagnosticResult, object>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyDynamic<DiagnosticResult, TRet>(Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Func<IObservedChange<DiagnosticResult, object>, IObservedChange<DiagnosticResult, object>, IObservedChange<DiagnosticResult, object>, IObservedChange<DiagnosticResult, object>, IObservedChange<DiagnosticResult, object>, IObservedChange<DiagnosticResult, object>, IObservedChange<DiagnosticResult, object>, IObservedChange<DiagnosticResult, object>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyDynamic<DiagnosticResult, TRet>(Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Func<IObservedChange<DiagnosticResult, object>, IObservedChange<DiagnosticResult, object>, IObservedChange<DiagnosticResult, object>, IObservedChange<DiagnosticResult, object>, IObservedChange<DiagnosticResult, object>, IObservedChange<DiagnosticResult, object>, IObservedChange<DiagnosticResult, object>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyDynamic<DiagnosticResult, TRet>(Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Func<IObservedChange<DiagnosticResult, object>, IObservedChange<DiagnosticResult, object>, IObservedChange<DiagnosticResult, object>, IObservedChange<DiagnosticResult, object>, IObservedChange<DiagnosticResult, object>, IObservedChange<DiagnosticResult, object>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyDynamic<DiagnosticResult, TRet>(Expression?, Expression?, Expression?, Expression?, Expression?, Func<IObservedChange<DiagnosticResult, object>, IObservedChange<DiagnosticResult, object>, IObservedChange<DiagnosticResult, object>, IObservedChange<DiagnosticResult, object>, IObservedChange<DiagnosticResult, object>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyDynamic<DiagnosticResult, TRet>(Expression?, Expression?, Expression?, Expression?, Func<IObservedChange<DiagnosticResult, object>, IObservedChange<DiagnosticResult, object>, IObservedChange<DiagnosticResult, object>, IObservedChange<DiagnosticResult, object>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyDynamic<DiagnosticResult, TRet>(Expression?, Expression?, Expression?, Func<IObservedChange<DiagnosticResult, object>, IObservedChange<DiagnosticResult, object>, IObservedChange<DiagnosticResult, object>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyDynamic<DiagnosticResult, TRet>(Expression?, Expression?, Func<IObservedChange<DiagnosticResult, object>, IObservedChange<DiagnosticResult, object>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyDynamic<DiagnosticResult, TRet>(Expression?, Func<IObservedChange<DiagnosticResult, object>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyValue<DiagnosticResult, T1, T2, T3, T4, T5, T6, T7>(Expression<Func<DiagnosticResult, T1>>, Expression<Func<DiagnosticResult, T2>>, Expression<Func<DiagnosticResult, T3>>, Expression<Func<DiagnosticResult, T4>>, Expression<Func<DiagnosticResult, T5>>, Expression<Func<DiagnosticResult, T6>>, Expression<Func<DiagnosticResult, T7>>) IObservable<(T1, T2, T3, T4, T5, T6, T7)>
WhenAnyValue allows you to observe whenever the value of one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyValue<DiagnosticResult, T1, T2, T3, T4, T5, T6>(Expression<Func<DiagnosticResult, T1>>, Expression<Func<DiagnosticResult, T2>>, Expression<Func<DiagnosticResult, T3>>, Expression<Func<DiagnosticResult, T4>>, Expression<Func<DiagnosticResult, T5>>, Expression<Func<DiagnosticResult, T6>>) IObservable<(T1, T2, T3, T4, T5, T6)>
WhenAnyValue allows you to observe whenever the value of one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyValue<DiagnosticResult, T1, T2, T3, T4, T5>(Expression<Func<DiagnosticResult, T1>>, Expression<Func<DiagnosticResult, T2>>, Expression<Func<DiagnosticResult, T3>>, Expression<Func<DiagnosticResult, T4>>, Expression<Func<DiagnosticResult, T5>>) IObservable<(T1, T2, T3, T4, T5)>
WhenAnyValue allows you to observe whenever the value of one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyValue<DiagnosticResult, T1, T2, T3, T4>(Expression<Func<DiagnosticResult, T1>>, Expression<Func<DiagnosticResult, T2>>, Expression<Func<DiagnosticResult, T3>>, Expression<Func<DiagnosticResult, T4>>) IObservable<(T1, T2, T3, T4)>
WhenAnyValue allows you to observe whenever the value of one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyValue<DiagnosticResult, T1, T2, T3>(Expression<Func<DiagnosticResult, T1>>, Expression<Func<DiagnosticResult, T2>>, Expression<Func<DiagnosticResult, T3>>) IObservable<(T1, T2, T3)>
WhenAnyValue allows you to observe whenever the value of one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyValue<DiagnosticResult, T1, T2>(Expression<Func<DiagnosticResult, T1>>, Expression<Func<DiagnosticResult, T2>>) IObservable<(T1, T2)>
WhenAnyValue allows you to observe whenever the value of one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyValue<DiagnosticResult, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>(Expression<Func<DiagnosticResult, T1>>, Expression<Func<DiagnosticResult, T2>>, Expression<Func<DiagnosticResult, T3>>, Expression<Func<DiagnosticResult, T4>>, Expression<Func<DiagnosticResult, T5>>, Expression<Func<DiagnosticResult, T6>>, Expression<Func<DiagnosticResult, T7>>, Expression<Func<DiagnosticResult, T8>>, Expression<Func<DiagnosticResult, T9>>, Expression<Func<DiagnosticResult, T10>>, Expression<Func<DiagnosticResult, T11>>, Expression<Func<DiagnosticResult, T12>>, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, TRet>) IObservable<TRet>
WhenAnyValue allows you to observe whenever the value of one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyValue<DiagnosticResult, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>(Expression<Func<DiagnosticResult, T1>>, Expression<Func<DiagnosticResult, T2>>, Expression<Func<DiagnosticResult, T3>>, Expression<Func<DiagnosticResult, T4>>, Expression<Func<DiagnosticResult, T5>>, Expression<Func<DiagnosticResult, T6>>, Expression<Func<DiagnosticResult, T7>>, Expression<Func<DiagnosticResult, T8>>, Expression<Func<DiagnosticResult, T9>>, Expression<Func<DiagnosticResult, T10>>, Expression<Func<DiagnosticResult, T11>>, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, TRet>) IObservable<TRet>
WhenAnyValue allows you to observe whenever the value of one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyValue<DiagnosticResult, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>(Expression<Func<DiagnosticResult, T1>>, Expression<Func<DiagnosticResult, T2>>, Expression<Func<DiagnosticResult, T3>>, Expression<Func<DiagnosticResult, T4>>, Expression<Func<DiagnosticResult, T5>>, Expression<Func<DiagnosticResult, T6>>, Expression<Func<DiagnosticResult, T7>>, Expression<Func<DiagnosticResult, T8>>, Expression<Func<DiagnosticResult, T9>>, Expression<Func<DiagnosticResult, T10>>, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, TRet>) IObservable<TRet>
WhenAnyValue allows you to observe whenever the value of one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyValue<DiagnosticResult, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9>(Expression<Func<DiagnosticResult, T1>>, Expression<Func<DiagnosticResult, T2>>, Expression<Func<DiagnosticResult, T3>>, Expression<Func<DiagnosticResult, T4>>, Expression<Func<DiagnosticResult, T5>>, Expression<Func<DiagnosticResult, T6>>, Expression<Func<DiagnosticResult, T7>>, Expression<Func<DiagnosticResult, T8>>, Expression<Func<DiagnosticResult, T9>>, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, TRet>) IObservable<TRet>
WhenAnyValue allows you to observe whenever the value of one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyValue<DiagnosticResult, TRet, T1, T2, T3, T4, T5, T6, T7, T8>(Expression<Func<DiagnosticResult, T1>>, Expression<Func<DiagnosticResult, T2>>, Expression<Func<DiagnosticResult, T3>>, Expression<Func<DiagnosticResult, T4>>, Expression<Func<DiagnosticResult, T5>>, Expression<Func<DiagnosticResult, T6>>, Expression<Func<DiagnosticResult, T7>>, Expression<Func<DiagnosticResult, T8>>, Func<T1, T2, T3, T4, T5, T6, T7, T8, TRet>) IObservable<TRet>
WhenAnyValue allows you to observe whenever the value of one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyValue<DiagnosticResult, TRet, T1, T2, T3, T4, T5, T6, T7>(Expression<Func<DiagnosticResult, T1>>, Expression<Func<DiagnosticResult, T2>>, Expression<Func<DiagnosticResult, T3>>, Expression<Func<DiagnosticResult, T4>>, Expression<Func<DiagnosticResult, T5>>, Expression<Func<DiagnosticResult, T6>>, Expression<Func<DiagnosticResult, T7>>, Func<T1, T2, T3, T4, T5, T6, T7, TRet>) IObservable<TRet>
WhenAnyValue allows you to observe whenever the value of one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyValue<DiagnosticResult, TRet, T1, T2, T3, T4, T5, T6>(Expression<Func<DiagnosticResult, T1>>, Expression<Func<DiagnosticResult, T2>>, Expression<Func<DiagnosticResult, T3>>, Expression<Func<DiagnosticResult, T4>>, Expression<Func<DiagnosticResult, T5>>, Expression<Func<DiagnosticResult, T6>>, Func<T1, T2, T3, T4, T5, T6, TRet>) IObservable<TRet>
WhenAnyValue allows you to observe whenever the value of one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyValue<DiagnosticResult, TRet, T1, T2, T3, T4, T5>(Expression<Func<DiagnosticResult, T1>>, Expression<Func<DiagnosticResult, T2>>, Expression<Func<DiagnosticResult, T3>>, Expression<Func<DiagnosticResult, T4>>, Expression<Func<DiagnosticResult, T5>>, Func<T1, T2, T3, T4, T5, TRet>) IObservable<TRet>
WhenAnyValue allows you to observe whenever the value of one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyValue<DiagnosticResult, TRet, T1, T2, T3, T4>(Expression<Func<DiagnosticResult, T1>>, Expression<Func<DiagnosticResult, T2>>, Expression<Func<DiagnosticResult, T3>>, Expression<Func<DiagnosticResult, T4>>, Func<T1, T2, T3, T4, TRet>) IObservable<TRet>
WhenAnyValue allows you to observe whenever the value of one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyValue<DiagnosticResult, TRet, T1, T2, T3>(Expression<Func<DiagnosticResult, T1>>, Expression<Func<DiagnosticResult, T2>>, Expression<Func<DiagnosticResult, T3>>, Func<T1, T2, T3, TRet>) IObservable<TRet>
WhenAnyValue allows you to observe whenever the value of one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyValue<DiagnosticResult, TRet, T1, T2>(Expression<Func<DiagnosticResult, T1>>, Expression<Func<DiagnosticResult, T2>>, Func<T1, T2, TRet>) IObservable<TRet>
WhenAnyValue allows you to observe whenever the value of one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyValue<DiagnosticResult, TRet, T1>(Expression<Func<DiagnosticResult, T1>>, Func<T1, TRet>) IObservable<TRet>
WhenAnyValue allows you to observe whenever the value of one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyValue<DiagnosticResult, TRet>(Expression<Func<DiagnosticResult, TRet>>) IObservable<TRet>
WhenAnyValue allows you to observe whenever the value of a property on an object has changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
With<DiagnosticResult, TKey, TField>(Dictionary<TKey, TField>, IDictionary<TKey, TField>) TBuilder
Adds the specified dictionary to the provided dictionary.