NetTopologySuite / NetTopologySuite.IO.VectorTiles

A package that can be used to generate vector tiles using NTS.
Other
19 stars 13 forks source link

Release strategy #8

Closed xivk closed 2 years ago

xivk commented 3 years ago

Do we want to release this package on nuget?

FObermaier commented 3 years ago

Yes, we want to do that, but let us address the nullable issues indicated by the build log first.

xivk commented 2 years ago

@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.

FObermaier commented 2 years ago

@xivk var is used everywhere except for builtin types. That is conformant with NTS.

rbrundritt commented 2 years ago

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:

xivk commented 2 years ago

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.

rbrundritt commented 2 years ago

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).

FObermaier commented 2 years ago

I resolved that issue. If @xivk agrees, we can do a release.

FObermaier commented 2 years ago

A package was released