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