Skip to content

C# code generation for GoogleImageSearch incorrectly adding generic parameter to extended class ImageSearch #41

@amwebb

Description

@amwebb

Code generator is producing class definition for GoogleImageSearch that does not compile in C#. The following is produced:

public class GoogleImageSearch : ImageSearch<ImageSearchResult>

According to equivalent java version, it should be:

public class GoogleImageSearch : ImageSearch

Although, i'm not sure it is doing the correct thing in java. Seems like ImageSearch should have a generic parameter and GoogleImageSearch should extend ImageSearch.

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions