From 4b22e5fa7496ec81cf8c549bc88cf8ffdea5f1e2 Mon Sep 17 00:00:00 2001
From: Glenn Watson <5834289+glennawatson@users.noreply.github.com>
Date: Sun, 12 May 2019 16:24:06 +1000
Subject: [PATCH] fix: WhenActivated not fired when in ViewModelViewHost
---
4eac0733-0a64-4c41-a024-157e17e6276c.cake | 2 ++
src/ReactiveUI.Events.WPF/ReactiveUI.Events.WPF.csproj | 1 +
.../ReactiveUI.Events.Winforms.csproj | 1 +
src/ReactiveUI.Winforms/ReactiveUI.Winforms.csproj | 1 +
src/ReactiveUI.Wpf/ReactiveUI.Wpf.csproj | 1 +
5 files changed, 6 insertions(+)
create mode 100644 4eac0733-0a64-4c41-a024-157e17e6276c.cake
diff --git a/4eac0733-0a64-4c41-a024-157e17e6276c.cake b/4eac0733-0a64-4c41-a024-157e17e6276c.cake
new file mode 100644
index 0000000000..944cbe2555
--- /dev/null
+++ b/4eac0733-0a64-4c41-a024-157e17e6276c.cake
@@ -0,0 +1,2 @@
+#module nuget:?package=Cake.DotNetTool.Module&version=0.2.0
+#tool dotnet:?package=nbgv&version=2.3.125
diff --git a/src/ReactiveUI.Events.WPF/ReactiveUI.Events.WPF.csproj b/src/ReactiveUI.Events.WPF/ReactiveUI.Events.WPF.csproj
index db7b5c8bf9..82be16bf7a 100644
--- a/src/ReactiveUI.Events.WPF/ReactiveUI.Events.WPF.csproj
+++ b/src/ReactiveUI.Events.WPF/ReactiveUI.Events.WPF.csproj
@@ -5,6 +5,7 @@
Provides Observable-based events API for WPF UI controls/eventhandlers. The contents of this package is automatically generated, please target pull-requests to the code generator.
ReactiveUI.Events.WPF
true
+ true
$(NoWarn);CS1570;CA1812
diff --git a/src/ReactiveUI.Events.Winforms/ReactiveUI.Events.Winforms.csproj b/src/ReactiveUI.Events.Winforms/ReactiveUI.Events.Winforms.csproj
index 86291fd3bf..0f708db9a0 100644
--- a/src/ReactiveUI.Events.Winforms/ReactiveUI.Events.Winforms.csproj
+++ b/src/ReactiveUI.Events.Winforms/ReactiveUI.Events.Winforms.csproj
@@ -6,6 +6,7 @@
Provides Observable-based events API for Winforms UI controls/eventhandlers. The contents of this package is automatically generated, please target pull-requests to the code generator.
ReactiveUI.Events.Winforms
true
+ true
$(NoWarn);CS1570;CA1812
diff --git a/src/ReactiveUI.Winforms/ReactiveUI.Winforms.csproj b/src/ReactiveUI.Winforms/ReactiveUI.Winforms.csproj
index 20a2476cf2..8e783dc7d4 100644
--- a/src/ReactiveUI.Winforms/ReactiveUI.Winforms.csproj
+++ b/src/ReactiveUI.Winforms/ReactiveUI.Winforms.csproj
@@ -7,6 +7,7 @@
Windows Forms specific extensions to ReactiveUI
ReactiveUI.WinForms
true
+ true
diff --git a/src/ReactiveUI.Wpf/ReactiveUI.Wpf.csproj b/src/ReactiveUI.Wpf/ReactiveUI.Wpf.csproj
index eeeb035b67..8a485de71e 100644
--- a/src/ReactiveUI.Wpf/ReactiveUI.Wpf.csproj
+++ b/src/ReactiveUI.Wpf/ReactiveUI.Wpf.csproj
@@ -4,6 +4,7 @@
WPF specific extensions to ReactiveUI
ReactiveUI.WPF
true
+ true