Jacek Gąsiorowski
Jacek Gąsiorowski
### Fixes Issue #208 ### Description This is to fix malformed paths generated by Azure Storage instance created with SAS which includes container name already - [x] I've made sure...
In my scenario in Azure Storage Account I create containers manually and then generating Shared Access Signature (SAS) to this container. Generated sas contains container name in the path of...
fixes #207
https://github.com/axodox/AxoCover/blob/8fa4a433e073ec39f4090091bafe7af734bcb266/AxoCover/Models/Testing/Execution/OpenCoverProcessInfo.cs#L45 Hardcoded `-register:user` parameter causes that when running Visual Studio as administrator OpenCover is not able to register profiler. I have checked that with powershell runned as administraror I am...
Is there any way to read Excel file details such as: - Author - Title - Last modified by etc? Or maybe that can be some kind of enhanecment?
I am using this library to configure services on `IServiceCollection` and then transfer registrations to `IUnityContainer` by using `.BuildServiceProvider(IUnityContainer ...)` extension method. Currently I am trying to use it on...