Skip to content

jmcupidon/openstack.net

 
 

Repository files navigation

openstack.net: An OpenStack SDK for Microsoft .NET

Join the chat at https://gitter.im/openstacknetsdk/openstack.net

The openstack.net SDK, written for the Microsoft .NET platform, is designed to enable developers to seamlessly work with the many services provided by the OpenStack cloud operating system.

The openstack.net SDK contains:

  • A language API
  • Getting Started Guide
  • API Reference Manual
  • Release Notes
  • Sample code

Contributing

We welcome and encourage contributions from the developer community. For an overview of the contribution process, including an explanation of our issue labels and common emoji used in discussions, please see CONTRIBUTING.md.

Building from Source

Prerequisites

The recommended development environment for this project is Visual Studio 2013 or Visual Studio 2015. When using Visual Studio 2015, a custom analyzer is provided which uses static analysis to identify common mistakes, and in many cases is able to automatically fix the issue.

Build script

Execute build.cmd to download all dependencies and build. Use build.cmd help or build.cmd /? to view the available command line arguments.

build.cmd [Build|UnitTest|Documentation|Package] [/Configuration Debug|Release]

# Execute Build target in Debug mode
build.cmd

# Execute UnitTest target in Debug mode
build.cmd UnitTest

# Execute Build target in Release mode
build.cmd /Configuration Release

# Execute Package target in Release mode
build.cmd Package /Configuration Release

See the Documentation README if you would like to build the Sandcastle documentation which is published to http://openstacknetsdk.org/docs.

Integration Tests

You must have a real account (e.g. on Rackspace) in order to run the integration tests. The tests look for your credentials in environment variables, OPENSTACKNET_USER and OPENSTACKNET_APIKEY. After you have set the environment variables you will need to log out then log back in.

setx OPENSTACKNET_USER secretusername
setx OPENSTACKNET_APIKEY secretapikey

This is not an official OpenStack project

About

An OpenStack Cloud SDK for Microsoft .NET

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 99.2%
  • Visual Basic .NET 0.4%
  • C++ 0.2%
  • F# 0.2%
  • Batchfile 0.0%
  • PowerShell 0.0%