Marcell Spies

Results 35 comments of Marcell Spies

Yes, it is possible, but cannot be restricted to namespaces. It generally applies to all public methods and properties. @Ralf1108 Could you confirm this information and maybe update the documentation?

Currently we don't have a solution for it. It's quite complex, cause of the generated state machine by the c# compiler. Similar issues should occur for methods with yield return....

Sure, that would be great. It should be implemented somehow like postsharp does it (http://doc.postsharp.net/t_postsharp_extensibility_multicastattributes). And please write tests for it.

It should not be configurable, cause the API could return different information in a different structure which has to be handled in the code.

Maybe we can switch it to an older API version. So we are compatible to the on-premise TFS and VSTS. Could you try this and make a PR?

The problem is that if a newer api version is defined the response could be invalid, too. We can make it configurable, but we need to keep a default value...

If you send me a link then I can check it. I have a VSTS account. You can create one for free, too, if you want to.

That could be a larger change, cause the build monitor is looking for config files on several places. And the Dockerfile is also dependent on them for working correctly. Maybe...

Good idea. You can implement it, if you want to.

Hey @lochsh, originally the build monitor was intended to show builds. If I understand you correctly, the build itself isn't paused, but the configuration is. So, the gray color could...