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
(Remove parameterBuilder = null and add new overload without parameters)
Although it isn’t ABI-compatible, it is source-compatible, so I wouldn’t consider it a breaking change.
Describe the bug
I noticed that Visual Studio 2026 with ReSharper reports an ambiguity between the following API overloads:
While this is a false positive, the project compiles successfully and all tests pass, I would suggest changing the API to the following:
(Remove
parameterBuilder = nulland add new overload without parameters)Although it isn’t ABI-compatible, it is source-compatible, so I wouldn’t consider it a breaking change.
Version info: