Closed jonwagner closed 6 years ago
Alternative suggestion: pretty sure the SDK defines NETSTANDARD2_0
(notice the underscore) for .NET Standard builds.
Ok, thanks for the suggestions :+1:
@airbreather Are you sure about this, I can't find any docs on this.
Nevermind, it's here: https://docs.microsoft.com/en-us/dotnet/core/tutorials/libraries
There's another one at line 470 in FastHierarchyBuilder.
Hmmm, thanks, missed that one!
I noticed that the NETSTANDARD20 constant isn't defined for netstandard2.0 builds. This results in
FastHierarchyBuilder.InitializeWitnessGraph
to not use multi-threaded operations.I suggest adding the following to Itinero.csproj: