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 6ec1692 commit 82d3906Copy full SHA for 82d3906
src/ImageSharp/Formats/ImageFormatManager.cs
@@ -102,8 +102,6 @@ public void AddImageFormat(IImageFormat format)
102
/// <returns><see langword="true"/> if a match is found; otherwise, <see langword="false"/></returns>
103
public bool TryFindFormatByFileExtension(string extension, [NotNullWhen(true)] out IImageFormat? format)
104
{
105
- Guard.NotNullOrWhiteSpace(extension, nameof(extension));
106
-
107
if (extension[0] == '.')
108
109
extension = extension[1..];
0 commit comments