Sergey Bezzubchenko

Results 9 comments of Sergey Bezzubchenko

I don't see Library.Test.pdb folder generated. I tried also setup on the same machine where Visual Studio is. I can see only this: ![image](https://user-images.githubusercontent.com/1973441/29885558-18cbcd16-8d6c-11e7-8dbe-f9eb26f45a12.png) ![image](https://user-images.githubusercontent.com/1973441/29885520-fafbec94-8d6b-11e7-9a4a-8a691cc2bf1d.png) What is responsible for generating...

No exceptions or something which stands out from the logs.

One step closer. Added this to .csproj file ``` full True ``` Now i can see pdb info is generated after i pushed new package. ![image](https://user-images.githubusercontent.com/1973441/29895375-bfb16516-8d8d-11e7-9ecf-dc6266100807.png) The only problem that...

Appears I was going to wrong server that's why url mismatch. After I updated the settings Visual Studio was able to load the symbols. The only problem remains is visual...

In general it'll work but I'm not sure how to achieve the following. I'm using mocha for api testing so i have to supply oauth token with every api call....

That's right. The only issue seems like you cannot call any of mocha before, it, describe in require(d) files. Tried to trick it but didn't work. Either getting before is...

That will work. The only inconvenience we'll have to have before for each describe but seems like there is no any other easy way. What about global after? Any suggestions...

Created a new pull request for Core .NET Standard 1.6. Unit tests are passing + SqlServer integration tests are passing https://github.com/tmsmith/Dapper-Extensions/pull/152

Another approach where existing DapperExtensions project was converted to multitarget .net standard 1.6/ .net 4.5.2 https://github.com/tmsmith/Dapper-Extensions/pull/153