Alexander Fast

Results 4 issues of Alexander Fast

### What does this PR do? Support for [Chocolatey](https://chocolatey.org/). This includes rudimentary support for api v2 and OData. Lifted a lot of the core logic from https://github.com/ai-traders/BaGet. Created Legacy namespace...

### What does this PR do? Adds support for, on startup, to go through all packages in the store and re-adds them to the database. ### Motivation The intention is...

There is a maximum size for a TileMap (depending on [MeshMode](https://github.com/mizipzor/UnityTileMap/wiki/Mesh-Modes), max texture size for SingleQuad and max vertex count if QuadGrid). To get around this limitation a _ChunkManager_ class...

enhancement

Repro: ``` $ git clone https://github.com/TanukiSharp/MinimalNugetServer.git $ cd MinimalNugetServer/MinimalNugetServer/scripts $ chmod +x make_publishable.sh $ ./make_publishable.sh $ cd ../.. $ docker build -t minimal-nuget-server -f Dockerfile . $ docker run --rm...