mandiant / commando-vm

Complete Mandiant Offensive VM (Commando VM), a fully customizable Windows-based pentesting virtual machine distribution. commandovm@mandiant.com
https://www.mandiant.com/resources/blog/commando-vm-windows-offensive-distribution
Apache License 2.0
6.88k stars 1.28k forks source link

BUG cinst -y Covenant.fireeye fails. #188

Closed ghost closed 3 years ago

ghost commented 3 years ago

Describe the bug and expected behavior The installation of Covenant.fireeye fails. Expected behavior: Covenant is able to run successfully.

To Reproduce Steps to reproduce the behavior:

  1. cinst -y Covenant.fireeye
  2. See error

Error:

Welcome to .NET Core 3.1!
---------------------
SDK Version: 3.1.405

----------------
Explore documentation: https://aka.ms/dotnet-docs
Report issues and find source on GitHub: https://github.com/dotnet/core
Find out what's new: https://aka.ms/dotnet-whats-new
Learn about the installed HTTPS developer cert: https://aka.ms/aspnet-core-https
Use 'dotnet --help' to see available commands or visit: https://aka.ms/dotnet-cli-docs
Write your first app: https://aka.ms/first-net-core-app
--------------------------------------------------------------------------------------
Microsoft (R) Build Engine version 16.7.2+b60ddb6f4 for .NET
Copyright (C) Microsoft Corporation. All rights reserved.

Build started 1/28/2021 2:49:34 PM.
Project "C:\Tools\Covenant\Covenant\Covenant.csproj" on node 1 (Clean target(s)).
CoreClean:
  Creating directory "obj\Debug\netcoreapp2.2\".
Done Building Project "C:\Tools\Covenant\Covenant\Covenant.csproj" (Clean target(s)).

Build succeeded.
    0 Warning(s)
    0 Error(s)

Time Elapsed 00:00:01.08
Microsoft (R) Build Engine version 16.7.2+b60ddb6f4 for .NET
Copyright (C) Microsoft Corporation. All rights reserved.

  Determining projects to restore...
  Restored C:\Tools\Covenant\Covenant\Covenant.csproj (in 46.96 sec).
  Restored C:\Tools\Covenant\Covenant\Covenant.csproj (in 1.22 min).
