ChrisMissal / Formo

Formo allows you to use your configuration file as a dynamic object. Turn your web.config or application settings into a rich, dynamic object.
http://chrismissal.com/Formo/
MIT License
259 stars 33 forks source link

Add support for Microsoft.WindowsAzure.Configuration 3.0.0.0 #40

Closed noelbundick closed 7 years ago

noelbundick commented 9 years ago

CloudConfigurationManager was moved from the Microsoft.WindowsAzure namespace to Microsoft.Azure.

As a result, the Formo.Cloud NuGet package is no longer compatible with the latest version of Microsoft.WindowsAzure.Configuration, even with the correct bindingRedirects.

This change uses reflection to call CloudConfigurationManager in the appropriate namespace without breaking existing clients.