You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The sample at New Results.Stream() overloads throws ObjectDisposedException: Cannot access a disposed object. Object name: 'Image1'.because ofusingin the following line using var image = await Image.LoadAsync("puppy.jpeg");`
The sample at New Results.Stream() overloads throws
ObjectDisposedException: Cannot access a disposed object. Object name: 'Image
1'.because of
usingin the following line
using var image = await Image.LoadAsync("puppy.jpeg");`Removing
using
and code seems to work. See this GitHub sample that reproduces the errorThe blog is for Preview 3, I'm using
7.0.100-preview.5.22307.18
.@halter73 please advise
The text was updated successfully, but these errors were encountered: