mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-14 09:59:48 -05:00
Fail build on unneeded usings (#1417)
This commit is contained in:
@@ -3,9 +3,6 @@
|
||||
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
||||
//
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using Microsoft.SqlServer.Management.Sdk.Sfc;
|
||||
using Microsoft.SqlTools.ServiceLayer.Scripting;
|
||||
using Microsoft.SqlTools.ServiceLayer.Scripting.Contracts;
|
||||
@@ -13,7 +10,7 @@ using NUnit.Framework;
|
||||
using Assert = NUnit.Framework.Assert;
|
||||
namespace Microsoft.SqlTools.ServiceLayer.UnitTests.Scripting
|
||||
{
|
||||
|
||||
|
||||
public class ScriptingExtensionMethodsTests
|
||||
{
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user