OpenSource » Database Migrator » Migrator2
Clone URL:  
Pushed to one repository · View In Graph Contained in tip

2.0.2 Migrator now uses the Microsoft.Data namespace for SqlClient operations

Changeset dfdfc785ed1d

Parent bd2e22d09fa6

by Profile picture of Daniel PupekDaniel Pupek

Changes to 14 files · Browse files at dfdfc785ed1d Showing diff from parent bd2e22d09fa6 Diff from another changeset...

 
25
26
27
 
 
28
29
30
 
46
47
48
 
 
 
 
 
 
49
50
51
 
 
 
52
 
 
 
 
 
 
 
 
 
53
54
55
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
56
57
58
59
 
 
 
60
 
 
 
 
61
62
63
 
65
66
67
 
68
69
70
 
 
 
71
72
 
 
 
73
74
75
76
77
 
 
 
 
78
79
80
81
82
 
 
 
 
83
84
85
86
87
 
 
 
 
 
 
 
 
 
 
 
 
88
89
 
90
91
92
 
100
101
102
 
 
 
103
104
105
106
107
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
108
109
110
111
112
113
 
114
115
116
 
133
134
135
 
 
 
 
 
 
 
136
 
 
25
26
27
28
29
30
31
32
 
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
 
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
 
158
159
160
161
 
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
 
226
227
228
229
230
231
232
233
234
235
236
 
@@ -25,6 +25,8 @@
  </UpgradeBackupLocation>   <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>   <TargetFrameworkProfile /> + <NuGetPackageImportStamp> + </NuGetPackageImportStamp>   </PropertyGroup>   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">   <DebugSymbols>true</DebugSymbols> @@ -46,18 +48,58 @@
  <Prefer32Bit>false</Prefer32Bit>   </PropertyGroup>   <ItemGroup> + <Reference Include="Azure.Core, Version=1.6.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8, processorArchitecture=MSIL"> + <HintPath>..\..\packages\Azure.Core.1.6.0\lib\net461\Azure.Core.dll</HintPath> + </Reference> + <Reference Include="Azure.Identity, Version=1.3.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8, processorArchitecture=MSIL"> + <HintPath>..\..\packages\Azure.Identity.1.3.0\lib\netstandard2.0\Azure.Identity.dll</HintPath> + </Reference>   <Reference Include="log4net, Version=2.0.7.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">   <HintPath>..\..\packages\log4net.2.0.7\lib\net45-full\log4net.dll</HintPath>   </Reference> + <Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> + <HintPath>..\..\packages\Microsoft.Bcl.AsyncInterfaces.1.0.0\lib\net461\Microsoft.Bcl.AsyncInterfaces.dll</HintPath> + </Reference>   <Reference Include="Microsoft.CSharp" /> + <Reference Include="Microsoft.Data.SqlClient, Version=4.1.0.0, Culture=neutral, PublicKeyToken=23ec7fc2d6eaa4a5, processorArchitecture=MSIL"> + <HintPath>..\..\packages\Microsoft.Data.SqlClient.4.1.0\lib\net461\Microsoft.Data.SqlClient.dll</HintPath> + </Reference> + <Reference Include="Microsoft.Identity.Client, Version=4.22.0.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae, processorArchitecture=MSIL"> + <HintPath>..\..\packages\Microsoft.Identity.Client.4.22.0\lib\net461\Microsoft.Identity.Client.dll</HintPath> + </Reference> + <Reference Include="Microsoft.Identity.Client.Extensions.Msal, Version=2.16.5.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae, processorArchitecture=MSIL"> + <HintPath>..\..\packages\Microsoft.Identity.Client.Extensions.Msal.2.16.5\lib\net45\Microsoft.Identity.Client.Extensions.Msal.dll</HintPath> + </Reference>   <Reference Include="Microsoft.IdentityModel.Clients.ActiveDirectory, Version=5.2.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">   <HintPath>..\..\packages\Microsoft.IdentityModel.Clients.ActiveDirectory.5.2.6\lib\net45\Microsoft.IdentityModel.Clients.ActiveDirectory.dll</HintPath>   </Reference> + <Reference Include="Microsoft.IdentityModel.JsonWebTokens, Version=6.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> + <HintPath>..\..\packages\Microsoft.IdentityModel.JsonWebTokens.6.8.0\lib\net461\Microsoft.IdentityModel.JsonWebTokens.dll</HintPath> + </Reference> + <Reference Include="Microsoft.IdentityModel.Logging, Version=6.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> + <HintPath>..\..\packages\Microsoft.IdentityModel.Logging.6.8.0\lib\net461\Microsoft.IdentityModel.Logging.dll</HintPath> + </Reference> + <Reference Include="Microsoft.IdentityModel.Protocols, Version=6.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> + <HintPath>..\..\packages\Microsoft.IdentityModel.Protocols.6.8.0\lib\net461\Microsoft.IdentityModel.Protocols.dll</HintPath> + </Reference> + <Reference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect, Version=6.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> + <HintPath>..\..\packages\Microsoft.IdentityModel.Protocols.OpenIdConnect.6.8.0\lib\net461\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll</HintPath> + </Reference> + <Reference Include="Microsoft.IdentityModel.Tokens, Version=6.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> + <HintPath>..\..\packages\Microsoft.IdentityModel.Tokens.6.8.0\lib\net461\Microsoft.IdentityModel.Tokens.dll</HintPath> + </Reference>   <Reference Include="RazorEngine, Version=3.3.0.0, Culture=neutral, PublicKeyToken=9ee697374c7e744a, processorArchitecture=MSIL">   <HintPath>..\..\packages\RazorEngine.3.3.0\lib\net40\RazorEngine.dll</HintPath>   </Reference>   <Reference Include="System" /> + <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> + <HintPath>..\..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath> + </Reference>   <Reference Include="System.ComponentModel.Composition" /> + <Reference Include="System.Configuration" /> + <Reference Include="System.Configuration.ConfigurationManager, Version=5.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> + <HintPath>..\..\packages\System.Configuration.ConfigurationManager.5.0.0\lib\net461\System.Configuration.ConfigurationManager.dll</HintPath> + </Reference>   <Reference Include="System.Data" />   <Reference Include="System.Data.Common, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">   <HintPath>..\..\packages\System.Data.Common.4.3.0\lib\net451\System.Data.Common.dll</HintPath> @@ -65,28 +107,55 @@
  <Private>True</Private>   </Reference>   <Reference Include="System.Data.DataSetExtensions" /> + <Reference Include="System.Data.OracleClient" />   <Reference Include="System.Data.SqlClient, Version=4.6.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">   <HintPath>..\..\packages\System.Data.SqlClient.4.8.0\lib\net461\System.Data.SqlClient.dll</HintPath>   </Reference> + <Reference Include="System.Diagnostics.DiagnosticSource, Version=4.0.4.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> + <HintPath>..\..\packages\System.Diagnostics.DiagnosticSource.4.6.0\lib\net46\System.Diagnostics.DiagnosticSource.dll</HintPath> + </Reference>   <Reference Include="System.Drawing" />   <Reference Include="System.IdentityModel" /> + <Reference Include="System.IdentityModel.Tokens.Jwt, Version=6.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> + <HintPath>..\..\packages\System.IdentityModel.Tokens.Jwt.6.8.0\lib\net461\System.IdentityModel.Tokens.Jwt.dll</HintPath> + </Reference>   <Reference Include="System.IO, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">   <HintPath>..\..\packages\System.IO.4.3.0\lib\net462\System.IO.dll</HintPath>   <Private>True</Private>   <Private>True</Private>   </Reference> + <Reference Include="System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> + <HintPath>..\..\packages\System.Memory.4.5.4\lib\net461\System.Memory.dll</HintPath> + </Reference> + <Reference Include="System.Net" />   <Reference Include="System.Net.Http, Version=4.1.1.3, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">   <HintPath>..\..\packages\System.Net.Http.4.3.4\lib\net46\System.Net.Http.dll</HintPath>   <Private>True</Private>   <Private>True</Private>   </Reference> + <Reference Include="System.Numerics" /> + <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> + <HintPath>..\..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath> + </Reference>   <Reference Include="System.Runtime, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">   <HintPath>..\..\packages\System.Runtime.4.3.0\lib\net462\System.Runtime.dll</HintPath>   <Private>True</Private>   <Private>True</Private>   </Reference> + <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> + <HintPath>..\..\packages\System.Runtime.CompilerServices.Unsafe.4.6.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath> + </Reference> + <Reference Include="System.Runtime.InteropServices.RuntimeInformation, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> + <HintPath>..\..\packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath> + <Private>True</Private> + <Private>True</Private> + </Reference> + <Reference Include="System.Security" /> + <Reference Include="System.Security.AccessControl, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> + <HintPath>..\..\packages\System.Security.AccessControl.5.0.0\lib\net461\System.Security.AccessControl.dll</HintPath> + </Reference>   <Reference Include="System.Security.Cryptography.Algorithms, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> - <HintPath>..\..\packages\System.Security.Cryptography.Algorithms.4.3.0\lib\net463\System.Security.Cryptography.Algorithms.dll</HintPath> + <HintPath>..\..\packages\System.Security.Cryptography.Algorithms.4.3.1\lib\net463\System.Security.Cryptography.Algorithms.dll</HintPath>   <Private>True</Private>   <Private>True</Private>   </Reference> @@ -100,17 +169,41 @@
  <Private>True</Private>   <Private>True</Private>   </Reference> + <Reference Include="System.Security.Cryptography.ProtectedData, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> + <HintPath>..\..\packages\System.Security.Cryptography.ProtectedData.4.5.0\lib\net461\System.Security.Cryptography.ProtectedData.dll</HintPath> + </Reference>   <Reference Include="System.Security.Cryptography.X509Certificates, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">   <HintPath>..\..\packages\System.Security.Cryptography.X509Certificates.4.3.0\lib\net461\System.Security.Cryptography.X509Certificates.dll</HintPath>   <Private>True</Private>   <Private>True</Private>   </Reference> + <Reference Include="System.Security.Permissions, Version=5.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> + <HintPath>..\..\packages\System.Security.Permissions.5.0.0\lib\net461\System.Security.Permissions.dll</HintPath> + </Reference> + <Reference Include="System.Security.Principal.Windows, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> + <HintPath>..\..\packages\System.Security.Principal.Windows.5.0.0\lib\net461\System.Security.Principal.Windows.dll</HintPath> + </Reference> + <Reference Include="System.ServiceProcess" /> + <Reference Include="System.Text.Encodings.Web, Version=4.0.5.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> + <HintPath>..\..\packages\System.Text.Encodings.Web.4.7.2\lib\net461\System.Text.Encodings.Web.dll</HintPath> + </Reference> + <Reference Include="System.Text.Json, Version=4.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> + <HintPath>..\..\packages\System.Text.Json.4.6.0\lib\net461\System.Text.Json.dll</HintPath> + </Reference> + <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> + <HintPath>..\..\packages\System.Threading.Tasks.Extensions.4.5.2\lib\netstandard2.0\System.Threading.Tasks.Extensions.dll</HintPath> + </Reference> + <Reference Include="System.Transactions" /> + <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> + <HintPath>..\..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll</HintPath> + </Reference>   <Reference Include="System.Web.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">   <HintPath>..\..\packages\Microsoft.AspNet.Razor.2.0.30506.0\lib\net40\System.Web.Razor.dll</HintPath>   </Reference>   <Reference Include="System.Windows.Forms" />   <Reference Include="System.Xml" />   <Reference Include="System.Xml.Linq" /> + <Reference Include="WindowsBase" />   </ItemGroup>   <ItemGroup>   <Compile Include="Boot.cs" /> @@ -133,4 +226,11 @@
  <EmbeddedResource Include="HelpText.txt" />   </ItemGroup>   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> + <Import Project="..\..\packages\Microsoft.Data.SqlClient.SNI.4.0.0\build\net46\Microsoft.Data.SqlClient.SNI.targets" Condition="Exists('..\..\packages\Microsoft.Data.SqlClient.SNI.4.0.0\build\net46\Microsoft.Data.SqlClient.SNI.targets')" /> + <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> + <PropertyGroup> + <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> + </PropertyGroup> + <Error Condition="!Exists('..\..\packages\Microsoft.Data.SqlClient.SNI.4.0.0\build\net46\Microsoft.Data.SqlClient.SNI.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.Data.SqlClient.SNI.4.0.0\build\net46\Microsoft.Data.SqlClient.SNI.targets'))" /> + </Target>  </Project> \ No newline at end of file
 
