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 accc4aa commit af70a40Copy full SHA for af70a40
src/ImageSharp.Web/Caching/PhysicalFileSystemCache.cs
@@ -91,7 +91,7 @@ public PhysicalFileSystemCache(
91
/// <param name="webRootPath">the webRootPath.</param>
92
/// <param name="contentRootPath">the contentRootPath.</param>
93
/// <returns>root path.</returns>
94
- internal static string GetCacheRoot(in PhysicalFileSystemCacheOptions cacheOptions, in string webRootPath, in string contentRootPath)
+ internal static string GetCacheRoot(PhysicalFileSystemCacheOptions cacheOptions, string webRootPath, string contentRootPath)
95
{
96
var cacheRoot = string.IsNullOrEmpty(cacheOptions.CacheRoot)
97
? webRootPath
0 commit comments