Sl1ckR1ck
Sl1ckR1ck
Is the Microsoft.VisualStudio.Services.ReleaseManagement.WebApi.dll sourcecode available anywhere? Im trying to figure out if im using it wrong or if it is a bug... Also not too sure who to report bugs...
Ok so i managed to make it work but i still am not sure how to properly set the ContentType. I have the choice between ItemContentType.RawText and ItemContentType.Base64Encoded but i...
Hi, sorry for the delay. Here is the traceback: Traceback (most recent call last): File "c:\Users\eric\.vscode\extensions\ms-python.python-2020.2.64397\pythonFiles\ptvsd_launcher.py", line 48, in main(ptvsdArgs) File "c:\Users\eric\.vscode\extensions\ms-python.python-2020.2.64397\pythonFiles\lib\python\old_ptvsd\ptvsd\__main__.py", line 432, in main run() File "c:\Users\eric\.vscode\extensions\ms-python.python-2020.2.64397\pythonFiles\lib\python\old_ptvsd\ptvsd\__main__.py", line...
Here it is. However this will work best if you have a TFS Server available. ```python from typing import Sequence from typing import List def main(p_Args:Sequence[str]) -> int: from azure.devops.connection...
Here is the test log file if it may help [logs.host.21-12-03_15-33-38_85307_24 (1).txt](https://github.com/microsoft/testfx/files/7652311/logs.host.21-12-03_15-33-38_85307_24.1.txt)
Yes! Thanks that was it. Some of my unit tests projects had no default namespace defined. After entering one the problem was gone. I guess this should be fixed as...
Waiting for this too before continuing porting to .NET Core. No point to start writing reading CSV, DB, etc code if this is coming soon? I see that @nohwnd assigned...