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");`
Removing using and code seems to work. See this GitHub sample that reproduces the error
The blog is for Preview 3, I'm using 7.0.100-preview.5.22307.18.
@halter73 please advise
The sample at New Results.Stream() overloads throws
ObjectDisposedException: Cannot access a disposed object. Object name: 'Image1'.because ofusingin the following lineusing var image = await Image.LoadAsync("puppy.jpeg");`Removing
usingand 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