Fix DacFx nullable warnings (#2099)

* cleanup dacfx nullable warnings

* use operation's SqlTask

* remove unneccesary variables
This commit is contained in:
Kim Santiago
2023-06-12 10:50:08 -10:00
committed by GitHub
parent 808172bc20
commit fd0f962056
12 changed files with 23 additions and 45 deletions

View File

@@ -3,7 +3,6 @@
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
//
#nullable disable
using Microsoft.SqlServer.Dac;
using Microsoft.SqlTools.ServiceLayer.Connection;
using Microsoft.SqlTools.ServiceLayer.DacFx.Contracts;