SpecterOps / SpecterOps/SharpHound
Sharphound does not build anymore
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:
dotnet restore .dotnet build
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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