Closed xivk closed 2 years ago
Yes, we want to do that, but let us address the nullable
issues indicated by the build log first.
@FObermaier I see you added https://github.com/NetTopologySuite/NetTopologySuite.IO.VectorTiles/blob/develop/.editorconfig This feels very outdated, is this the codingstyle we expect in NTS in general? Especially avoiding the use of var
feel very unnatural to me. If there is consensus about this I will off course yield to the majority.
@xivk var
is used everywhere except for builtin types. That is conformant with NTS
.
Do we have a minimum set of requirements we want to achieve before having a NuGet package released? We have a decent number of tests in this project. Some thoughts:
I think the only thing blocking us is this:
Yes, we want to do that, but let us address the
nullable
issues indicated by the build log first.
But I honestly don't have the time right now to do this. If anyone is up for this and can do a pull request I can handle updating the build process to publish a package to nuget.
I didn't notice that issue when I built it a few months ago. I'll take a look to see if I can figure it out (no promises).
I resolved that issue. If @xivk agrees, we can do a release.
A package was released
Do we want to release this package on nuget?