avivanoff
avivanoff
@erikmav, we are using Microsoft.Build.CopyOnWrite 1.0.282. Using v=diag did not help much, unless I am not looking for the right thing. I can send you the log privately if that...
@erikmav, logs are sent. Let me know if they went through.
@brentschmaltz, @ciaozhang, I must be missing something, but the following does not work for me: ``` var cert = FindSingnigECDsaCertificate(); var now = DateTime.UtcNow; var desc = new SecurityTokenDescriptor {...
Should this issue be reopened or a new one created?
This would be a welcome addition.
@Evangelink, is there a beta NuGet package to try it out?
> You can test it out using our [AzDO feed](https://github.com/microsoft/testfx/blob/main/docs/preview.md) and use any version greater or equal to `3.6.0-preview.24366.13` Tested in a few of our internal projects, no issues found.
Just to be sure. Does it mean that when you process classes marked with TestClassAttribute you include the whole hierarchy? Will DeploymentItemAttribute on TestBase be processed as well?
> Assuming you don't have test methods in `TestBase` then you don't need the `[TestClass]` attribute on the base class. Removal of `TestClass` from `TestBase` triggers `MSTEST0004: Public types should...
@Evangelink, any updates?