We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8cdadc commit 576b52dCopy full SHA for 576b52d
src/Verify.DocNet/GlobalUsings.cs
@@ -1,5 +1,6 @@
1
global using Docnet.Core;
2
global using Docnet.Core.Converters;
3
+global using Docnet.Core.Models;
4
global using Docnet.Core.Readers;
5
global using SixLabors.ImageSharp;
6
global using SixLabors.ImageSharp.PixelFormats;
src/Verify.DocNet/VerifyDocNet.cs
@@ -1,5 +1,3 @@
-using Docnet.Core.Models;
-
namespace VerifyTests;
public static partial class VerifyDocNet
0 commit comments