We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 429719b commit a3c9902Copy full SHA for a3c9902
src/Servers/HttpSys/test/FunctionalTests/ResponseCachingTests.cs
@@ -21,7 +21,7 @@ public class ResponseCachingTests
21
22
public ResponseCachingTests()
23
{
24
- _absoluteFilePath = Directory.GetFiles(Directory.GetCurrentDirectory()).First();
+ _absoluteFilePath = Path.Combine(Directory.GetCurrentDirectory(), "Microsoft.AspNetCore.Server.HttpSys.dll");
25
_fileLength = new FileInfo(_absoluteFilePath).Length;
26
}
27
0 commit comments