mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 18:47:57 -05:00
Fail build on unneeded usings (#1417)
This commit is contained in:
@@ -3,18 +3,13 @@
|
||||
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
||||
//
|
||||
|
||||
using Microsoft.SqlServer.Management.Sdk.Sfc;
|
||||
using System;
|
||||
using System.Threading;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using Microsoft.SqlServer.Management.Diagnostics;
|
||||
using System.Runtime.CompilerServices;
|
||||
|
||||
namespace Microsoft.SqlTools.ServiceLayer.Agent
|
||||
{
|
||||
|
||||
#region LogSourceAggregation - ILogSource info built from multiple other sources
|
||||
#region LogSourceAggregation - ILogSource info built from multiple other sources
|
||||
internal class LogSourceAggregation : ILogSource, ITypedColumns, IDisposable
|
||||
{
|
||||
#region Constants
|
||||
|
||||
Reference in New Issue
Block a user