We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e5eb0e commit a3f9c28Copy full SHA for a3f9c28
1 file changed
Rubjerg.Graphviz/FFI/Platform.cs
@@ -1,5 +1,7 @@
1
using System.Runtime.InteropServices;
2
3
+namespace Rubjerg.Graphviz.FFI;
4
+
5
public static class Platform
6
{
7
public static bool IsWindows { get; } = RuntimeInformation.IsOSPlatform(OSPlatform.Windows);
0 commit comments