You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Main invokes the CodeGenConsole passing in a default connection string to the database where CDC is to be enabled (this can be overridden using a command line argument or environment variable).
public static Task<int> Main(string[] args)
=> new CodeGenConsole("Data Source=.;Initial Catalog=SqlServerSidecarDemo;Integrated Security=True;TrustServerCertificate=true")