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
…ding redirect issues, fixes#942, fixes#896, fixes#895, fixes#667
* target .NET Standard 2.0 only
* don't box ;)
* use DirtyAssemblyResolveHelper in the auto-generated code because it's simply very common case that VS generates wrong redirects..
* disable two tests which fail due to CommandLineParser issue...
* bring Full .NET Framework tests back to life!
* make it possible to build BDN from source on Mac
* there is no way to do tell dotnet restore which configuration to use, we need to handle that for custom build configurations
* perform full build when user provided custom build configuration
* workaround bad assembly binding redirects on our side to keep the users happy ;)
Installing BenchmarkDotNet with DependencyBehavior=Lowest results in a broken install in some situation. See https://github.com/dotnet/corefx/issues/32610
Perhaps BenchmarkDotNet should require higher version of the dependency?
The text was updated successfully, but these errors were encountered: