You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for user-supplied project file detection (#2684)
* Add support for user-supplied project file detection
* Make ProjectLocator fall back to other locators if enabled
* Implement most of the suggestion
* Use fallback logic instead
* Add a few docs and use default code style
* Include file locator paths in exception message
and rename LocatorArgs to FileLocatorArgs
* Update src/BenchmarkDotNet/Toolchains/CsProj/CsProjGenerator.cs
Co-authored-by: Tim Cassell <35501420+timcassell@users.noreply.github.com>
* Create integration test
* Support .NET Framework csproj tool chain as well
---------
Co-authored-by: Tim Cassell <35501420+timcassell@users.noreply.github.com>
0 commit comments