请你帮我解释为什么会出现这个错误?System.Net.Http.HttpClientExtensions的模糊使用
error:Severity Code Description Project File Line Suppression State Error CS0121 The call is ambiguous between the following methods or properties: 'System.Net.Http.HttpClientExtensions.SetBearerToken(System.Net.Http.HttpClient, string)' and 'System.Net.Http.HttpClientExtensions.SetBearerToken(System.Net.Http.HttpClient, string)' ImportTrustsApp C:\@Noha Basiony\NowInfinity Web\web\smsf.web\ImportTrustsApp\Program.cs 45 Active
[This](https://stackoverflow.com/questions/31729186/c-sharp-compiler-cs0121-the-call-is-ambiguous-between-the-following-methods-or)问题可能是如果你碰巧使用ReSharper,这会很有帮助。 – Poosh