What's Changed
- Update dependencies to fix CVE issues by @bachuv in #3350
- Update projects to target .NET 10.0 alongside .NET 8.0 by @bachuv in #3333
- Add InvalidOperationException to platform error checks in OutOfProcMiddleware by @bachuv in #3355
- Bump dotnet-sdk from 10.0.102 to 10.0.103 by @dependabot[bot] in #3358
Note: If you see a startup error that contains TypeLoadException: Microsoft.ApplicationInsights (Version 3.0.0.1), this is caused by mismatched Application Insights package versions. Workarounds:
- Align all Application Insights packages to compatible versions.
- If you are using Microsoft.ApplicationInsights.WorkerService to v3, then remove the call to ConfigureFunctionsApplicationInsights() from Program.cs (if possible)
- Keep all Application Insights dependencies on compatible v2 versions.
This issue is not related to DurableTask or .NET version changes.
Full Changelog: v1.14.1-worker-extension...v1.15.0-worker-extension