Access to the path '/home/mnj/.local/share/containers/storage/overlay/.. is denied? #2869
Unanswered
marcinjahn
asked this question in
Q&A
Replies: 1 comment
-
|
Hi @marcinjahn ! BDN is trying to find the project file that defines the benchmarks. To do that, it tries to find the BenchmarkDotNet/src/BenchmarkDotNet/Toolchains/CsProj/CsProjGenerator.cs Lines 257 to 261 in d2be797 When it fails, it uses current directory to search for project file: BenchmarkDotNet/src/BenchmarkDotNet/Toolchains/CsProj/CsProjGenerator.cs Lines 247 to 251 in d2be797 Some possible solutions/workarounds:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to run the bechmark from https://benchmarkdotnet.org/articles/guides/getting-started.html.
dotnet run -c Releasehas the following output:Here's my csproj:
What could be wrong? I'm running Fedora 42, .NET 9. I'm trying to run the benchmark directly on the host, not in any VM or container.
Beta Was this translation helpful? Give feedback.
All reactions