-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A System.NullReferenceException was throwing when get a **gif** image using Image.FromFile() method #54475
Comments
Tagging subscribers to this area: @safern, @tarekgh Issue DetailsDescriptionA System.NullReferenceException was throwing when get a gif image using Image.FromFile() method. Expected behavior: Minimal repro:
Configuration.NET SDK 6.0.100-preview.7.21320.4 Regression?Yes, this is a regression issue. Other informationThis issue doesn't repro when file was saved on a local path
|
Note: This issue doesn't repro when file was saved on a local path cc @adamsitnik |
Tagging subscribers to this area: @dotnet/area-system-io Issue DetailsDescriptionA System.NullReferenceException was throwing when get a gif image using Image.FromFile() method. Expected behavior: Minimal repro:
Configuration.NET SDK 6.0.100-preview.7.21320.4 Regression?Yes, this is a regression issue. Other informationThis issue doesn't repro when file was saved on a local path
|
@adamsitnik since this was a regression, are you going to port this to Preview6 branch? |
We should definitely do that. Do we have some nice bot for that? |
This issue has been fixed on .NET SDK latest build 6.0.100-preview.7.21324.6 |
Description
A System.NullReferenceException was throwing when get a gif image using Image.FromFile() method.
CallStack.txt
Expected behavior:
The gif image should get using Image.FromFile() method correctly.
Minimal repro:
Image.FromFile(@"\\ServerName\Images\animated.gif");
Below is the animated.gif file:
Configuration
.NET SDK 6.0.100-preview.7.21320.4
Regression?
Yes, this is a regression issue.
Other information
This issue doesn't repro when file was saved on a local path
The text was updated successfully, but these errors were encountered: