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

Fix handling of nullable structs #3015

Merged
merged 5 commits into from
Aug 17, 2024

Commits on Aug 8, 2024

  1. Fix verification tests

    Fix missing verification tests for the Basic website.
    martincostello committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    45c304b View commit details
    Browse the repository at this point in the history
  2. Add broken code

    Add example controller code from domaindrivendev#3013.
    martincostello committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    fb4aee4 View commit details
    Browse the repository at this point in the history
  3. Remove unused file

    Remove unused verify snapshot.
    martincostello committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    b7161e6 View commit details
    Browse the repository at this point in the history
  4. Fix schemas for nullable properties

    Fix incorrect handling of schemas for nullable properties.
    Resolves domaindrivendev#3013.
    martincostello committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    581ac15 View commit details
    Browse the repository at this point in the history
  5. Bump NuGet packages

    Update various NuGet packages to their latest versions.
    martincostello committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    0c1bfbf View commit details
    Browse the repository at this point in the history