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
Expose AddDurableTaskFactory methodss to .NET Framework release (#1653)
* Expose AddDurableTaskFactory methodss to .NET Framework release
Some customers with .NET Framework apps may be using the
IServiceCollection dependency injection model for their applications, so
these extension methods should be exposed for that scenario.
For a future release, we should expose a simple static method to create
an instance of IDurableClientFactory so .NET Framework apps using other
dependency injection methods can still take advantage of the new
external client work.
* Add PR number to release notes
Copy file name to clipboardExpand all lines: release_notes.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
<!-- Please put your changes into the appropriate category (or categories) below. -->
2
2
3
3
## New Features
4
+
- Exposed IServiceCollection extension methods AddDurableTaskFactory() for net461 releases so classic .NET Framework apps using the .NET Core model of dependency injection can create their own Durable Clients. (#1653)
4
5
5
6
## Bug fixes
6
7
- Remove incorrect information from C# docs summary for IDurableEntityClient.ReadEntityStateAsync() regarding states large than 16KB (#1637)
7
8
- Fix a NullReferenceException in IDurableClient.SignalClient() for IDurableClient objects created by the new DurabilityClientFactory (#1644)
0 commit comments