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.
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.