8 references to Add
Microsoft.AspNetCore.Mvc.FunctionalTests (7)
FormFileUploadTest.cs (5)
37
content.
Add
(new StringContent("John's biography content"), "Biography", "Bio.txt");
61
content.
Add
(new StringContent("camera spec1 file contents"), "Specs[0].Value", "camera_spec1.txt");
62
content.
Add
(new StringContent("camera spec2 file contents"), "Specs[0].Value", "camera_spec2.txt");
64
content.
Add
(new StringContent("battery spec1 file contents"), "Specs[1].Value", "battery_spec1.txt");
65
content.
Add
(new StringContent("battery spec2 file contents"), "Specs[1].Value", "battery_spec2.txt");
SimpleWithWebApplicationBuilderTests.cs (2)
264
content.
Add
(new StringContent(new string('a', 42)), "file", "file.txt");
286
content.
Add
(new StringContent(new string('a', 42)), "file", "file.txt");
Microsoft.DotNet.Build.Tasks.Feed (1)
src\PublishArtifactsInManifestBase.cs (1)
1438
content.
Add
(packageContent, "package", "package.nupkg");