fsprojects / FSharp.Configuration

The FSharp.Configuration project contains type providers for the configuration of .NET projects.
http://fsprojects.github.io/FSharp.Configuration/
Other
114 stars 63 forks source link

URI type provider #103

Open dzmitry-lahoda opened 7 years ago

dzmitry-lahoda commented 7 years ago

I writing code which embeds many URI for data aggregation from many sources. It could be good to have URI type provider for URI validation during compilation, not during runtime. I.e. replace let root = new Uri("abc-some.company.com/v1/") via `type root = UriTypeProvider<"abc-some.company.com/v1/">".