6 references to CreateOperation
Microsoft.NET.Sdk.StaticWebAssets.Tests (6)
StaticWebAssets\UpdateStaticWebAssetEndpointsTest.cs (6)
42CreateOperation("Append", "Header", "Cache-Control", "immutable")
83CreateOperation("Remove", "Header", "Cache-Control", null)
128CreateOperation("RemoveAll", "Header", "ETag", null)
173CreateOperation("RemoveAll", "Header", "ETag", "W/\"integrity\"")
215CreateOperation("Replace", "Header", "Cache-Control", "max-age=31536000, immutable", "immutable")
272CreateOperation("Append", "Header", "Cache-Control", "immutable")