mapbox / mapbox-sdk-cs

C# libraries for Mapbox API layer
https://mapbox.github.io/mapbox-sdk-cs/
Other
20 stars 11 forks source link

mapbox-sdk-cs

SDK for using Mapbox APIs with C#. If you'd like to contribute to the project, read CONTRIBUTING.md.

master branch build status: Build status

master branch code coverage: Coverage Status

Build

With an IDE:

On the command line:

Tests

Currently tests are only available with configuration DebugNet.

To run the tests you need to have the MAPBOX_ACCESS_TOKEN environment variable set.

Log into your Mapbox account at https://www.mapbox.com/studio to obtain an access token.

Automation and Publishing

Before publishing verify that there no build or test errors locally and on AppVeyor and Travis!

Publishing to nuget.org

Publishing Docs

Publishing locally (currently Windows only)

This should not be done unless there is an emergency (e.g. AppVeyor is down)