Mannus Etten

Results 11 issues of Mannus Etten

i think it is a good idea to rename the attributes link index/name/ignore to CsvIndex. Now I get clashed with my objects because it is an object which is also...

feature

is there still some development going on on this project?

it looks promising but no up-to-date for ArcGIS Pro and their .tpkx-files, is that correct?

await using var database = new PortalGeniusDatabase(); await database.Servers.Where(x => x.Portal == updatedPortal).BatchDeleteAsync(); the portalgeniusdatabase is my dbcontext public DbSet Servers { get; set; } What can I do to...

### What are you wanting to achieve? i am trying to achieve the following: I do have a request which returns http 200 (ok) The body has content and in...

question

Why do i need an ec2 instance running to check if my S3-bucket is working?

question

it does not give me the option to change the versionnumber of one of my projects

the mbtiles file created from my vtpk doesn't have any field information: {"vector_layers": [{"id":"bouwtekening","fields":{}}]} so the symbology/style is also not working

System.ArgumentException: The parameter data type of UInt64 is invalid. at Microsoft.Data.SqlClient.MetaType.GetMetaTypeFromValue(Type dataType, Object value, Boolean inferLen, Boolean streamAllowed) at Microsoft.Data.SqlClient.MetaType.GetMetaTypeFromType(Type dataType) at Microsoft.Data.SqlClient.SqlParameter.GetMetaTypeOnly() at Microsoft.Data.SqlClient.SqlParameter.get_DbType() at EFCore.BulkExtensions.SqlAdapters.SqlDefaultDialect.ReloadSqlParameters(DbContext context, List`1 sqlParameters)...

question

var excel = new ExcelMapper() { HeaderRow = false, MinRowNumber = 3 }; try { excel.Save(_fileName, serviceItems); } the list of service items is filled with 50 items, without the...