tareqimbasher / NetPad

A cross-platform C# editor and playground.
MIT License
1.27k stars 66 forks source link

Is Integrated Security supported ?? #252

Open fasilmarshooq opened 3 weeks ago

fasilmarshooq commented 3 weeks ago

I was able to successfully test connection using below connection string

Data Source=<some_server>;Initial Catalog=<some_db>;Integrated Security=True;Trust Server Certificate=True;

But fails during scaffolding with error

One or more errors occurred. (No scaffolded files found in output dir.)

Note - I am able to make a connection to some other sql server using Basic Auth

tareqimbasher commented 3 weeks ago

It should work yes. Unfortunately the error "No scaffolded files found in output dir" isn't very informative, and hides the true issue. The upcoming update will show the actual error/issue the app faced during scaffolding.

I'll test this and see what's going on.

fasilmarshooq commented 3 weeks ago

Thanks for the update.