fsprojects / FSharp.TypeProviders.SDK

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

Add ProvidedParameter.AddCustomAttribute #178

Closed Tarmil closed 6 years ago

Tarmil commented 6 years ago

I have found this useful in particular to add [<ReflectedDefinition>] to a parameter.

dsyme commented 6 years ago

@Tarmil Looks good. Could you add a test as well please? Thanks