Added nullability to CimFs

nullableenabled
David Hall 2023-09-11 10:24:30 -06:00
parent b60b790e50
commit 0555c195b3
2 changed files with 0 additions and 10 deletions

View File

@ -1,9 +1,3 @@
using System;
using System.IO;
using System.Runtime.InteropServices;
using System.Runtime.InteropServices.ComTypes;
using Vanara.Extensions;
namespace Vanara.PInvoke;
/// <summary>Items from the CimFs.dll</summary>

View File

@ -1,10 +1,6 @@
using NUnit.Framework;
using NUnit.Framework.Internal;
using System;
using System.IO;
using System.Runtime.InteropServices;
using Vanara.Extensions;
using Vanara.InteropServices;
using static Vanara.PInvoke.CimFs;
namespace Vanara.PInvoke.Tests;