Azure-Player / SCD-Merge-Wizard

SCD Merge Wizard is an application which will help you generate T-SQL statement for merging data from two tables into one table in minutes. At the end, generated T-SQL statement can be used to replace Microsoft's SSIS Slowly Changing Dimension component.
GNU General Public License v3.0
42 stars 18 forks source link

Upgrade to the latest version of .Net Framework #21

Closed jwk6 closed 2 weeks ago

jwk6 commented 1 year ago

Executing ScdMergeWizard.exe will result in the following if .Net Framework 3.5 is not installed. This is increasingly difficult to deal with, because most organizations do not have the group policy configuration that will allow the download to succeed. And, selecting "Skip this installation" will result in a silent failure to run the application.

Can we release a version of SCD Merge Wizard built with .Net Framework 4.8?

https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-framework

image

image

NowinskiK commented 1 year ago

I'm happy for you to do this. There is some additional efforts required due to old libraries in use. If you are able to rework this - raise a PR and I will review and release.