1
 
2
3
4
5
6
7
8
 
 
9
10
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
12
13
 
 
 
1
2
3
4
5
6
 
 
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
 
33
@@ -1,13 +1,33 @@
-<?xml version="1.0"?> +<?xml version="1.0" encoding="utf-8"?>  <configuration>   <runtime>   <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">     <dependentAssembly> - <assemblyIdentity name="NHibernate" publicKeyToken="aa95f207798dfdb4" culture="neutral"/> - <bindingRedirect oldVersion="0.0.0.0-4.0.0.4000" newVersion="4.0.2.4000"/> + <assemblyIdentity name="NHibernate" publicKeyToken="aa95f207798dfdb4" culture="neutral" /> + <bindingRedirect oldVersion="0.0.0.0-4.0.0.4000" newVersion="4.0.2.4000" />   </dependentAssembly>   + <dependentAssembly> + <assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" /> + <bindingRedirect oldVersion="0.0.0.0-4.0.5.0" newVersion="4.0.5.0" /> + </dependentAssembly> + <dependentAssembly> + <assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" /> + <bindingRedirect oldVersion="0.0.0.0-4.0.1.1" newVersion="4.0.1.1" /> + </dependentAssembly> + <dependentAssembly> + <assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" /> + <bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" /> + </dependentAssembly> + <dependentAssembly> + <assemblyIdentity name="System.Text.Encodings.Web" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" /> + <bindingRedirect oldVersion="0.0.0.0-4.0.5.1" newVersion="4.0.5.1" /> + </dependentAssembly> + <dependentAssembly> + <assemblyIdentity name="System.ValueTuple" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" /> + <bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" /> + </dependentAssembly>   </assemblyBinding>   </runtime> -<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2"/></startup></configuration> +<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" /></startup></configuration>
 
1
2
 
 
3
4
 
 
 
 
 
5
 
 
 
 
 
6
 
 
7
8
 
 
9
 
10
 
11
12
 
 
 
 
13
14
 
15
 
 
 
 
 
 
16
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
 
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
 
@@ -1,16 +1,44 @@
 <?xml version="1.0" encoding="utf-8"?>  <packages> + <package id="Azure.Core" version="1.6.0" targetFramework="net472" /> + <package id="Azure.Identity" version="1.3.0" targetFramework="net472" />   <package id="log4net" version="2.0.7" targetFramework="net472" />   <package id="Microsoft.AspNet.Razor" version="2.0.30506.0" targetFramework="net472" /> + <package id="Microsoft.Bcl.AsyncInterfaces" version="1.0.0" targetFramework="net472" /> + <package id="Microsoft.Data.SqlClient" version="4.1.0" targetFramework="net472" /> + <package id="Microsoft.Data.SqlClient.SNI" version="4.0.0" targetFramework="net472" /> + <package id="Microsoft.Identity.Client" version="4.22.0" targetFramework="net472" /> + <package id="Microsoft.Identity.Client.Extensions.Msal" version="2.16.5" targetFramework="net472" />   <package id="Microsoft.IdentityModel.Clients.ActiveDirectory" version="5.2.6" targetFramework="net472" /> + <package id="Microsoft.IdentityModel.JsonWebTokens" version="6.8.0" targetFramework="net472" /> + <package id="Microsoft.IdentityModel.Logging" version="6.8.0" targetFramework="net472" /> + <package id="Microsoft.IdentityModel.Protocols" version="6.8.0" targetFramework="net472" /> + <package id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="6.8.0" targetFramework="net472" /> + <package id="Microsoft.IdentityModel.Tokens" version="6.8.0" targetFramework="net472" />   <package id="RazorEngine" version="3.3.0" targetFramework="net472" /> + <package id="System.Buffers" version="4.5.1" targetFramework="net472" /> + <package id="System.Configuration.ConfigurationManager" version="5.0.0" targetFramework="net472" />   <package id="System.Data.Common" version="4.3.0" targetFramework="net472" />   <package id="System.Data.SqlClient" version="4.8.0" targetFramework="net472" /> + <package id="System.Diagnostics.DiagnosticSource" version="4.6.0" targetFramework="net472" /> + <package id="System.IdentityModel.Tokens.Jwt" version="6.8.0" targetFramework="net472" />   <package id="System.IO" version="4.3.0" targetFramework="net472" /> + <package id="System.Memory" version="4.5.4" targetFramework="net472" />   <package id="System.Net.Http" version="4.3.4" targetFramework="net472" /> + <package id="System.Numerics.Vectors" version="4.5.0" targetFramework="net472" />   <package id="System.Runtime" version="4.3.0" targetFramework="net472" /> - <package id="System.Security.Cryptography.Algorithms" version="4.3.0" targetFramework="net472" /> + <package id="System.Runtime.CompilerServices.Unsafe" version="4.6.0" targetFramework="net472" /> + <package id="System.Runtime.InteropServices.RuntimeInformation" version="4.3.0" targetFramework="net472" /> + <package id="System.Security.AccessControl" version="5.0.0" targetFramework="net472" /> + <package id="System.Security.Cryptography.Algorithms" version="4.3.1" targetFramework="net472" />   <package id="System.Security.Cryptography.Encoding" version="4.3.0" targetFramework="net472" />   <package id="System.Security.Cryptography.Primitives" version="4.3.0" targetFramework="net472" /> + <package id="System.Security.Cryptography.ProtectedData" version="4.5.0" targetFramework="net472" />   <package id="System.Security.Cryptography.X509Certificates" version="4.3.0" targetFramework="net472" /> + <package id="System.Security.Permissions" version="5.0.0" targetFramework="net472" /> + <package id="System.Security.Principal.Windows" version="5.0.0" targetFramework="net472" /> + <package id="System.Text.Encodings.Web" version="4.7.2" targetFramework="net472" /> + <package id="System.Text.Json" version="4.6.0" targetFramework="net472" /> + <package id="System.Threading.Tasks.Extensions" version="4.5.2" targetFramework="net472" /> + <package id="System.ValueTuple" version="4.5.0" targetFramework="net472" />  </packages> \ No newline at end of file
 
25
26
27
 
 
28
29
30
 
49
50
51
 
 
 
 
 
 
52
53
54
 
58
59
60
 
 
 
61
 
 
 
 
 
 
 
 
 
62
63
64
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
65
66
67
 
73
74
75
 
 
 
76
77
 
 
 
 
78
79
80
 
82
83
84
 
85
86
87
 
94
95
96
 
 
 
97
98
 
 
 
99
100
101
102
103
 
 
 
 
104
105
106
107
108
 
 
 
 
109
110
111
112
113
 
 
 
 
 
 
 
 
 
 
 
 
114
115
116
 
117
118
119
 
126
127
128
 
 
 
129
130
131
132
133
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
134
135
136
137
 
138
139
140
 
188
189
190
 
 
 
 
 
 
 
191
 
 
25
26
27
28
29
30
31
32
 
51
52
53
54
55
56
57
58
59
60
61
62
 
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
 
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
 
124
125
126
127
128
129
130
 
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
 
 
184
185
186
187
 
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
 
280
281
282
283
284
285
286
287
288
289
290
 
