Skip to content

Durable Functions Roslyn Analyzer v0.3.0

Compare
Choose a tag to compare
@amdeel amdeel released this 06 Aug 15:37
· 619 commits to dev since this release
8656746

Durable Functions Roslyn Analyzer v0.3.0

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

This is a patch release to the Durable Functions Roslyn Analyzer that contains several bug fixes.

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

Updates and Bug Fixes

All changes in this PR ( #1394 )

  • Fixed FunctionAnalyzer type comparison bug that did not correctly compare Tuples and type arguments correctly.
  • Fixed NullReferenceException in FunctionAnalyzer
  • Allow constants to be used in the function NameAnalyzer when there is no matching function found in source code