Matt Davis

Results 11 comments of Matt Davis

I would argue that the implementation should be done as an extension to the Microsoft ILogger interface as opposed to a single implementation. I have an example here which also...

@fedarovich - That is really cool. Had you considered hijacking the "format" field instead of using the `.Named` extension? Also in my implementation I have specific overloads on the string...

I hit an interesting issue relating to this in an async background service that was supposed to be handling google pub sub messages so I don't know if the threading...

Thanks @nblumhardt for the work around, should work fine and I will give it ago when back at the office. If you happen to be making changes to the docker...

@nblumhardt I understand, we have a way so it doesn't make sense to sink (no pun intended) time into it. I can confirm the script approach worked fine so let's...

Got the same issue without any build chain. The only thing special about this build is that it uses branch building. ``` [2017-07-28 09:44:22,496] INFO - jetbrains.buildServer.SERVER - SlackNotificationListener ::...

@shachar-ash I have since left the company but I believe we where still getting it. Sorry I couldn't be of more help.

If anyone is up for the challenge I think it is as simple as calling `isPersonal` on `SRunningBuild` in `SlackNotificationListener` `private void processBuildEvent(SRunningBuild sRunningBuild, BuildStateEnum state)` http://javadoc.jetbrains.net/teamcity/openapi/9.1/jetbrains/buildServer/serverSide/SRunningBuild.html https://github.com/PeteGoo/tcSlackBuildNotifier/blob/master/tcslackbuildnotifier-core/src/main/java/slacknotifications/teamcity/SlackNotificationListener.java I would...

Same issues here. Works fine when right clicking folder but not from the command pallet

@fabricioferreira Jfrog hosted artifactory. I don't see that disappearing anytime soon. You can setup remote virtual feeds on that so that you can have a single nuget feed to hit....