Durable Functions Roslyn Analyzer v0.3.1
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 ( #1494 )
- Fixed NullReferenceException when using Nullable types in FunctionAnalyzer
- Fixed another ArgumentException related to SemanticModels
- Added a new, more specific warning message in FunctionAnalyzer ArgumentAnalyzer when using null inputs for a value type.