❔ "Call site reachable by all platforms" but "only supported on: 'windows'"?
The error occurs when the authorization window is closed. I recently updated this project with .NET Framework 4.8 to .NET 7.0
3 Replies
The code will be executed on all platforms, but it will only work on Windows
Since this appears to be ASP.NET and you updated from Framework 4.8 to .NET 7, then I assume you're using ASP.NET (not Core)
as I understand it, I have to change something here to avoid the errors described above? If so, what exactly?
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.