SpecterOps / SpecterOps/SharpHound

Sharphound does not build anymore

Open
#134 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C#
Stars
1.3k
Forks
266
Avg merge
2d 7h
Merged PRs (30d)
3

Description

With the latest commit #124, Sharphound cannot be compiled anymore.

The following error is thrown:

ObjectProcessors.cs(135,125): error CS7036: There is no argument given that corresponds to the requ ired parameter 'hasLaps' of 'ACLProcessor.ProcessACL(byte[], string, Label, bool, string)'

Steps to reproduce

Using .net 5.0:

  1. dotnet restore .
  2. dotnet build

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with ObjectProcessors.cs at line 135 and inspect the call to ACLProcessor.ProcessACL alongside its current signature. Reproduce the failure with dotnet restore . and dotnet build on .NET 5.0. Done means the project builds successfully without the CS7036 error.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
build-system
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.