-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Temp path can not be found #1
Comments
After digging a bit more, I found the issue related to the MSBuild integration. May be you can make your extension also working with the collector. The project I'm using can be found here ObservableTests. |
I’ll look into it as soon as I can. Once I figure out how to build a settings page for the extension I should be able to do some things to improve usability. |
I'm also having the same issue. |
Hi All, Would a few of you be kind enough to try a version of the extension out for me and see if it fixes your problem ? I've created a fix branch and uploaded a preview version of the vsix extension installer. Coverlet.collector doesn't offer the same functionality as Coverlet.msbuild does so the Exclude Assemblies File Pattern setting won't apply and I also couldn't use coverlet to merge the results file into one, which I need to be able to show code highlighting. Thankfully @danielpalme supports this in Report Generator, so I've switched to using the merged results instead. If someone could run the vsix from this branch and give me some feedback that'd be great. |
I tried to install the VSIX. But the installation failed:
Same issue with current release in MarketPlace. Installation only works when triggered in VS. |
That’s strange. I don’t get that behavior from my two machines and they have different editions of visual studio.
I’ll upload it to the market place when I get a chance.
…________________________________
From: Daniel Palme <[email protected]>
Sent: Sunday, June 28, 2020 6:04:36 PM
To: the-dext/RunCoverletReport <[email protected]>
Cc: Chris Dexter <[email protected]>; Comment <[email protected]>
Subject: Re: [the-dext/RunCoverletReport] Temp path can not be found (#1)
I tried to install the VSIX. But the installation failed:
28.06.2020 19:00:54 - VSIXInstaller.NoApplicableSKUsException: This extension is not installable on any currently installed products.
bei VSIXInstaller.App.InitializeInstall(Boolean isRepairSupported)
bei VSIXInstaller.App.InitializeInstall()
bei System.Threading.Tasks.Task.InnerInvoke()
bei System.Threading.Tasks.Task.Execute()
Same issue with current release in MarketPlace. Installation only works when triggered in VS.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<#1 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AB6Q3RW55BBEMKVFQT3DZN3RY5Z2JANCNFSM4N2JR4FQ>.
|
Ok, got it working with a private feed (see https://devblogs.microsoft.com/visualstudio/create-a-private-gallery-for-self-hosted-visual-studio-extensions/). But problem does still exist. No coverage file is available after test execution.
|
I have the exact same packages. Have you checked the options tab in tools | options to make sure the extension isn’t set to use msbuild?
You’ll definitely get that error if it’s set to expect one way of working but it actually the other.
…________________________________
From: Daniel Palme <[email protected]>
Sent: Sunday, June 28, 2020 6:15:31 PM
To: the-dext/RunCoverletReport <[email protected]>
Cc: Chris Dexter <[email protected]>; Comment <[email protected]>
Subject: Re: [the-dext/RunCoverletReport] Temp path can not be found (#1)
Ok, got it working with a private feed (see https://devblogs.microsoft.com/visualstudio/create-a-private-gallery-for-self-hosted-visual-studio-extensions/).
But problem does still exist. No coverage file is available after test execution.
My dependencies:
* Microsoft.NET.Test.Sdk 16.6.1
* xunit 2.4.1
* xunit.runner.visualstudio 2.4.2
* coverlet.collector 1.3.0
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<#1 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AB6Q3RWHAAIVR4T2OY3PAFTRY53DHANCNFSM4N2JR4FQ>.
|
Disabling MSBuild in the settings did the trick. Now it's working. |
That’s a good idea. I need to learn a bit more about the extensibility sdk, and hopefully it’ll make adding new features easier.
…________________________________
From: Daniel Palme <[email protected]>
Sent: Sunday, June 28, 2020 6:41:52 PM
To: the-dext/RunCoverletReport <[email protected]>
Cc: Chris Dexter <[email protected]>; Comment <[email protected]>
Subject: Re: [the-dext/RunCoverletReport] Temp path can not be found (#1)
Disabling MSBuild in the settings did the trick. Now it's working.
Is it possible to add some auto detection?
And maybe output a warning if neither collector or MSBuild package is referenced.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<#1 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AB6Q3RXVXOG3ACN5BC6MMOTRY56GBANCNFSM4N2JR4FQ>.
|
I had the same error. The installation/fix was as follows:
|
After runnig the tool the following error will be displayed:
Could not find file TempPath-GUID-\coverage.cubertura.xml
The given location exist, but contains an empty folder name "coverageReport".
The text was updated successfully, but these errors were encountered: