We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Type provider should provide optional types for the not required properties.
Initially proposed by @yodiz here #91 (comment) , user votes are here https://twitter.com/sergey_tihon/status/933323948791607297
{ PetId : int PrimaryCatergory : PetCategory SecondayCategory : PetCategory option }
Nullable should play nicely with F# as well, but primary rationale to support it is C# interop
Nullable
{ PetId : int PrimaryCatergory : PetCategory SecondayCategory : Nullable<PetCategory> }
The text was updated successfully, but these errors were encountered:
Optional types for optional properties #93
3609ba5
This feature is implemented in v0.10.0-alpha2
Sorry, something went wrong.
No branches or pull requests
Type provider should provide optional types for the not required properties.
Initially proposed by @yodiz here #91 (comment) , user votes are here https://twitter.com/sergey_tihon/status/933323948791607297
Option (default behavior)
Nullable
Nullable
should play nicely with F# as well, but primary rationale to support it is C# interopThe text was updated successfully, but these errors were encountered: