pantosha
pantosha
FYI, We use coverlet msbuild tool to run tests for all tests projects in a solution file with the next command: ``` dotnet test solution.sln /p:CollectCoverage=true /maxcpucount:1 ``` The `/maxcpucount:1`...
I had the same problem. But I built package with `npx grunt` command and all is work. @maksimr, it's easy to reproduce at clean repository. Just run `npm install`, then...
@Mpdreamz, do you have any news? It's awful bug 😢
@JohanLarsson FxCop analyzers already has rule [CA1822](https://docs.microsoft.com/en-us/visualstudio/code-quality/ca1822) with similar behavior.
I slightly investigated how to add `attachments`. It's better to extend [`Spekt.TestLogger.Core.TestResultInfo`](https://github.com/spekt/testlogger/blob/365fc23a7091196c4c6ad61fc1f5cf0094de3100/src/TestLogger/Core/TestResultInfo.cs) with `Attachments` property (instead of extending `TestRunConfiguration`). This is due to a [`TestResult`](https://github.com/microsoft/vstest/blob/main/src/Microsoft.TestPlatform.ObjectModel/TestResult.cs#L52) that provide access to attachments....
@winromulus, could you review and merge PR? dotnet 7 end of life is pretty soon May 14, 2024 https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core
@eerhardt, https://github.com/StackExchange/StackExchange.Redis/pull/2497 is merged. Could you prepare the current PR for the merge? 😊
Bitbucket Server has Code Insights feature that is an alternative to GitHub Checks: * https://developer.atlassian.com/server/bitbucket/how-tos/code-insights/ * https://docs.atlassian.com/bitbucket-server/rest/latest/bitbucket-code-insights-rest.html
> https://github.com/open-telemetry/opentelemetry-specification/pull/2070/files @cijothomas are you going to merge this PR?
Oh, sorry, I missed that this is a link to a pull request with a convention. Thank you for the fast answer 😊