You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -134,7 +134,7 @@ public async Task TestNugetPackageWithNormalizedVersionInPurlExists()
134
134
[DataRow("pkg:nuget/razorengine",false,"RazorEngine - A Templating Engine based on the Razor parser.","Matthew Abbott, Ben Dornis, Matthias Dittrich","4.5.1-alpha001")]// Normal package, no specified version
135
135
[DataRow("pkg:nuget/[email protected]",false,"Scripting layer C# Server for MTA San Andreas","Slipe",null)]// Normal package, no specified version, pre-release versions only, returns null for latest version by default
136
136
[DataRow("pkg:nuget/slipeserver.scripting",true,"Scripting layer C# Server for MTA San Andreas","Slipe","0.1.0-ci-20221120-180516")]// Normal package, no specified version, pre-release versions only, returns latest pre-release for latest version because of override
137
-
[DataRow("pkg:nuget/[email protected]+667fd085",true,"The Pulumi .NET SDK lets you write cloud programs in C#, F#, and VB.NET.","Pulumi")]
137
+
[DataRow("pkg:nuget/[email protected]%2B667fd085",true,"The Pulumi .NET SDK lets you write cloud programs in C#, F#, and VB.NET.","Pulumi")]
138
138
[DataRow("pkg:nuget/[email protected]",true,"The Pulumi .NET SDK lets you write cloud programs in C#, F#, and VB.NET.","Pulumi")]
0 commit comments