Description
You might remember the Linux question I asked during your talk in Vienna. I wanted to follow up here as I started looking at the code.
Question no1 is of course my VS complaining about netfw version used because I only have the newer target packs (it not being net48).
Question no2 is about SMO and 140 - is this for downlevel support, do newer versions no longer contain the necessary .dlls, do newer version not play nicely with older version of SQL Server? (by a strange coincidence that preview version has something to do with the very recent SqlClient 6.0.1 release)
(I checked with ILSpy, eg Microsoft.SqlServer.Management.XEvent.dll is an AnyCPU assembly, location: C:\Users\username\.nuget\packages\microsoft.sqlserver.sqlmanagementobjects\172.61.0-preview\lib\net8.0)
It is just me trying to understand how hard it could be to get this off the ground for Linux. Because, we are using Smo (nuget) on Linux today for submitting GO-separated scripts to SQL Server.