Expected Behavior
While a DaprJobDetails is marked as nullable, it should always be populated with the job details when a job is invoked.
Actual Behavior
In my testing and as reported by someone in Discord, DaprJobDetails is always null.
Steps to Reproduce the Problem
Run Jobs example in Dapr .NET SDK (with fix from PR #1456) and wait for the job to be invoked. Observe the jobDetails parameter not getting populated.
Release Note
RELEASE NOTE: FIX DaprJobDetails properly populating when mapped job is invoked