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
Types marked with WorkerExtensionStartupAttribute are not being called automatically on worker startup when using F#. This is due to this attribute relying on ExtensionStartupRunnerGenerator (source gen) to function - which does not work for F#.
Impact
Any extension which relies on that attribute to configure themselves does not work for F#. One such extension is Durable Functions, which uses that attribute to inject services and configure options.
Workaround
In environments where source generation does not run, applications will need to manually configure extensions on startup:
Issue
Types marked with
WorkerExtensionStartupAttribute
are not being called automatically on worker startup when using F#. This is due to this attribute relying on ExtensionStartupRunnerGenerator (source gen) to function - which does not work for F#.Impact
Any extension which relies on that attribute to configure themselves does not work for F#. One such extension is Durable Functions, which uses that attribute to inject services and configure options.
Workaround
In environments where source generation does not run, applications will need to manually configure extensions on startup:
The text was updated successfully, but these errors were encountered: