Netatmo
Netatmo copied to clipboard
Blazor Wasm on .net5 and .net6, Flurl reports Operation is not supported on this platform
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: https://github.com/tmenier/Flurl/issues/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.