1 implementation of GetFileNameWithContent
Aspire.Hosting (1)
ApplicationModel\AspireStore.cs (1)
61public string GetFileNameWithContent(string filenameTemplate, Stream contentStream)
3 references to GetFileNameWithContent
Aspire.Hosting.Tests (3)
AspireStoreTests.cs (3)
62var filePath = store.GetFileNameWithContent(filename, content); 97var filePath = store.GetFileNameWithContent(filename, content); 102var filePath2 = store.GetFileNameWithContent(filename, content);