diff --git a/nuget/GdalConfiguration.cs.pp b/nuget/GdalConfiguration.cs.pp index c172b4f..286075b 100644 --- a/nuget/GdalConfiguration.cs.pp +++ b/nuget/GdalConfiguration.cs.pp @@ -35,6 +35,8 @@ using Gdal = OSGeo.GDAL.Gdal; using Ogr = OSGeo.OGR.Ogr; +#pragma warning disable CS8600 // Converting null literal or possible null value to non-nullable type. + namespace $rootnamespace$ { public static partial class GdalConfiguration @@ -215,4 +217,4 @@ #endif } } -} \ No newline at end of file +}