obj\Debug\netcoreapp2.2\Covenant.AssemblyInfo.cs(13,12): error CS0579: Duplicate 'System.Reflection.AssemblyCompanyAttribute' attribute [C:\Tools\Covenant\Covenant\Covenant.csproj]
obj\Debug\netcoreapp2.2\Covenant.AssemblyInfo.cs(14,12): error CS0579: Duplicate 'System.Reflection.AssemblyConfigurationAttribute' attribute [C:\Tools\Covenant\Covenant\Covenant.csproj]
obj\Debug\netcoreapp2.2\Covenant.AssemblyInfo.cs(15,12): error CS0579: Duplicate 'System.Reflection.AssemblyFileVersionAttribute' attribute [C:\Tools\Covenant\Covenant\Covenant.csproj]
obj\Debug\netcoreapp2.2\Covenant.AssemblyInfo.cs(17,12): error CS0579: Duplicate 'System.Reflection.AssemblyProductAttribute' attribute [C:\Tools\Covenant\Covenant\Covenant.csproj]
obj\Debug\netcoreapp2.2\Covenant.AssemblyInfo.cs(18,12): error CS0579: Duplicate 'System.Reflection.AssemblyTitleAttribute' attribute [C:\Tools\Covenant\Covenant\Covenant.csproj]
obj\Debug\netcoreapp2.2\Covenant.AssemblyInfo.cs(19,12): error CS0579: Duplicate 'System.Reflection.AssemblyVersionAttribute' attribute [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit.Tests\SharpSploit.Tests\Persistence\AutorunTests.cs(7,17): error CS0234: The type or namespace name 'VisualStudio' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit.Tests\SharpSploit.Tests\Persistence\AutorunTests.cs(9,19): error CS0234: The type or namespace name 'Enumeration' does not exist in the namespace 'SharpSploit' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit.Tests\SharpSploit.Tests\Persistence\StartupTests.cs(7,17): error CS0234: The type or namespace name 'VisualStudio' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit.Tests\SharpSploit.Tests\Persistence\WMITests.cs(8,17): error CS0234: The type or namespace name 'VisualStudio' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Evasion\Amsi.cs(8,19): error CS0234: The type or namespace name 'Misc' does not exist in the namespace 'SharpSploit' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Persistence\Autorun.cs(8,19): error CS0234: The type or namespace name 'Enumeration' does not exist in the namespace 'SharpSploit' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Persistence\WMI.cs(6,14): error CS0234: The type or namespace name 'Management' does not exist in the namespace 'System' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit.Tests\SharpSploit.Tests\Persistence\AutorunTests.cs(14,6): error CS0246: The type or namespace name 'TestClassAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit.Tests\SharpSploit.Tests\Persistence\AutorunTests.cs(14,6): error CS0246: The type or namespace name 'TestClass' could not be found (are you missing a using directive or an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit.Tests\SharpSploit.Tests\Persistence\AutorunTests.cs(17,10): error CS0246: The type or namespace name 'TestMethodAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit.Tests\SharpSploit.Tests\Persistence\AutorunTests.cs(17,10): error CS0246: The type or namespace name 'TestMethod' could not be found (are you missing a using directive or an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit.Tests\SharpSploit.Tests\Persistence\AutorunTests.cs(28,10): error CS0246: The type or namespace name 'TestMethodAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit.Tests\SharpSploit.Tests\Persistence\AutorunTests.cs(28,10): error CS0246: The type or namespace name 'TestMethod' could not be found (are you missing a using directive or an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit.Tests\SharpSploit.Tests\Persistence\StartupTests.cs(13,6): error CS0246: The type or namespace name 'TestClassAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit.Tests\SharpSploit.Tests\Persistence\StartupTests.cs(13,6): error CS0246: The type or namespace name 'TestClass' could not be found (are you missing a using directive or an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit.Tests\SharpSploit.Tests\Persistence\StartupTests.cs(16,10): error CS0246: The type or namespace name 'TestMethodAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit.Tests\SharpSploit.Tests\Persistence\StartupTests.cs(16,10): error CS0246: The type or namespace name 'TestMethod' could not be found (are you missing a using directive or an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit.Tests\SharpSploit.Tests\Persistence\WMITests.cs(14,6): error CS0246: The type or namespace name 'TestClassAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit.Tests\SharpSploit.Tests\Persistence\WMITests.cs(14,6): error CS0246: The type or namespace name 'TestClass' could not be found (are you missing a using directive or an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit.Tests\SharpSploit.Tests\Persistence\WMITests.cs(25,10): error CS0246: The type or namespace name 'TestMethodAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit.Tests\SharpSploit.Tests\Persistence\WMITests.cs(25,10): error CS0246: The type or namespace name 'TestMethod' could not be found (are you missing a using directive or an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit.Tests\SharpSploit.Tests\Persistence\WMITests.cs(39,10): error CS0246: The type or namespace name 'TestMethodAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit.Tests\SharpSploit.Tests\Persistence\WMITests.cs(39,10): error CS0246: The type or namespace name 'TestMethod' could not be found (are you missing a using directive or an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit.Tests\SharpSploit.Tests\Persistence\WMITests.cs(58,10): error CS0246: The type or namespace name 'TestMethodAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit.Tests\SharpSploit.Tests\Persistence\WMITests.cs(58,10): error CS0246: The type or namespace name 'TestMethod' could not be found (are you missing a using directive or an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Native.cs(28,25): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Native.cs(33,38): error CS0234: The type or namespace name 'Native' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Native.cs(44,38): error CS0234: The type or namespace name 'Native' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Native.cs(58,38): error CS0234: The type or namespace name 'Native' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Native.cs(82,21): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Native.cs(97,21): error CS0234: The type or namespace name 'Native' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(38,29): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(54,25): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(114,29): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(122,29): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(178,29): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(205,25): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(291,29): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(293,29): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(299,29): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(314,29): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(324,29): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(338,29): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(339,29): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(341,25): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(344,29): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(345,29): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(356,25): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(359,29): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(360,29): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(374,29): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(375,29): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(381,25): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(384,25): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(387,29): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(388,29): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(407,25): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(414,29): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(422,29): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(423,25): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(424,25): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(431,25): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(440,25): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(441,29): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(453,25): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(461,25): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(462,25): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(475,29): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(490,29): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(496,25): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(542,25): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(549,25): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(557,25): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(558,25): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(559,25): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(560,25): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(588,25): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\DynamicInvoke\Native.cs(17,97): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\DynamicInvoke\Native.cs(17,31): error CS0234: The type or namespace name 'Native' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\DynamicInvoke\Native.cs(36,31): error CS0234: The type or namespace name 'Native' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\DynamicInvoke\Native.cs(62,31): error CS0234: The type or namespace name 'Native' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\DynamicInvoke\Native.cs(76,31): error CS0234: The type or namespace name 'Native' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\DynamicInvoke\Native.cs(105,61): error CS0234: The type or namespace name 'Native' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\DynamicInvoke\Native.cs(119,105): error CS0234: The type or namespace name 'Native' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\DynamicInvoke\Native.cs(119,31): error CS0234: The type or namespace name 'Native' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\DynamicInvoke\Native.cs(146,98): error CS0234: The type or namespace name 'Native' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\DynamicInvoke\Native.cs(146,31): error CS0234: The type or namespace name 'Native' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\DynamicInvoke\Native.cs(201,31): error CS0234: The type or namespace name 'Native' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\DynamicInvoke\Native.cs(212,70): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\DynamicInvoke\Native.cs(257,60): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\DynamicInvoke\Native.cs(452,37): error CS0234: The type or namespace name 'Native' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\DynamicInvoke\Native.cs(454,25): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\DynamicInvoke\Native.cs(466,37): error CS0234: The type or namespace name 'Native' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\DynamicInvoke\Native.cs(476,37): error CS0234: The type or namespace name 'Native' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\DynamicInvoke\Native.cs(481,37): error CS0234: The type or namespace name 'Native' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\DynamicInvoke\Native.cs(497,29): error CS0234: The type or namespace name 'Native' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\DynamicInvoke\Native.cs(502,29): error CS0234: The type or namespace name 'Native' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\DynamicInvoke\Native.cs(514,25): error CS0234: The type or namespace name 'Native' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\DynamicInvoke\Native.cs(522,25): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\DynamicInvoke\Native.cs(523,29): error CS0234: The type or namespace name 'Native' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\DynamicInvoke\Native.cs(524,29): error CS0234: The type or namespace name 'Native' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\DynamicInvoke\Native.cs(537,25): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\DynamicInvoke\Native.cs(538,29): error CS0234: The type or namespace name 'Native' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\DynamicInvoke\Native.cs(539,29): error CS0234: The type or namespace name 'Native' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\DynamicInvoke\Native.cs(561,25): error CS0234: The type or namespace name 'Native' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\DynamicInvoke\Win32.cs(25,50): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\DynamicInvoke\Win32.cs(62,25): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Persistence\WMI.cs(46,24): error CS0246: The type or namespace name 'ManagementObject' could not be found (are you missing a using directive or an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Persistence\WMI.cs(75,24): error CS0246: The type or namespace name 'ManagementObject' could not be found (are you missing a using directive or an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Persistence\WMI.cs(110,43): error CS0246: The type or namespace name 'ManagementObject' could not be found (are you missing a using directive or an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Persistence\WMI.cs(110,73): error CS0246: The type or namespace name 'ManagementObject' could not be found (are you missing a using directive or an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]

Build FAILED.

obj\Debug\netcoreapp2.2\Covenant.AssemblyInfo.cs(13,12): error CS0579: Duplicate 'System.Reflection.AssemblyCompanyAttribute' attribute [C:\Tools\Covenant\Covenant\Covenant.csproj]
obj\Debug\netcoreapp2.2\Covenant.AssemblyInfo.cs(14,12): error CS0579: Duplicate 'System.Reflection.AssemblyConfigurationAttribute' attribute [C:\Tools\Covenant\Covenant\Covenant.csproj]
obj\Debug\netcoreapp2.2\Covenant.AssemblyInfo.cs(15,12): error CS0579: Duplicate 'System.Reflection.AssemblyFileVersionAttribute' attribute [C:\Tools\Covenant\Covenant\Covenant.csproj]
obj\Debug\netcoreapp2.2\Covenant.AssemblyInfo.cs(17,12): error CS0579: Duplicate 'System.Reflection.AssemblyProductAttribute' attribute [C:\Tools\Covenant\Covenant\Covenant.csproj]
obj\Debug\netcoreapp2.2\Covenant.AssemblyInfo.cs(18,12): error CS0579: Duplicate 'System.Reflection.AssemblyTitleAttribute' attribute [C:\Tools\Covenant\Covenant\Covenant.csproj]
obj\Debug\netcoreapp2.2\Covenant.AssemblyInfo.cs(19,12): error CS0579: Duplicate 'System.Reflection.AssemblyVersionAttribute' attribute [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit.Tests\SharpSploit.Tests\Persistence\AutorunTests.cs(7,17): error CS0234: The type or namespace name 'VisualStudio' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit.Tests\SharpSploit.Tests\Persistence\AutorunTests.cs(9,19): error CS0234: The type or namespace name 'Enumeration' does not exist in the namespace 'SharpSploit' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit.Tests\SharpSploit.Tests\Persistence\StartupTests.cs(7,17): error CS0234: The type or namespace name 'VisualStudio' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit.Tests\SharpSploit.Tests\Persistence\WMITests.cs(8,17): error CS0234: The type or namespace name 'VisualStudio' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Evasion\Amsi.cs(8,19): error CS0234: The type or namespace name 'Misc' does not exist in the namespace 'SharpSploit' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Persistence\Autorun.cs(8,19): error CS0234: The type or namespace name 'Enumeration' does not exist in the namespace 'SharpSploit' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Persistence\WMI.cs(6,14): error CS0234: The type or namespace name 'Management' does not exist in the namespace 'System' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit.Tests\SharpSploit.Tests\Persistence\AutorunTests.cs(14,6): error CS0246: The type or namespace name 'TestClassAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit.Tests\SharpSploit.Tests\Persistence\AutorunTests.cs(14,6): error CS0246: The type or namespace name 'TestClass' could not be found (are you missing a using directive or an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit.Tests\SharpSploit.Tests\Persistence\AutorunTests.cs(17,10): error CS0246: The type or namespace name 'TestMethodAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit.Tests\SharpSploit.Tests\Persistence\AutorunTests.cs(17,10): error CS0246: The type or namespace name 'TestMethod' could not be found (are you missing a using directive or an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit.Tests\SharpSploit.Tests\Persistence\AutorunTests.cs(28,10): error CS0246: The type or namespace name 'TestMethodAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit.Tests\SharpSploit.Tests\Persistence\AutorunTests.cs(28,10): error CS0246: The type or namespace name 'TestMethod' could not be found (are you missing a using directive or an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit.Tests\SharpSploit.Tests\Persistence\StartupTests.cs(13,6): error CS0246: The type or namespace name 'TestClassAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit.Tests\SharpSploit.Tests\Persistence\StartupTests.cs(13,6): error CS0246: The type or namespace name 'TestClass' could not be found (are you missing a using directive or an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit.Tests\SharpSploit.Tests\Persistence\StartupTests.cs(16,10): error CS0246: The type or namespace name 'TestMethodAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit.Tests\SharpSploit.Tests\Persistence\StartupTests.cs(16,10): error CS0246: The type or namespace name 'TestMethod' could not be found (are you missing a using directive or an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit.Tests\SharpSploit.Tests\Persistence\WMITests.cs(14,6): error CS0246: The type or namespace name 'TestClassAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit.Tests\SharpSploit.Tests\Persistence\WMITests.cs(14,6): error CS0246: The type or namespace name 'TestClass' could not be found (are you missing a using directive or an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit.Tests\SharpSploit.Tests\Persistence\WMITests.cs(25,10): error CS0246: The type or namespace name 'TestMethodAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit.Tests\SharpSploit.Tests\Persistence\WMITests.cs(25,10): error CS0246: The type or namespace name 'TestMethod' could not be found (are you missing a using directive or an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit.Tests\SharpSploit.Tests\Persistence\WMITests.cs(39,10): error CS0246: The type or namespace name 'TestMethodAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit.Tests\SharpSploit.Tests\Persistence\WMITests.cs(39,10): error CS0246: The type or namespace name 'TestMethod' could not be found (are you missing a using directive or an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit.Tests\SharpSploit.Tests\Persistence\WMITests.cs(58,10): error CS0246: The type or namespace name 'TestMethodAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit.Tests\SharpSploit.Tests\Persistence\WMITests.cs(58,10): error CS0246: The type or namespace name 'TestMethod' could not be found (are you missing a using directive or an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Native.cs(28,25): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Native.cs(33,38): error CS0234: The type or namespace name 'Native' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Native.cs(44,38): error CS0234: The type or namespace name 'Native' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Native.cs(58,38): error CS0234: The type or namespace name 'Native' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Native.cs(82,21): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Native.cs(97,21): error CS0234: The type or namespace name 'Native' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(38,29): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(54,25): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(114,29): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(122,29): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(178,29): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(205,25): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(291,29): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(293,29): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(299,29): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(314,29): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(324,29): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(338,29): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(339,29): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(341,25): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(344,29): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(345,29): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(356,25): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(359,29): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(360,29): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(374,29): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(375,29): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(381,25): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(384,25): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(387,29): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(388,29): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(407,25): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(414,29): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(422,29): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(423,25): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(424,25): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(431,25): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(440,25): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(441,29): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(453,25): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(461,25): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(462,25): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(475,29): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(490,29): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(496,25): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(542,25): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(549,25): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(557,25): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(558,25): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(559,25): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(560,25): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\PlatformInvoke\Win32.cs(588,25): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\DynamicInvoke\Native.cs(17,97): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\DynamicInvoke\Native.cs(17,31): error CS0234: The type or namespace name 'Native' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\DynamicInvoke\Native.cs(36,31): error CS0234: The type or namespace name 'Native' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\DynamicInvoke\Native.cs(62,31): error CS0234: The type or namespace name 'Native' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\DynamicInvoke\Native.cs(76,31): error CS0234: The type or namespace name 'Native' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\DynamicInvoke\Native.cs(105,61): error CS0234: The type or namespace name 'Native' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\DynamicInvoke\Native.cs(119,105): error CS0234: The type or namespace name 'Native' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\DynamicInvoke\Native.cs(119,31): error CS0234: The type or namespace name 'Native' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\DynamicInvoke\Native.cs(146,98): error CS0234: The type or namespace name 'Native' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\DynamicInvoke\Native.cs(146,31): error CS0234: The type or namespace name 'Native' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\DynamicInvoke\Native.cs(201,31): error CS0234: The type or namespace name 'Native' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\DynamicInvoke\Native.cs(212,70): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\DynamicInvoke\Native.cs(257,60): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\DynamicInvoke\Native.cs(452,37): error CS0234: The type or namespace name 'Native' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\DynamicInvoke\Native.cs(454,25): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\DynamicInvoke\Native.cs(466,37): error CS0234: The type or namespace name 'Native' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\DynamicInvoke\Native.cs(476,37): error CS0234: The type or namespace name 'Native' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\DynamicInvoke\Native.cs(481,37): error CS0234: The type or namespace name 'Native' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\DynamicInvoke\Native.cs(497,29): error CS0234: The type or namespace name 'Native' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\DynamicInvoke\Native.cs(502,29): error CS0234: The type or namespace name 'Native' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\DynamicInvoke\Native.cs(514,25): error CS0234: The type or namespace name 'Native' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\DynamicInvoke\Native.cs(522,25): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\DynamicInvoke\Native.cs(523,29): error CS0234: The type or namespace name 'Native' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\DynamicInvoke\Native.cs(524,29): error CS0234: The type or namespace name 'Native' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\DynamicInvoke\Native.cs(537,25): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\DynamicInvoke\Native.cs(538,29): error CS0234: The type or namespace name 'Native' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\DynamicInvoke\Native.cs(539,29): error CS0234: The type or namespace name 'Native' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\DynamicInvoke\Native.cs(561,25): error CS0234: The type or namespace name 'Native' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\DynamicInvoke\Win32.cs(25,50): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Execution\DynamicInvoke\Win32.cs(62,25): error CS0234: The type or namespace name 'Win32' does not exist in the namespace 'SharpSploit.Execution' (are you missing an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Persistence\WMI.cs(46,24): error CS0246: The type or namespace name 'ManagementObject' could not be found (are you missing a using directive or an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Persistence\WMI.cs(75,24): error CS0246: The type or namespace name 'ManagementObject' could not be found (are you missing a using directive or an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Persistence\WMI.cs(110,43): error CS0246: The type or namespace name 'ManagementObject' could not be found (are you missing a using directive or an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
Data\Tasks\src\SharpSploit\SharpSploit\Persistence\WMI.cs(110,73): error CS0246: The type or namespace name 'ManagementObject' could not be found (are you missing a using directive or an assembly reference?) [C:\Tools\Covenant\Covenant\Covenant.csproj]
    0 Warning(s)
    117 Error(s)

Version

day1player commented 3 years ago

@skrrrrrrrrrrrrrrrrrrrrr We no longer support Covenant in this way, I will need to remove it from our packages list. I suggest reading the package maintainers github for instructions on installation.