3 references to GetFileNameWithContent
Aspire.Hosting.MySql (1)
MySqlBuilderExtensions.cs (1)
240var configStoreFilename = aspireStore.GetFileNameWithContent($"{builder.Resource.Name}-config.user.inc.php", tempConfigFile);
Aspire.Hosting.Tests (2)
AspireStoreTests.cs (2)
79var filePath = store.GetFileNameWithContent(filename, tempFilename); 98Assert.Throws<FileNotFoundException>(() => store.GetFileNameWithContent("testfile.txt", "randomfilename.txt"));