The swagger file I am trying to generate a c# client for is at: https://gist.github.com/s093294/a98d53c961e40b0fa3d8
but for some reason, even though it has the info.title set, the generted client is named Unknowntype
public partial class Unknowntype : ServiceClient<Unknowntype>, IUnknowntype
{
}
Anyone who can explain it?
When i downloaded the file from github and put it into my project and used autorest from visual studio against the local file, the problem was solved.
Not sure if the file got cached somewhere when using the url to github.