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
Copy file name to clipboardExpand all lines: src/PackageReferenceVersionToAttributeExtension/Commands/ConvertPackageReferenceVersionElementsToAttributesCommand.cs
Copy file name to clipboardExpand all lines: src/PackageReferenceVersionToAttributeExtensionTests/ConvertPackageReferenceVersionElementsToAttributesCommandTests.cs
+71Lines changed: 71 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -298,6 +298,77 @@ public async Task ExecuteAsync_WithOneSelectedProjectWithConditionalElements_Suc
298
298
project.Contents);
299
299
}
300
300
301
+
/// <summary>
302
+
/// Verifies that the <c>ExecuteAsync</c> method completes successfully
303
+
/// when one project is selected in the solution,
304
+
/// which contains an XML namespace.
305
+
/// </summary>
306
+
/// <returns>A task representing the asynchronous test operation.</returns>
0 commit comments