← 返回首页
GitHub - openstacknetsdk/openstack.net at develop · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

openstacknetsdk/openstack.net

 develop
Go to file
Code
 
 

Repository files navigation

More items

OpenStack.NET - Unsupported

This project is in-between maintainers. Interested? Contact sdk-support@rackspace.com.

OpenStack.NET is an 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.

NEW! Vendor Support

We have decided to make it easier for vendors, such as Rackspace or HP, to build their own package on top of OpenStack.NET, rather than directly supporting them. Read more about the ongoing effort:

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.

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://www.openstacknetsdk.org/docs/.

Integration Tests

You must have an OpenStack environment to test against in order to run the integration tests. We use the all-in-one OpenStack Ansible Deployment to set everything up on a single server. The tests look for the identity endpoint and credentials in environment variables: OPENSTACKNET_USER, OPENSTACKNET_PASSWORD, OPENSTACKNET_PROJECT and OPENSTACKNET_IDENTITY_URL. After you have set the environment variables you will need to log out then log back in.

setx OPENSTACKNET_USER secretusername setx OPENSTACKNET_PASSWORD secretpassword setx OPENSTACKNET_PROJECT projectname setx OPENSTACKNET_IDENTITY_URL http://localhost:5000/v2.0

This is not an official OpenStack project

About

An OpenStack Cloud SDK for Microsoft .NET

Topics

Resources

License

Contributing

Stars

118 stars

Watchers

28 watching

Forks

Packages

 
 
 

Contributors

Footer

© 2026 GitHub, Inc.