Medeni Baykal

Results 34 comments of Medeni Baykal

I was OOF, I'll wait for @patriksvensson too.

/cc @Evangelink, @nohwnd This also affects testfx, I temporarily disabled shallow fetch on our signed pipelines to bypass this.

@SimonCropp thanks for your feedback.

Thank you for reporting this, we are aware of this issue. Unfortunately we cannot break compatibility with older TFMs, so we are adding newer frameworks to our packages slowly. I'll...

Value returned from `GetDisplayName` should be unique for each data. Can you fix that, and try again?

I am investigating the issue, meanwhile as a workaround, you can add this to your assembly. ```csharp [assembly: TestDataSourceDiscovery(TestDataSourceDiscoveryOption.DuringExecution)] ```

That's possible solution @notcake, but it breaks compatibility. @sandersaares, could you try our latest version, this issue should be fixed in it.

This is partly done. It's possible to pass environment variables into the `dotnet test` command via the `--environment` parameter with https://github.com/dotnet/sdk/pull/13436. `--launch-profile` support is on hold for the time being...