karishmal / google-api-dotnet-client

Automatically exported from code.google.com/p/google-api-dotnet-client
Apache License 2.0
0 stars 0 forks source link

.Net Google.Apis.Admin.Directory.directory_v1 1.8.1.370. #479

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. existing code that uses the User.Organizations and User.Phones "Add" method.
2. existing code that list User.Organizations and User.Phones.
3. upgrade .Net Google.Apis.Admin.Directory.directory_v1 from 1.8.1.340 to 
1.8.1.370. 

What is the expected output?
I should be able to compile, but I get errors.

What do you see instead?
The following compiler errors:

Error   7   'object' does not contain a definition for 'Add' and no extension 
method 'Add' accepting a first argument of type 'object' could be found (are 
you missing a using directive or an assembly reference?)

Error   1   Cannot apply indexing with [] to an expression of type 'object'

Error   3   Cannot implicitly convert type 'object' to 
'System.Collections.Generic.IList<Google.Apis.Admin.Directory.directory_v1.Data.
UserOrganization>'. An explicit conversion exists (are you missing a cast?) 

What version of the product are you using? 1.8.1.370
What is your operating system? Windows 7
What is your IDE? VS 2013
What is the .NET framework version? 4.5

Please provide any additional information below.

Original issue reported on code.google.com by wthomp...@madison.k12.wi.us on 15 Jul 2014 at 2:30

GoogleCodeExporter commented 9 years ago

Original comment by pele...@google.com on 31 Jul 2014 at 2:50