@@ -25,6 +25,8 @@
  </UpgradeBackupLocation>   <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>   <TargetFrameworkProfile /> + <NuGetPackageImportStamp> + </NuGetPackageImportStamp>   </PropertyGroup>   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">   <DebugSymbols>true</DebugSymbols> @@ -49,6 +51,12 @@
  <Prefer32Bit>false</Prefer32Bit>   </PropertyGroup>   <ItemGroup> + <Reference Include="Azure.Core, Version=1.6.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8, processorArchitecture=MSIL"> + <HintPath>..\..\packages\Azure.Core.1.6.0\lib\net461\Azure.Core.dll</HintPath> + </Reference> + <Reference Include="Azure.Identity, Version=1.3.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8, processorArchitecture=MSIL"> + <HintPath>..\..\packages\Azure.Identity.1.3.0\lib\netstandard2.0\Azure.Identity.dll</HintPath> + </Reference>   <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">   <HintPath>..\..\packages\EntityFramework.6.0.2\lib\net45\EntityFramework.dll</HintPath>   </Reference> @@ -58,10 +66,37 @@
  <Reference Include="log4net, Version=2.0.7.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">   <HintPath>..\..\packages\log4net.2.0.7\lib\net45-full\log4net.dll</HintPath>   </Reference> + <Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> + <HintPath>..\..\packages\Microsoft.Bcl.AsyncInterfaces.1.0.0\lib\net461\Microsoft.Bcl.AsyncInterfaces.dll</HintPath> + </Reference>   <Reference Include="Microsoft.CSharp" /> + <Reference Include="Microsoft.Data.SqlClient, Version=4.1.0.0, Culture=neutral, PublicKeyToken=23ec7fc2d6eaa4a5, processorArchitecture=MSIL"> + <HintPath>..\..\packages\Microsoft.Data.SqlClient.4.1.0\lib\net461\Microsoft.Data.SqlClient.dll</HintPath> + </Reference> + <Reference Include="Microsoft.Identity.Client, Version=4.22.0.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae, processorArchitecture=MSIL"> + <HintPath>..\..\packages\Microsoft.Identity.Client.4.22.0\lib\net461\Microsoft.Identity.Client.dll</HintPath> + </Reference> + <Reference Include="Microsoft.Identity.Client.Extensions.Msal, Version=2.16.5.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae, processorArchitecture=MSIL"> + <HintPath>..\..\packages\Microsoft.Identity.Client.Extensions.Msal.2.16.5\lib\net45\Microsoft.Identity.Client.Extensions.Msal.dll</HintPath> + </Reference>   <Reference Include="Microsoft.IdentityModel.Clients.ActiveDirectory, Version=5.2.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">   <HintPath>..\..\packages\Microsoft.IdentityModel.Clients.ActiveDirectory.5.2.6\lib\net45\Microsoft.IdentityModel.Clients.ActiveDirectory.dll</HintPath>   </Reference> + <Reference Include="Microsoft.IdentityModel.JsonWebTokens, Version=6.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> + <HintPath>..\..\packages\Microsoft.IdentityModel.JsonWebTokens.6.8.0\lib\net461\Microsoft.IdentityModel.JsonWebTokens.dll</HintPath> + </Reference> + <Reference Include="Microsoft.IdentityModel.Logging, Version=6.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> + <HintPath>..\..\packages\Microsoft.IdentityModel.Logging.6.8.0\lib\net461\Microsoft.IdentityModel.Logging.dll</HintPath> + </Reference> + <Reference Include="Microsoft.IdentityModel.Protocols, Version=6.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> + <HintPath>..\..\packages\Microsoft.IdentityModel.Protocols.6.8.0\lib\net461\Microsoft.IdentityModel.Protocols.dll</HintPath> + </Reference> + <Reference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect, Version=6.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> + <HintPath>..\..\packages\Microsoft.IdentityModel.Protocols.OpenIdConnect.6.8.0\lib\net461\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll</HintPath> + </Reference> + <Reference Include="Microsoft.IdentityModel.Tokens, Version=6.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> + <HintPath>..\..\packages\Microsoft.IdentityModel.Tokens.6.8.0\lib\net461\Microsoft.IdentityModel.Tokens.dll</HintPath> + </Reference>   <Reference Include="Mono.Security, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">   <HintPath>..\..\lib\Npgsql\net-4.0\Mono.Security.dll</HintPath>   </Reference> @@ -73,8 +108,15 @@
  <HintPath>..\..\lib\Npgsql\net-4.0\Npgsql.dll</HintPath>   </Reference>   <Reference Include="System" /> + <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> + <HintPath>..\..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath> + </Reference>   <Reference Include="System.ComponentModel.Composition" />   <Reference Include="System.ComponentModel.DataAnnotations" /> + <Reference Include="System.Configuration" /> + <Reference Include="System.Configuration.ConfigurationManager, Version=5.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> + <HintPath>..\..\packages\System.Configuration.ConfigurationManager.5.0.0\lib\net461\System.Configuration.ConfigurationManager.dll</HintPath> + </Reference>   <Reference Include="System.Data" />   <Reference Include="System.Data.Common, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">   <HintPath>..\..\packages\System.Data.Common.4.3.0\lib\net451\System.Data.Common.dll</HintPath> @@ -82,6 +124,7 @@
  <Private>True</Private>   </Reference>   <Reference Include="System.Data.DataSetExtensions" /> + <Reference Include="System.Data.OracleClient" />   <Reference Include="System.Data.SqlClient, Version=4.6.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">   <HintPath>..\..\packages\System.Data.SqlClient.4.8.0\lib\net461\System.Data.SqlClient.dll</HintPath>   </Reference> @@ -94,26 +137,51 @@
  <Reference Include="System.Data.SQLite.Linq, Version=1.0.92.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">   <HintPath>..\..\packages\System.Data.SQLite.Linq.1.0.92.0\lib\net451\System.Data.SQLite.Linq.dll</HintPath>   </Reference> + <Reference Include="System.Diagnostics.DiagnosticSource, Version=4.0.4.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> + <HintPath>..\..\packages\System.Diagnostics.DiagnosticSource.4.6.0\lib\net46\System.Diagnostics.DiagnosticSource.dll</HintPath> + </Reference>   <Reference Include="System.Drawing" />   <Reference Include="System.IdentityModel" /> + <Reference Include="System.IdentityModel.Tokens.Jwt, Version=6.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> + <HintPath>..\..\packages\System.IdentityModel.Tokens.Jwt.6.8.0\lib\net461\System.IdentityModel.Tokens.Jwt.dll</HintPath> + </Reference>   <Reference Include="System.IO, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">   <HintPath>..\..\packages\System.IO.4.3.0\lib\net462\System.IO.dll</HintPath>   <Private>True</Private>   <Private>True</Private>   </Reference> + <Reference Include="System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> + <HintPath>..\..\packages\System.Memory.4.5.4\lib\net461\System.Memory.dll</HintPath> + </Reference> + <Reference Include="System.Net" />   <Reference Include="System.Net.Http, Version=4.1.1.3, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">   <HintPath>..\..\packages\System.Net.Http.4.3.4\lib\net46\System.Net.Http.dll</HintPath>   <Private>True</Private>   <Private>True</Private>   </Reference> + <Reference Include="System.Numerics" /> + <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> + <HintPath>..\..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath> + </Reference>   <Reference Include="System.Runtime, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">   <HintPath>..\..\packages\System.Runtime.4.3.0\lib\net462\System.Runtime.dll</HintPath>   <Private>True</Private>   <Private>True</Private>   </Reference> + <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> + <HintPath>..\..\packages\System.Runtime.CompilerServices.Unsafe.4.6.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath> + </Reference> + <Reference Include="System.Runtime.InteropServices.RuntimeInformation, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> + <HintPath>..\..\packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath> + <Private>True</Private> + <Private>True</Private> + </Reference> + <Reference Include="System.Security" /> + <Reference Include="System.Security.AccessControl, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> + <HintPath>..\..\packages\System.Security.AccessControl.5.0.0\lib\net461\System.Security.AccessControl.dll</HintPath> + </Reference>   <Reference Include="System.Security.Cryptography.Algorithms, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> - <HintPath>..\..\packages\System.Security.Cryptography.Algorithms.4.3.0\lib\net463\System.Security.Cryptography.Algorithms.dll</HintPath> - <Private>True</Private> + <HintPath>..\..\packages\System.Security.Cryptography.Algorithms.4.3.1\lib\net463\System.Security.Cryptography.Algorithms.dll</HintPath>   <Private>True</Private>   </Reference>   <Reference Include="System.Security.Cryptography.Encoding, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> @@ -126,15 +194,39 @@
  <Private>True</Private>   <Private>True</Private>   </Reference> + <Reference Include="System.Security.Cryptography.ProtectedData, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> + <HintPath>..\..\packages\System.Security.Cryptography.ProtectedData.4.5.0\lib\net461\System.Security.Cryptography.ProtectedData.dll</HintPath> + </Reference>   <Reference Include="System.Security.Cryptography.X509Certificates, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">   <HintPath>..\..\packages\System.Security.Cryptography.X509Certificates.4.3.0\lib\net461\System.Security.Cryptography.X509Certificates.dll</HintPath>   <Private>True</Private>   <Private>True</Private>   </Reference> + <Reference Include="System.Security.Permissions, Version=5.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> + <HintPath>..\..\packages\System.Security.Permissions.5.0.0\lib\net461\System.Security.Permissions.dll</HintPath> + </Reference> + <Reference Include="System.Security.Principal.Windows, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> + <HintPath>..\..\packages\System.Security.Principal.Windows.5.0.0\lib\net461\System.Security.Principal.Windows.dll</HintPath> + </Reference> + <Reference Include="System.ServiceProcess" /> + <Reference Include="System.Text.Encodings.Web, Version=4.0.5.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> + <HintPath>..\..\packages\System.Text.Encodings.Web.4.7.2\lib\net461\System.Text.Encodings.Web.dll</HintPath> + </Reference> + <Reference Include="System.Text.Json, Version=4.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> + <HintPath>..\..\packages\System.Text.Json.4.6.0\lib\net461\System.Text.Json.dll</HintPath> + </Reference> + <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> + <HintPath>..\..\packages\System.Threading.Tasks.Extensions.4.5.2\lib\netstandard2.0\System.Threading.Tasks.Extensions.dll</HintPath> + </Reference> + <Reference Include="System.Transactions" /> + <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> + <HintPath>..\..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll</HintPath> + </Reference>   <Reference Include="System.Web" />   <Reference Include="System.Windows.Forms" />   <Reference Include="System.Xml" />   <Reference Include="System.Xml.Linq" /> + <Reference Include="WindowsBase" />   </ItemGroup>   <ItemGroup>   <Compile Include="AssemblyInfo.cs" /> @@ -188,4 +280,11 @@
  </ItemGroup>   <ItemGroup />   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> + <Import Project="..\..\packages\Microsoft.Data.SqlClient.SNI.4.0.0\build\net46\Microsoft.Data.SqlClient.SNI.targets" Condition="Exists('..\..\packages\Microsoft.Data.SqlClient.SNI.4.0.0\build\net46\Microsoft.Data.SqlClient.SNI.targets')" /> + <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> + <PropertyGroup> + <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> + </PropertyGroup> + <Error Condition="!Exists('..\..\packages\Microsoft.Data.SqlClient.SNI.4.0.0\build\net46\Microsoft.Data.SqlClient.SNI.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.Data.SqlClient.SNI.4.0.0\build\net46\Microsoft.Data.SqlClient.SNI.targets'))" /> + </Target>  </Project> \ No newline at end of file
 
