We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cad5cf commit cdac65fCopy full SHA for cdac65f
QRCoderApiTests/ApiApprovalTests.cs
@@ -1,6 +1,9 @@
1
using PublicApiGenerator;
2
using Shouldly;
3
+using System;
4
using System.Diagnostics;
5
+using System.IO;
6
+using System.Linq;
7
using System.Reflection;
8
using System.Xml.Linq;
9
using Xunit;
QRCoderApiTests/QRCoderApiTests.csproj
@@ -2,7 +2,6 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
- <ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsTestProject>true</IsTestProject>
</PropertyGroup>
0 commit comments