Fxcop markdown preview handler (#6646)

* migrating namespace conflict

* Fixing all errors

* removing todo

* tweak wxs
This commit is contained in:
Clint Rutkas
2020-09-16 11:15:34 -07:00
committed by GitHub
parent e49900f927
commit 0a86360948
12 changed files with 103 additions and 64 deletions

View File

@@ -3,7 +3,7 @@
// See the LICENSE file in the project root for more information.
using Markdig;
using MarkdownPreviewHandler;
using Microsoft.PowerToys.PreviewHandler.Markdown;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace PreviewPaneUnitTests