Sorry, I had a bit of a brain fart there. Your patch looks fine as far as I can tell. I should note that this is a breaking change, due to the necessary changes in the concrete provider classes (those without .generated in the name). If you don't have custom code, you can just delete these files and regenerate. If you do have custom code, you can manually make the following changes shown in red:
public partial class Ws[Entity]Provider: Ws[Entity]ProviderBase
{
/// <summary>
/// Creates a new <see cref="Ws[Entity]Provider"/> instance.
/// Uses connection string to connect to datasource.
/// </summary>
/// <param name="url">The url to the nettiers webservice.</param>
public Ws[Entity]Provider(string url): base(url){}
}
}
Thanks for the contribution. Committed as SVN 477.
Ben Johnson
------------------------------
Member of the .NetTiers team
Visit http://www.nettiers.com
------------------------------