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
The SDK 8 preview that comes with the latest VS2022 preview introduces an overload resolution ambiguity that is not in the stable SDK. See this repo for a reproduction and this or this workflow run to watch a build fail.
The issue is also in the latest SDK 9 preview. It's not reproducible on dotnetfiddle, the latest SDK bits there are from Jan 24.
Everything is fine on 8.0.204.
This might be related to collection expression conversions since the method overload in question has a params [] parameter.
The text was updated successfully, but these errors were encountered:
The SDK 8 preview that comes with the latest VS2022 preview introduces an overload resolution ambiguity that is not in the stable SDK. See this repo for a reproduction and this or this workflow run to watch a build fail.
The issue is also in the latest SDK 9 preview. It's not reproducible on dotnetfiddle, the latest SDK bits there are from Jan 24.
Everything is fine on 8.0.204.
This might be related to collection expression conversions since the method overload in question has a
params
[] parameter.The text was updated successfully, but these errors were encountered: