We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fc1a16 commit 4478552Copy full SHA for 4478552
src/WebJobs.Script/DependencyInjection/ScriptStartupTypeLocator.cs
@@ -65,6 +65,7 @@ public Type[] GetStartupTypes()
65
public async Task<IEnumerable<Type>> GetExtensionsStartupTypesAsync()
66
{
67
string binPath;
68
+ FunctionAssemblyLoadContext.ResetSharedContext();
69
var functionMetadataCollection = _functionMetadataManager.GetFunctionMetadata(forceRefresh: true);
70
HashSet<string> bindingsSet = null;
71
var bundleConfigured = _extensionBundleManager.IsExtensionBundleConfigured();
0 commit comments