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 2dd1863 commit 71866b7Copy full SHA for 71866b7
2 files changed
src/DiffEngineTray/DiffEngineTray.csproj
@@ -40,9 +40,5 @@
40
<PackageReference Include="System.IO.Compression" />
41
<PackageReference Include="System.Net.Http" />
42
<PackageReference Include="System.Runtime.InteropServices.RuntimeInformation" />
43
- <Using Include="Serilog" />
44
- <Using Include="System.Text.Json" />
45
- <Using Include="System.Text.Json.Serialization" />
46
- <Using Include="System.Diagnostics.CodeAnalysis" />
47
</ItemGroup>
48
</Project>
src/DiffEngineTray/GlobalUsings.cs
@@ -1,2 +1,6 @@
1
global using System.ComponentModel;
2
-global using Microsoft.Win32.SafeHandles;
+global using Microsoft.Win32.SafeHandles;
3
+global using Serilog;
4
+global using System.Text.Json;
5
+global using System.Text.Json.Serialization;
6
+global using System.Diagnostics.CodeAnalysis;
0 commit comments