Serj
Serj
I have also noticed that @Eneuman version doesn't enumerate pages via `GetCertificateVersionsNextAsync()`
@sonvister absolutely agree with you. I'm getting a bunch of symbols for 1M using `Task.WhenAll()` and now have to make a tricky `Task.Run()` workaround in order to swallow the exception....
UPD: After R# repairing I can't run the VS StyleCop even after reinstalling the extension
``` 2277 | ERROR | LegacySitePackage failed for package [StyleCop.VisualStudio.StyleCopVSPackage, StyleCop.VisualStudio, Version=5.0.0.0, Culture=neutral, PublicKeyToken=f904653c63bc2738]Source: 'mscorlib' Description: Could not load type 'Microsoft.VisualStudio.TestPlatform.ObjectModel.InProcDataCollector.InProcDataCollection' from assembly 'Microsoft.VisualStudio.TestPlatform.ObjectModel, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. System.TypeLoadException: Could not...
Generated by Code Cleanup:  Generated by Alt+Enter:   First one doesn't match the rule `SA1623 PropertySummaryDocumentationMustMatchAccessors`
Hey @matkoch, thank you for the reply! I have inserted the link to the initial comment: 
Just faced the same issue.
I guess you should use the `Default Namespace` from the project properties and then add the path the to cshtml: `Root.Sample.Project.Templates.MyTemplate.cshtml`
@lukencode @bjcull Guys could you please describe a best way practice for using the Embedded views? Let's say we have a library (EmailService) with all the Templates which is shared...
@kamranayub have tried create a custom implementation of `DelegatingHandler` and register it via `AddHttpMessageHandler`? Then you can try to override `SendAsync` method and do whatever you want with the `request.RequestUri`