6 writes to FileName
Aspire.Hosting.Tests (6)
Backchannel\AppHostRpcTargetUploadTests.cs (6)
28FileName = "test.txt", 63FileName = fileName, 87FileName = "file.txt", 110FileName = "test.txt", 129FileName = "large.bin", 153FileName = "test.txt",
2 references to FileName
Aspire.Hosting (2)
Backchannel\AppHostRpcTarget.cs (2)
258throw new InvalidOperationException($"File '{request.FileName}' exceeds the maximum upload size of {maxUploadSize} bytes."); 270var (fileId, filePath) = fileUploadStore.CreateEntry(request.FileName, request.InteractionId, request.InputName);