-
Notifications
You must be signed in to change notification settings - Fork 269
Closed
NuGet/NuGet.Client
#4817Labels
Priority:1High priority issues that must be resolved in the current sprint.High priority issues that must be resolved in the current sprint.Product:VS.ClientRegressionFromPreviousRTMA regression from the last RTM. Example: worked in 6.2, doesn't work in 6.3A regression from the last RTM. Example: worked in 6.2, doesn't work in 6.3Type:Bug
Milestone
Description
[Fact]
public void IsVSOfflineFeed_ReturnsTrue()
{
TelemetryUtility.IsVsOfflineFeed(new PackageSource(@"C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\")).Should().BeTrue();
}This test should succeed, but it fails.
The reason is we are detecting the offline feed based on the bitness of the VS process, but we should be checking for both.
This has been broken since 6.0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Priority:1High priority issues that must be resolved in the current sprint.High priority issues that must be resolved in the current sprint.Product:VS.ClientRegressionFromPreviousRTMA regression from the last RTM. Example: worked in 6.2, doesn't work in 6.3A regression from the last RTM. Example: worked in 6.2, doesn't work in 6.3Type:Bug
Type
Fields
Give feedbackNo fields configured for issues without a type.