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
* Fix AddHttpClient extension code being ignored on .net6
* Adds options for environment variables. Fixes#67
* Link to examples in error message.
* Some cleanup + docs
@@ -169,5 +189,21 @@ public static WorkerInitOptions AddHttpClient(this WorkerInitOptions source)
169
189
170
190
returnsource;
171
191
}
192
+
193
+
/// <summary>
194
+
/// Set the specified <paramref name="environmentVariableName"/> to the specified <paramref name="value"/> when the worker runtime has been initialized
Console.Error.WriteLine($"{typeof(SimpleInstanceService).FullName}: '{args.RequestingAssembly}' is requesting missing assembly '{args.Name}')");
234
+
Console.Error.WriteLine($"{typeof(SimpleInstanceService).FullName}: '{args.RequestingAssembly}' is requesting missing assembly '{args.Name}'). See https://github.com/Tewr/BlazorWorker#setup-dependencies for common solutions to this problem.");
235
235
236
236
//return null;
237
237
// Nobody really cares about this exception for now, it can't be caught.
0 commit comments