1 write to FilePath
aspire (1)
Backchannel\ExtensionBackchannelDataTypes.cs (1)
75FilePath = filePath;
5 references to FilePath
Aspire.Cli.Tests (5)
Interaction\ExtensionInteractionServiceTests.cs (5)
93Assert.Equal(logFilePath, action.FilePath); 100Assert.Null(action.FilePath); 144Assert.Equal(cliLogFilePath, action.FilePath); 149Assert.Equal(appHostLogFilePath, action.FilePath); 184Assert.Equal(logFilePath, action.FilePath);