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
When using Netatmo project (latest version: v1.41) in a Blazor Webassembly project, flurl returns "Operation is not supported on this platform"
Runtime environement
Operating System (Platform and Version) : Webassembly
.Net version : 6
The issue is described in flurl repository: tmenier/Flurl#557, and the issue is fixed in flurl 3.2.0.
I tested it on Netatmo project and the issue is solved.
Updating Netatmo with Flurl.http 3.2.0 nuget package is the solution to fix.
The text was updated successfully, but these errors were encountered:
aurnor
changed the title
Blazor Wasm on .net5 and .net5, Flurl reports Operation is not supported on this platform
Blazor Wasm on .net5 and .net6, Flurl reports Operation is not supported on this platform
Dec 30, 2021
This PR is a simply convert to .Net 6 and update dependencies.
It should be fix issue #127
Next should be : use .Net 5 and 6 news features (likes records) + see
issue #147.
Describe the bug
When using Netatmo project (latest version: v1.41) in a Blazor Webassembly project, flurl returns "Operation is not supported on this platform"
Runtime environement
Operating System (Platform and Version) : Webassembly
.Net version : 6
The issue is described in flurl repository: tmenier/Flurl#557, and the issue is fixed in flurl 3.2.0.
I tested it on Netatmo project and the issue is solved.
Updating Netatmo with Flurl.http 3.2.0 nuget package is the solution to fix.
The text was updated successfully, but these errors were encountered: