Skip to content

Bad request while trying casting string to GUID #3

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

Closed
redplane opened this issue Jun 10, 2019 · 1 comment
Closed

Bad request while trying casting string to GUID #3

redplane opened this issue Jun 10, 2019 · 1 comment

Comments

@redplane
Copy link
Owner

** View model:

StudentViewModel.cs

public Guid Id {get;set}

** Request body

{
  "id": "ff3f5130-726a-4036-bf30-bf1d804d6a55"
}

** Expected:

  • Parameters can be serialized into view model.

** Actual:

  • Bad request was thrown.
@redplane
Copy link
Owner Author

redplane commented Jul 6, 2019

This issue has been fixed in version 2.0.0

@redplane redplane closed this as completed Jul 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant