Skip to content

Durable Functions Roslyn Analyzer v0.4.2

Compare
Choose a tag to compare
@amdeel amdeel released this 26 Jan 21:55
e226fa9

For more detailed information on the Durable Functions Roslyn Analyzer, see these release notes: https://github.com/Azure/azure-functions-durable-extension/releases/tag/Analyzer-v0.2.0

If you have any issues with or suggestions for the Durable Functions Analyzer, open an issue, I'd love to hear your feedback!

NuGet package

https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Extensions.DurableTask.Analyzers

Bug Fixes

All changes in this PR ( #2057 )

  • Fixed a stack overflow bug related to analyzing methods in other projects in our orchestrator deterministic checks.
  • Fixed a bug occurring when diagnostics were attempted to be created in another project when analyzing methods related to our orchestrator deterministic checks.