Js types and IReturn<List<T>>

Hi,
I’ve got a request that return a List object like this:

public class GetDtoEntityNames : IReturn<List<string>>
{
}

In the javascript returned from “types/js” I get this error:

I should avoid to return a List?

Thanks in advance.
Gianmaria

This should now be resolved from the latest v6.0.1 that’s now available on MyGet.

Although we expect to release v6.0.2 on NuGet tomorrow if you want to wait till then to upgrade.

v6.0.2 containing this fix is now available on NuGet.

Thanks a lot.

Gianmaria