Diego Guidi
Diego Guidi
> as long as we don't change the purpose of GeoAPI to a library that contains entities for Entity Framework Absolutely agree with this. GeoAPI now is coupled with NTS...
looks ok to me if we use simply doubles as you suggested. if you're worried about breaking changes, maybe we can use Obsolete attribute to old methods and add documentation...
I tried a web application in iis and it works for me. Try to check to build a x64 web app and deploy to iis in a 64bit manchine using...
> Deedle.Excel currently depends on NetOffice and uses COM to interop with Exce.lIt's quite cool to have Excel open and Deedle frame directly shows up on the sheet. But COM...
this was a strange behaviour I experienced during the development: see [this change](https://github.com/SharpMap/SharpMap/pull/245/commits/cf060fc7d22f0e50b6857f3366bf2472a3a0d81d#diff-ecd2dabab9e9ac16b1a8e1a109f134b23bd0f93d9443c85b72ff427459d8af2a)
Ok but I think that besides of UI stuff, all the core , the providers and the web part can be maintained. Or I am missing something and you suggesting...
had the same build problems using VS2019, resolved re-doing a full checkout from scratch
> It would be helpful for understanding you request. Yep, of course. I've a DTO structure like ``` RootDTO { public DetailsDTO { get; set; } } DetailsDTO : List...
> Swagger should handle that data structure just fine I see an exception using 1.4.3-stable exactly [here](https://github.com/yahehe/Nancy.Swagger/blob/1.4.3-stable/src/Nancy.Swagger/Services/SwaggerMetadataProvider.cs#L104), because 'DetailsDTO' it's a container but GetGenericArguments returns an empty array. > User...
@jnallard readed after my comment > You might be able to solve this if you define your DetailsDTO class as actually a DetailsDTO class. fixing DetailsDTO to DetailsDTO isn't praticable,...