Re: [gdal-dev] How to use Gdal c# bindings with .NET Core

2020-06-18 Thread RejectKid
has there been progress made on .NetStandard support for the gdal nuget packages? I see this thread is a little old so I wasnt sure if it was dropped or not -- Sent from: http://osgeo-org.1560.x6.nabble.com/GDAL-Dev-f3742093.html ___ gdal-dev mailing

Re: [gdal-dev] How to use Gdal c# bindings with .NET Core

2019-12-07 Thread Artz
Tamas Szekeres wrote > "Official" binaries are not being provided by GDAL directly. However, in > the near future, I'm planning to support ".net standard 2.1" with the > nuget > packages derived from the binaries of https://www.gisinternals.com. > > Best regards, > > Tamas > > > Gigas002 < > g

Re: [gdal-dev] How to use Gdal c# bindings with .NET Core

2018-12-16 Thread Tamas Szekeres
"Official" binaries are not being provided by GDAL directly. However, in the near future, I'm planning to support ".net standard 2.1" with the nuget packages derived from the binaries of https://www.gisinternals.com. Best regards, Tamas Gigas002 ezt írta (időpont: 2018. dec. 15., Szo, 21:05):

Re: [gdal-dev] How to use Gdal c# bindings with .NET Core

2018-12-15 Thread Gigas002
Thanks! That worked for me. But of course anyone would prefer official release, so... Is .net core bindings planned? -- Sent from: http://osgeo-org.1560.x6.nabble.com/GDAL-Dev-f3742093.html ___ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lis

Re: [gdal-dev] How to use Gdal c# bindings with .NET Core

2018-12-15 Thread Tamas Szekeres
At the moment it looks like only the 3rd option below supports .net core. However since that is a custom build, use the dependencies (gdal_wrap.dll etc.) provided by the same bundle, ie: https://www.nuget.org/packages/Gdal.Core.WindowsRuntime/2.3.0-beta-023 These dll-s support x64 only as far as I

[gdal-dev] How to use Gdal c# bindings with .NET Core

2018-12-15 Thread Gigas002
Hello everyone. I'm trying to use c# bindings with .NET Core 2.0 on Visual Studio 2017. Tried to use multiple nuget packages: 1. https://www.nuget.org/packages/GDAL/ + https://www.nuget.org/packages/GDAL.Native/ I used these packages for my .NET Framework project and it worked fine, but it doesn't