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 issue with FromForm and enums for Controllers #3164

Conversation

jgarciadelanoceda
Copy link
Contributor

Fixes #3163.
I tested the last execution with dotnet6(I did not look at dotnet 8 Verification file), and also aspnetcore must have change something in type, for dotnet 8 is string, and for dotnet 6 it was the enum. The ModelMetadata.ModelType hasn't changed and is the one that is being used for generating the schema

@martincostello martincostello added this to the v7.0.1 milestone Nov 22, 2024
@martincostello martincostello merged commit e727e8d into domaindrivendev:master Nov 22, 2024
9 checks passed
@jgarciadelanoceda jgarciadelanoceda deleted the issue_3163_FromFormAndEnums branch November 22, 2024 07:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Commit #3133 breaks Enums and Structure
2 participants