fsprojects / FSharp.TypeProviders.SDK

The SDK for creating F# type providers
https://fsprojects.github.io/FSharp.TypeProviders.SDK/
MIT License
298 stars 94 forks source link

GetConstructorImpl - check parameter types #316

Closed kevmal closed 4 years ago

kevmal commented 5 years ago

Check parameter types in ProvidedTypeDefinition.GetConstructorImpl to allow for multiple ctors.

dsyme commented 5 years ago

@kevmal Is it feasible to add a test case for this?

kevmal commented 4 years ago

332 is merged and does this