microsoft / SqlNexus

SQL Nexus is a tool that helps you identify the root cause of SQL Server performance issues. It loads and analyzes performance data collected by SQL LogScout, SQLDiag or PSSDiag. It can dramatically reduce the amount of time you spend manually analyzing data.
MIT License
356 stars 101 forks source link

Upgrade SQLNexus to support .NET Framework 4.8/4.8.1 #173

Closed PiJoCoder closed 2 years ago

PiJoCoder commented 2 years ago

Tested this out. When we switch the target, naturally .NET framework 4.8 is required to be installed. We probably don't want to set this bar for now on all SQL Nexus users on the one hand

image

On the other hand, the current .NET framework version targeted in SQL Nexus is on the unsupported list and is 7-years old:

image

Perhaps it's time we upgrade already

PiJoCoder commented 2 years ago

@gambit9009 and @asavioli for comments

PiJoCoder commented 2 years ago

Associated PR #179 Commits: 435872b79e81abab682cd23bb4519857c941642f 7dc696d70d029732b64e3452982e681cf789c05b

PiJoCoder commented 2 years ago

Additional commit to upgrade remaining projects to 4.8 d6b165769501b77cd5a21285e77064ed28f8c5b6