dotnet / dotnet/BenchmarkDotNet
Build native project dependency
Open
- Dominant language
- C#
- Stars
- 11.5k
- Forks
- 1.1k
- Avg merge
- 6d 11h
- Merged PRs (30d)
- 12
Description
I have some `csproj` that references a `vcxproj` and that builds just fine in Visual Studio. However, `dotnet build` (as used internally) does not support building native projects. I am wonder if there's a way to skip the building of these native dependencies (tried `--no-dependencies` to no avail) and provide the prebuild binaries myself?
Contributor guide
Assessment
This issue has not been assessed yet.