You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownewException("reactiveDecoratorAttribute is null");
96
-
}
97
-
80
+
varreactiveObjectExtensions=newTypeReference("ReactiveUI","IReactiveObjectExtensions",ModuleDefinition,reactiveUI).Resolve()??thrownewException("reactiveObjectExtensions is null");
81
+
varraisePropertyChangedMethod=ModuleDefinition.ImportReference(reactiveObjectExtensions.Methods.Single(x =>x.Name=="RaisePropertyChanged"))??thrownewException("raisePropertyChangedMethod is null");
82
+
varreactiveDependencyAttribute=ModuleDefinition.FindType("ReactiveUI.Fody.Helpers","ReactiveDependencyAttribute",helpers)??thrownewException("reactiveDecoratorAttribute is null");
varreactiveObjectExtensions=newTypeReference("ReactiveUI","IReactiveObjectExtensions",ModuleDefinition,reactiveUI).Resolve()??thrownewException("reactiveObjectExtensions is null");
83
+
varraiseAndSetIfChangedMethod=ModuleDefinition.ImportReference(reactiveObjectExtensions.Methods.Single(x =>x.Name=="RaiseAndSetIfChanged"))??thrownewException("raiseAndSetIfChangedMethod is null");
84
+
varreactiveAttribute=ModuleDefinition.FindType("ReactiveUI.Fody.Helpers","ReactiveAttribute",helpers)??thrownewException("reactiveAttribute is null");
0 commit comments