[FxCop] Svg preview handler (#6647)

* Adjusting namespace

* Getting FxCop working e2e
This commit is contained in:
Clint Rutkas
2020-09-16 12:24:07 -07:00
committed by GitHub
parent b0f0940534
commit 13fd6bd6e1
12 changed files with 95 additions and 61 deletions

View File

@@ -4,15 +4,14 @@
using System;
using System.Drawing;
using System.IO;
using System.Runtime.InteropServices;
using System.Runtime.InteropServices.ComTypes;
using System.Text;
using System.Windows.Forms;
using Microsoft.PowerToys.PreviewHandler.Svg;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Moq;
using PreviewHandlerCommon;
using SvgPreviewHandler;
namespace SvgPreviewHandlerUnitTests
{

View File

@@ -3,7 +3,7 @@
// See the LICENSE file in the project root for more information.
using System.Text;
using Common.Utilities;
using Microsoft.PowerToys.PreviewHandler.Svg.Utilities;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace SvgPreviewHandlerUnitTests