File tree 2 files changed +18
-0
lines changed
2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ private static void Main(string[] args)
68
68
/// <summary>
69
69
/// Executes the hosted assembly.
70
70
/// </summary>
71
+ /// <param name="main">The main AppDomain for the application.</param>
71
72
/// <param name="args">The command-line arguments.</param>
72
73
73
74
[ SuppressMessage ( "Microsoft.Performance" , "CA1822:MarkMembersAsStatic" , Justification = "Called cross-domain via instance." ) ]
Original file line number Diff line number Diff line change
1
+ AssemblyHost Releases
2
+ ============
3
+
4
+ The current version of AssemblyHost is 1.1.0.0.
5
+
6
+ # 1.1.0.0 (Released September 27, 2014)
7
+
8
+ Backwards compatible with 1.0.0.0 but introduces a new API function.
9
+
10
+ - Added HostProcess.WaitStopped method to provide a convenient way to wait for the child process to complete and return the result.
11
+ - Added example application containing several examples that can be used as starting points as well as explanations of each mode.
12
+ - Modified the AssemblyHost to attempt to notify the parent process of unhandled exceptions in the child and avoid the crash dialog.
13
+ - Modified tests to collect impact data and to be able to pass on slower machines.
14
+
15
+ # 1.0.0.0 (Released August 31, 2014)
16
+
17
+ Initial release of the AssemblyHost.
You can’t perform that action at this time.
0 commit comments