Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementing nullability annotations on Dapr.Client SDK #1317

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Jul 3, 2024

  1. Updated Dapr.Client with nullability types

    Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
    WhitWaldo committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    af0f1be View commit details
    Browse the repository at this point in the history
  2. Added '#nullable enable' to each updated file as Dapr targets .NET 6 …

    …which permits the project wide nullability marker in the csproj, but requires per-file nullability opt-in to avoid a build error.
    
    Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
    WhitWaldo committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    f3f93ac View commit details
    Browse the repository at this point in the history
  3. Updated expected response type for test client to acommodate nullabil…

    …ity changes
    
    Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
    WhitWaldo committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    e322318 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    9b9a229 View commit details
    Browse the repository at this point in the history