Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio Support (DDEX) for PostgreSQL with Entity Framework - Where is the setup file? (.exe)

I wanted to start using PostgreSQL with Entity Framework, so I went to Visual Studio Support (DDEX) page, which says:

Grab the latest setup program (.exe-file) from https://github.com/npgsql/npgsql/releases and run it.

I went to that page, but I can't find the .exe installation file anywhere. Where do I find the installation for DDEX tools?

P.S. There might be a possibility that the file was in front of my nose but I didn't see it. In that case feel free to down-vote me, but please leave the answer with the location/instructions where I can find the file :)

like image 813
Anil Avatar asked Sep 16 '25 15:09

Anil


1 Answers

I used for it version 2.2.5 and this version contains "setup program (.exe-file)". See there: https://github.com/npgsql/npgsql/releases/tag/v2.2.5 I spent a lot of time to find this simple way.

like image 112
Pavel Samoylenko Avatar answered Sep 18 '25 09:09

Pavel Samoylenko