axodox / AxoCover

Nice and free .Net code coverage support for Visual Studio with OpenCover.
https://marketplace.visualstudio.com/items?itemName=axodox1.AxoCover
MIT License
248 stars 60 forks source link

Test with EndPoints in app.config can be load it #133

Open MiguelRemirez opened 7 years ago

MiguelRemirez commented 7 years ago

I have a few tests projects that has a endpoint in the app.Config. When the tests are executed by "tester" of visual studio the test works fine but when the test are executed since the AxoCover,then, when the test trying load the endpoint since app.config, throw a exception because he cant load the endpoint.

El método de inicialización de la clase Project.Test.WcfTest.ClassInitialize produjo una excepción. System.Configuration.ConfigurationErrorsException: System.Configuration.ConfigurationErrorsException: No se encontró la extensión de enlace de configuración 'system.serviceModel/bindings/basicHttpsBinding'. Compruebe que esta extensión de enlace está registrada correctamente en system.serviceModel/extensions/bindingExtensions y que está escrita sin errores. (C:\Project\Products\Tests\Project.Test.WcfTest\bin\Debug\Project.Test.WcfTest.dll.config line 18).