We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b34d8a4 commit ac930c7Copy full SHA for ac930c7
src/Magick.NET/MagickNET.cs
@@ -489,7 +489,7 @@ void IMagickNET.SetRandomSeed(int seed)
489
490
private static void CheckImageMagickFiles(string path)
491
{
492
- foreach (var configurationFile in ((IConfigurationFiles)ConfigurationFiles.Default).All)
+ foreach (var configurationFile in ConfigurationFiles.Default.All)
493
494
var fileName = Path.Combine(path, configurationFile.FileName);
495
Throw.IfFalse(nameof(path), File.Exists(fileName), $"Unable to find file: {fileName}");
0 commit comments