How can i fix this problem, I have tried everything but always the same error:

I am using this API: https://github.com/xamarin/google-apis

enter image description here

有帮助吗?

解决方案

Convert it to explicit call to the extension:

        var attribute = 
         Google.Apis.Util.Utilities.
             GetCustomAttribute<Google.Apis.Util.RequestParameterAttribute>
                 (property);
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top