1
2
3
4
 
 
5
6
7
 
1
2
 
 
3
4
5
6
7
@@ -1,7 +1,7 @@
 using System;  using System.Collections; -using System.Data; -using System.Data.SqlClient; +using Microsoft.Data; +using Microsoft.Data.SqlClient;  using System.Text;  using System.Globalization;  
 
17
18
19
20
 
21
22
23
24
25
26
 
27
28
29
 
17
18
19
 
20
21
22
23
24
25
 
26
27
28
29
@@ -17,13 +17,13 @@
  {   public TransformationProvider Create(string name, string connectionString)   { - if (name == null || name == "") + if (string.IsNullOrEmpty(name))   throw new ArgumentException("provider name was null or empty");     string providerName = GuessProviderName(name);     var provider = (TransformationProvider) Activator.CreateInstance( - Type.GetType(string.Format("Migrator.Providers.{0}TransformationProvider, Migrator", providerName), true), + Type.GetType($"Migrator.Providers.{providerName}TransformationProvider, Migrator", true),   new object[] { connectionString });     return provider;
 
1
2
3
4
 
 
5
6
7
 
1
2
 
 
3
4
5
6
7
@@ -1,7 +1,7 @@
 using System;  using System.Collections; -using System.Data; -using System.Data.SqlClient; +using Microsoft.Data; +using Microsoft.Data.SqlClient;  using System.Text;  using System.Globalization;  using System.Text.RegularExpressions;
 
10
11
12
13
14
 
 
15
16
17
 
18
19
20
 
29
30
31
32
 
 
 
 
 
 
 
 
 
33
34
35
 
166
167
168
169
 
170
171
172
 
10
11
12
 
 
13
14
15
16
17
18
19
20
21
 
30
31
32
 
33
34
35
36
37
38
39
40
41
42
43
44
 
175
176
177
 
178
179
180
181
@@ -10,11 +10,12 @@
 #endregion  using System;  using System.Collections; -using System.Data; -using System.Data.SqlClient; +using Microsoft.Data; +using Microsoft.Data.SqlClient;  using System.Text;  using System.Globalization;  using System.Collections.Generic; +using System.Data;  using Migrator.Mappers;    namespace Migrator.Providers @@ -29,7 +30,15 @@
  public SqlServerTransformationProvider(string connectionString)   {   _mapper = new SqlMapper(); - Connection = new System.Data.SqlClient.SqlConnection(connectionString); + Connection = new SqlConnection(connectionString) + { + Site = null, + RetryLogicProvider = null, + StatisticsEnabled = false, + AccessToken = null, + Credential = null, + FireInfoMessageEventOnUserErrors = false + };   }     /// <summary> @@ -166,7 +175,7 @@
    public override bool ConstraintExists(string name, string table)   { - using (IDataReader reader = ExecuteQuery(string.Format("SELECT TOP 1 * FROM sysobjects WHERE id = object_id('{0}')", name))) + using (IDataReader reader = ExecuteQuery($"SELECT TOP 1 * FROM sysobjects WHERE id = object_id('{name}')"))   {   return reader.Read();   }
 
25
26
27
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
 
 
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
 
@@ -25,4 +25,28 @@
  <add name="SQLite Data Provider (Entity Framework 6)" invariant="System.Data.SQLite.EF6" description=".Net Framework Data Provider for SQLite (Entity Framework 6)" type="System.Data.SQLite.EF6.SQLiteProviderFactory, System.Data.SQLite.EF6" />   <add name="SQLite Data Provider" invariant="System.Data.SQLite" description=".Net Framework Data Provider for SQLite" type="System.Data.SQLite.SQLiteFactory, System.Data.SQLite" /></DbProviderFactories>   </system.data> + <runtime> + <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> + <dependentAssembly> + <assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" /> + <bindingRedirect oldVersion="0.0.0.0-4.0.5.0" newVersion="4.0.5.0" /> + </dependentAssembly> + <dependentAssembly> + <assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" /> + <bindingRedirect oldVersion="0.0.0.0-4.0.1.1" newVersion="4.0.1.1" /> + </dependentAssembly> + <dependentAssembly> + <assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" /> + <bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" /> + </dependentAssembly> + <dependentAssembly> + <assemblyIdentity name="System.Text.Encodings.Web" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" /> + <bindingRedirect oldVersion="0.0.0.0-4.0.5.1" newVersion="4.0.5.1" /> + </dependentAssembly> + <dependentAssembly> + <assemblyIdentity name="System.ValueTuple" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" /> + <bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" /> + </dependentAssembly> + </assemblyBinding> + </runtime>  </configuration> \ No newline at end of file
 
1
2
 
 
3
4
 
 
 
 
 
5
 
 
 
 
 
 
 
6
7
8
9
10
11
 
 
12
 
13
 
14
15
 
 
 
 
16
17
 
18
 
 
 
 
 
 
19
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
 
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
 
@@ -1,19 +1,47 @@
 <?xml version="1.0" encoding="utf-8"?>  <packages> + <package id="Azure.Core" version="1.6.0" targetFramework="net472" /> + <package id="Azure.Identity" version="1.3.0" targetFramework="net472" />   <package id="EntityFramework" version="6.0.2" targetFramework="net472" />   <package id="log4net" version="2.0.7" targetFramework="net472" /> + <package id="Microsoft.Bcl.AsyncInterfaces" version="1.0.0" targetFramework="net472" /> + <package id="Microsoft.Data.SqlClient" version="4.1.0" targetFramework="net472" /> + <package id="Microsoft.Data.SqlClient.SNI" version="4.0.0" targetFramework="net472" /> + <package id="Microsoft.Identity.Client" version="4.22.0" targetFramework="net472" /> + <package id="Microsoft.Identity.Client.Extensions.Msal" version="2.16.5" targetFramework="net472" />   <package id="Microsoft.IdentityModel.Clients.ActiveDirectory" version="5.2.6" targetFramework="net472" /> + <package id="Microsoft.IdentityModel.JsonWebTokens" version="6.8.0" targetFramework="net472" /> + <package id="Microsoft.IdentityModel.Logging" version="6.8.0" targetFramework="net472" /> + <package id="Microsoft.IdentityModel.Protocols" version="6.8.0" targetFramework="net472" /> + <package id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="6.8.0" targetFramework="net472" /> + <package id="Microsoft.IdentityModel.Tokens" version="6.8.0" targetFramework="net472" /> + <package id="System.Buffers" version="4.5.1" targetFramework="net472" /> + <package id="System.Configuration.ConfigurationManager" version="5.0.0" targetFramework="net472" />   <package id="System.Data.Common" version="4.3.0" targetFramework="net472" />   <package id="System.Data.SqlClient" version="4.8.0" targetFramework="net472" />   <package id="System.Data.SQLite" version="1.0.92.0" targetFramework="net472" />   <package id="System.Data.SQLite.Core" version="1.0.92.0" targetFramework="net472" />   <package id="System.Data.SQLite.EF6" version="1.0.92.0" targetFramework="net472" />   <package id="System.Data.SQLite.Linq" version="1.0.92.0" targetFramework="net472" /> + <package id="System.Diagnostics.DiagnosticSource" version="4.6.0" targetFramework="net472" /> + <package id="System.IdentityModel.Tokens.Jwt" version="6.8.0" targetFramework="net472" />   <package id="System.IO" version="4.3.0" targetFramework="net472" /> + <package id="System.Memory" version="4.5.4" targetFramework="net472" />   <package id="System.Net.Http" version="4.3.4" targetFramework="net472" /> + <package id="System.Numerics.Vectors" version="4.5.0" targetFramework="net472" />   <package id="System.Runtime" version="4.3.0" targetFramework="net472" /> - <package id="System.Security.Cryptography.Algorithms" version="4.3.0" targetFramework="net472" /> + <package id="System.Runtime.CompilerServices.Unsafe" version="4.6.0" targetFramework="net472" /> + <package id="System.Runtime.InteropServices.RuntimeInformation" version="4.3.0" targetFramework="net472" /> + <package id="System.Security.AccessControl" version="5.0.0" targetFramework="net472" /> + <package id="System.Security.Cryptography.Algorithms" version="4.3.1" targetFramework="net472" />   <package id="System.Security.Cryptography.Encoding" version="4.3.0" targetFramework="net472" />   <package id="System.Security.Cryptography.Primitives" version="4.3.0" targetFramework="net472" /> + <package id="System.Security.Cryptography.ProtectedData" version="4.5.0" targetFramework="net472" />   <package id="System.Security.Cryptography.X509Certificates" version="4.3.0" targetFramework="net472" /> + <package id="System.Security.Permissions" version="5.0.0" targetFramework="net472" /> + <package id="System.Security.Principal.Windows" version="5.0.0" targetFramework="net472" /> + <package id="System.Text.Encodings.Web" version="4.7.2" targetFramework="net472" /> + <package id="System.Text.Json" version="4.6.0" targetFramework="net472" /> + <package id="System.Threading.Tasks.Extensions" version="4.5.2" targetFramework="net472" /> + <package id="System.ValueTuple" version="4.5.0" targetFramework="net472" />  </packages> \ No newline at end of file
Change 1 of 1 Show Entire File test/​App.config Stacked
 
1
 
2
3
4
5
6
7
 
 
 
 
8
9
10
 
11
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
 
 
1
2
3
 
 
 
 
4
5
6
7
8
9
 
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
@@ -1,12 +1,36 @@
-<?xml version="1.0"?> +<?xml version="1.0" encoding="utf-8"?>  <configuration>   <appSettings> - <add key="MySqlConnectionString" value="Server=localhost;Database=MigratorTests; User ID=root;Password=sa;"/> - <add key="NpgsqlConnectionString" value="Data Source=localhost;Trusted_Connection=yes;Initial Catalog=MigratorTests;Pooling=false;"/> - <add key="SqlServerConnectionString" value="Data Source=localhost;Trusted_Connection=yes;Initial Catalog=MigratorTests;Pooling=false;"/> - <add key="SqliteServerConnectionString" value="data source=:memory:"/> + <add key="MySqlConnectionString" value="Server=localhost;Database=MigratorTests; User ID=root;Password=sa;" /> + <add key="NpgsqlConnectionString" value="Data Source=localhost;Trusted_Connection=yes;Initial Catalog=MigratorTests;Pooling=false;" /> + <add key="SqlServerConnectionString" value="Data Source=localhost;Trusted_Connection=yes;Initial Catalog=MigratorTests;Pooling=false;" /> + <add key="SqliteServerConnectionString" value="data source=:memory:" />   </appSettings>   <startup> - <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2"/> + <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />   </startup> + <runtime> + <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> + <dependentAssembly> + <assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" /> + <bindingRedirect oldVersion="0.0.0.0-4.0.5.0" newVersion="4.0.5.0" /> + </dependentAssembly> + <dependentAssembly> + <assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" /> + <bindingRedirect oldVersion="0.0.0.0-4.0.1.1" newVersion="4.0.1.1" /> + </dependentAssembly> + <dependentAssembly> + <assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" /> + <bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" /> + </dependentAssembly> + <dependentAssembly> + <assemblyIdentity name="System.Text.Encodings.Web" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" /> + <bindingRedirect oldVersion="0.0.0.0-4.0.5.1" newVersion="4.0.5.1" /> + </dependentAssembly> + <dependentAssembly> + <assemblyIdentity name="System.ValueTuple" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" /> + <bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" /> + </dependentAssembly> + </assemblyBinding> + </runtime>  </configuration>
 
25
26
27
 
 
28
29
30
 
46
47
48
 
 
 
 
 
 
49
50
51
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
52
53
54
 
60
61
62
 
 
 
 
63
 
 
 
64
65
66
67
68
69
 
 
70
71
72
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
73
 
 
74
75
76
 
95
96
97
 
 
 
 
 
 
 
98
 
 
25
26
27
28
29
30
31
32
 
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
 
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
 
220
221
222
223
224
225
226
227
228
229
230
 
@@ -25,6 +25,8 @@
  </UpgradeBackupLocation>   <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>   <TargetFrameworkProfile /> + <NuGetPackageImportStamp> + </NuGetPackageImportStamp>   </PropertyGroup>   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">   <DebugSymbols>true</DebugSymbols> @@ -46,9 +48,43 @@
  <Prefer32Bit>false</Prefer32Bit>   </PropertyGroup>   <ItemGroup> + <Reference Include="Azure.Core, Version=1.6.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8, processorArchitecture=MSIL"> + <HintPath>..\packages\Azure.Core.1.6.0\lib\net461\Azure.Core.dll</HintPath> + </Reference> + <Reference Include="Azure.Identity, Version=1.3.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8, processorArchitecture=MSIL"> + <HintPath>..\packages\Azure.Identity.1.3.0\lib\netstandard2.0\Azure.Identity.dll</HintPath> + </Reference>   <Reference Include="log4net, Version=2.0.7.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">   <HintPath>..\packages\log4net.2.0.7\lib\net45-full\log4net.dll</HintPath>   </Reference> + <Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> + <HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.1.0.0\lib\net461\Microsoft.Bcl.AsyncInterfaces.dll</HintPath> + </Reference> + <Reference Include="Microsoft.CSharp" /> + <Reference Include="Microsoft.Data.SqlClient, Version=4.1.0.0, Culture=neutral, PublicKeyToken=23ec7fc2d6eaa4a5, processorArchitecture=MSIL"> + <HintPath>..\packages\Microsoft.Data.SqlClient.4.1.0\lib\net461\Microsoft.Data.SqlClient.dll</HintPath> + </Reference> + <Reference Include="Microsoft.Identity.Client, Version=4.22.0.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae, processorArchitecture=MSIL"> + <HintPath>..\packages\Microsoft.Identity.Client.4.22.0\lib\net461\Microsoft.Identity.Client.dll</HintPath> + </Reference> + <Reference Include="Microsoft.Identity.Client.Extensions.Msal, Version=2.16.5.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae, processorArchitecture=MSIL"> + <HintPath>..\packages\Microsoft.Identity.Client.Extensions.Msal.2.16.5\lib\net45\Microsoft.Identity.Client.Extensions.Msal.dll</HintPath> + </Reference> + <Reference Include="Microsoft.IdentityModel.JsonWebTokens, Version=6.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> + <HintPath>..\packages\Microsoft.IdentityModel.JsonWebTokens.6.8.0\lib\net461\Microsoft.IdentityModel.JsonWebTokens.dll</HintPath> + </Reference> + <Reference Include="Microsoft.IdentityModel.Logging, Version=6.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> + <HintPath>..\packages\Microsoft.IdentityModel.Logging.6.8.0\lib\net461\Microsoft.IdentityModel.Logging.dll</HintPath> + </Reference> + <Reference Include="Microsoft.IdentityModel.Protocols, Version=6.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> + <HintPath>..\packages\Microsoft.IdentityModel.Protocols.6.8.0\lib\net461\Microsoft.IdentityModel.Protocols.dll</HintPath> + </Reference> + <Reference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect, Version=6.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> + <HintPath>..\packages\Microsoft.IdentityModel.Protocols.OpenIdConnect.6.8.0\lib\net461\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll</HintPath> + </Reference> + <Reference Include="Microsoft.IdentityModel.Tokens, Version=6.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> + <HintPath>..\packages\Microsoft.IdentityModel.Tokens.6.8.0\lib\net461\Microsoft.IdentityModel.Tokens.dll</HintPath> + </Reference>   <Reference Include="MySql.Data">   <HintPath>..\lib\MySql.Data.dll</HintPath>   </Reference> @@ -60,17 +96,106 @@
  <HintPath>..\lib\nunit.framework.dll</HintPath>   </Reference>   <Reference Include="System" /> + <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> + <HintPath>..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath> + </Reference> + <Reference Include="System.ComponentModel.Composition" />   <Reference Include="System.configuration" /> + <Reference Include="System.Configuration.ConfigurationManager, Version=5.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> + <HintPath>..\packages\System.Configuration.ConfigurationManager.5.0.0\lib\net461\System.Configuration.ConfigurationManager.dll</HintPath> + </Reference>   <Reference Include="System.Data" />   <Reference Include="System.Data.Common, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">   <HintPath>..\packages\System.Data.Common.4.3.0\lib\net451\System.Data.Common.dll</HintPath>   <Private>True</Private>   <Private>True</Private>   </Reference> + <Reference Include="System.Data.DataSetExtensions" /> + <Reference Include="System.Data.OracleClient" />   <Reference Include="System.Data.SqlClient, Version=4.6.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">   <HintPath>..\packages\System.Data.SqlClient.4.8.0\lib\net461\System.Data.SqlClient.dll</HintPath>   </Reference> + <Reference Include="System.Diagnostics.DiagnosticSource, Version=4.0.4.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> + <HintPath>..\packages\System.Diagnostics.DiagnosticSource.4.6.0\lib\net46\System.Diagnostics.DiagnosticSource.dll</HintPath> + </Reference> + <Reference Include="System.Drawing" /> + <Reference Include="System.IdentityModel" /> + <Reference Include="System.IdentityModel.Tokens.Jwt, Version=6.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> + <HintPath>..\packages\System.IdentityModel.Tokens.Jwt.6.8.0\lib\net461\System.IdentityModel.Tokens.Jwt.dll</HintPath> + </Reference> + <Reference Include="System.IO, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> + <HintPath>..\packages\System.IO.4.3.0\lib\net462\System.IO.dll</HintPath> + <Private>True</Private> + <Private>True</Private> + </Reference> + <Reference Include="System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> + <HintPath>..\packages\System.Memory.4.5.4\lib\net461\System.Memory.dll</HintPath> + </Reference> + <Reference Include="System.Net" /> + <Reference Include="System.Net.Http" /> + <Reference Include="System.Numerics" /> + <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> + <HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath> + </Reference> + <Reference Include="System.Runtime, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> + <HintPath>..\packages\System.Runtime.4.3.0\lib\net462\System.Runtime.dll</HintPath> + <Private>True</Private> + <Private>True</Private> + </Reference> + <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> + <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.6.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath> + </Reference> + <Reference Include="System.Runtime.InteropServices.RuntimeInformation, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> + <HintPath>..\packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath> + <Private>True</Private> + <Private>True</Private> + </Reference> + <Reference Include="System.Security" /> + <Reference Include="System.Security.AccessControl, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> + <HintPath>..\packages\System.Security.AccessControl.5.0.0\lib\net461\System.Security.AccessControl.dll</HintPath> + </Reference> + <Reference Include="System.Security.Cryptography.Algorithms, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> + <HintPath>..\packages\System.Security.Cryptography.Algorithms.4.3.1\lib\net463\System.Security.Cryptography.Algorithms.dll</HintPath> + <Private>True</Private> + <Private>True</Private> + </Reference> + <Reference Include="System.Security.Cryptography.Encoding, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> + <HintPath>..\packages\System.Security.Cryptography.Encoding.4.3.0\lib\net46\System.Security.Cryptography.Encoding.dll</HintPath> + <Private>True</Private> + <Private>True</Private> + </Reference> + <Reference Include="System.Security.Cryptography.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> + <HintPath>..\packages\System.Security.Cryptography.Primitives.4.3.0\lib\net46\System.Security.Cryptography.Primitives.dll</HintPath> + <Private>True</Private> + <Private>True</Private> + </Reference> + <Reference Include="System.Security.Cryptography.ProtectedData, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> + <HintPath>..\packages\System.Security.Cryptography.ProtectedData.4.5.0\lib\net461\System.Security.Cryptography.ProtectedData.dll</HintPath> + </Reference> + <Reference Include="System.Security.Permissions, Version=5.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> + <HintPath>..\packages\System.Security.Permissions.5.0.0\lib\net461\System.Security.Permissions.dll</HintPath> + </Reference> + <Reference Include="System.Security.Principal.Windows, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> + <HintPath>..\packages\System.Security.Principal.Windows.5.0.0\lib\net461\System.Security.Principal.Windows.dll</HintPath> + </Reference> + <Reference Include="System.ServiceProcess" /> + <Reference Include="System.Text.Encodings.Web, Version=4.0.5.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> + <HintPath>..\packages\System.Text.Encodings.Web.4.7.2\lib\net461\System.Text.Encodings.Web.dll</HintPath> + </Reference> + <Reference Include="System.Text.Json, Version=4.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> + <HintPath>..\packages\System.Text.Json.4.6.0\lib\net461\System.Text.Json.dll</HintPath> + </Reference> + <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> + <HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.2\lib\netstandard2.0\System.Threading.Tasks.Extensions.dll</HintPath> + </Reference> + <Reference Include="System.Transactions" /> + <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> + <HintPath>..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll</HintPath> + </Reference> + <Reference Include="System.Windows.Forms" />   <Reference Include="System.Xml" /> + <Reference Include="System.Xml.Linq" /> + <Reference Include="WindowsBase" />   </ItemGroup>   <ItemGroup>   <Compile Include="AssemblyInfo.cs" /> @@ -95,4 +220,11 @@
  <None Include="packages.config" />   </ItemGroup>   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> + <Import Project="..\packages\Microsoft.Data.SqlClient.SNI.4.0.0\build\net46\Microsoft.Data.SqlClient.SNI.targets" Condition="Exists('..\packages\Microsoft.Data.SqlClient.SNI.4.0.0\build\net46\Microsoft.Data.SqlClient.SNI.targets')" /> + <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> + <PropertyGroup> + <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> + </PropertyGroup> + <Error Condition="!Exists('..\packages\Microsoft.Data.SqlClient.SNI.4.0.0\build\net46\Microsoft.Data.SqlClient.SNI.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Data.SqlClient.SNI.4.0.0\build\net46\Microsoft.Data.SqlClient.SNI.targets'))" /> + </Target>  </Project> \ No newline at end of file
 
69
70
71
72
 
73
74
75
 
69
70
71
 
72
73
74
75
@@ -69,7 +69,7 @@
    public void RunSQL(String sql)   { - var connection = new System.Data.SqlClient.SqlConnection(ConnectionStringSansDatabase()); + var connection = new Microsoft.Data.SqlClient.SqlConnection(ConnectionStringSansDatabase());   connection.Open();     var command = connection.CreateCommand();
 
1
2
 
 
3
 
 
 
 
 
 
 
 
 
 
 
 
4
5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
 
@@ -1,6 +1,39 @@
 <?xml version="1.0" encoding="utf-8"?>  <packages> + <package id="Azure.Core" version="1.6.0" targetFramework="net472" /> + <package id="Azure.Identity" version="1.3.0" targetFramework="net472" />   <package id="log4net" version="2.0.7" targetFramework="net472" /> + <package id="Microsoft.Bcl.AsyncInterfaces" version="1.0.0" targetFramework="net472" /> + <package id="Microsoft.Data.SqlClient" version="4.1.0" targetFramework="net472" /> + <package id="Microsoft.Data.SqlClient.SNI" version="4.0.0" targetFramework="net472" /> + <package id="Microsoft.Identity.Client" version="4.22.0" targetFramework="net472" /> + <package id="Microsoft.Identity.Client.Extensions.Msal" version="2.16.5" targetFramework="net472" /> + <package id="Microsoft.IdentityModel.JsonWebTokens" version="6.8.0" targetFramework="net472" /> + <package id="Microsoft.IdentityModel.Logging" version="6.8.0" targetFramework="net472" /> + <package id="Microsoft.IdentityModel.Protocols" version="6.8.0" targetFramework="net472" /> + <package id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="6.8.0" targetFramework="net472" /> + <package id="Microsoft.IdentityModel.Tokens" version="6.8.0" targetFramework="net472" /> + <package id="System.Buffers" version="4.5.1" targetFramework="net472" /> + <package id="System.Configuration.ConfigurationManager" version="5.0.0" targetFramework="net472" />   <package id="System.Data.Common" version="4.3.0" targetFramework="net472" />   <package id="System.Data.SqlClient" version="4.8.0" targetFramework="net472" /> + <package id="System.Diagnostics.DiagnosticSource" version="4.6.0" targetFramework="net472" /> + <package id="System.IdentityModel.Tokens.Jwt" version="6.8.0" targetFramework="net472" /> + <package id="System.IO" version="4.3.0" targetFramework="net472" /> + <package id="System.Memory" version="4.5.4" targetFramework="net472" /> + <package id="System.Numerics.Vectors" version="4.5.0" targetFramework="net472" /> + <package id="System.Runtime" version="4.3.0" targetFramework="net472" /> + <package id="System.Runtime.CompilerServices.Unsafe" version="4.6.0" targetFramework="net472" /> + <package id="System.Runtime.InteropServices.RuntimeInformation" version="4.3.0" targetFramework="net472" /> + <package id="System.Security.AccessControl" version="5.0.0" targetFramework="net472" /> + <package id="System.Security.Cryptography.Algorithms" version="4.3.1" targetFramework="net472" /> + <package id="System.Security.Cryptography.Encoding" version="4.3.0" targetFramework="net472" /> + <package id="System.Security.Cryptography.Primitives" version="4.3.0" targetFramework="net472" /> + <package id="System.Security.Cryptography.ProtectedData" version="4.5.0" targetFramework="net472" /> + <package id="System.Security.Permissions" version="5.0.0" targetFramework="net472" /> + <package id="System.Security.Principal.Windows" version="5.0.0" targetFramework="net472" /> + <package id="System.Text.Encodings.Web" version="4.7.2" targetFramework="net472" /> + <package id="System.Text.Json" version="4.6.0" targetFramework="net472" /> + <package id="System.Threading.Tasks.Extensions" version="4.5.2" targetFramework="net472" /> + <package id="System.ValueTuple" version="4.5.0" targetFramework="net472" />  </packages> \ No newline at end of file