Jakub Linhart
Jakub Linhart
@petli thanks. Source code is available on all build and test agents always on the same path. https://github.com/coverlet-coverage/coverlet/issues/1271 seems to be related to this issue. I will try to run...
@MarcoRossignoli thanks for your suggestion. I created a minimal example [project](https://github.com/JakubLinhart/coverlet-frombin). Diag log files are [here](https://github.com/JakubLinhart/coverlet-frombin/blob/main/logs/nocoverage/log.datacollector.22-02-07_23-58-34_80987_5.txt), [here](https://github.com/JakubLinhart/coverlet-frombin/blob/main/logs/nocoverage/log.host.22-02-07_23-58-35_14545_5.txt) and [here](https://github.com/JakubLinhart/coverlet-frombin/blob/main/logs/nocoverage/log.txt). I can't find anything interesting in these logs. It seems like...
It is missing in `ClassLibrary1` project but `ClassLibrary1.pdb` is still there in TestProject1: `TestProject1\bin\Debug\net6.0\ClassLibrary1.pdb`. So the question is why coverlet uses a pdb from class library project (`ClassLibrary1\obj\Debug\netstandard2.1\ClassLibrary1.pdb`) and an...
But to the question of why `TestProject1\bin\Debug\net6.0\ClassLibrary1.pdb` is missing: I don't want to copy `bin`/`obj` of all projects from build agent to integration test agents since they are huge (several...
Yes, publishing from a single build agent and then running tests on multiple test agents. I understand that PDB files are needed for the instrumentation. The PDB file is available...
Yes, there is no Infusion API to interact with map. Still you can use Ultima.dll library in your script. For example: ``` #r "..\bin\Ultima.dll" private static ISet treeTiles = new...
Maybe it is duplicate to https://github.com/uoinfusion/Infusion/issues/162.
It is philosophical question if the issue is duplicate of itself :). Anyway I'm sorry, I meant #159.
Infusion doesn't patch client process and this warning seems to come from client. Does e.g. Razor remove this warning?
I will take a look at Razor how is it done here, but I really don't want to implement client patching for Infusion. But I would welcome this feature, if...