Skip to content

jsimonweb/gcloud-dotnet

 
 

Repository files navigation

Build Status

Google Cloud .NET Client

.NET client libraries for Google Cloud Platform services.

Note: This client is a work-in-progress, and may occasionally make backwards-incompatible changes. The layout of the repository is likely to change, and names (of everything - assemblies, namespaces, types, members...) should be regarded as provisional.

Requirements

In order to build the code in this repository, you will need to install DNVM. You do not need DNVM to use the code, provided as NuGet packages.

Most projects in this repository require gRPC, which has a component written in native code. Using that component from DNX currently requires a workaround; on Windows please run fix_dnx_grpc.bat before running any gRPC code.

Documentation

Contributing

Contributions to this library are always welcome and highly encouraged.

See CONTRIBUTING for more information on how to get started.

Versioning

These libraries follow Semantic Versioning.

Anything with a major version of zero (0.y.z) should not be considered stable - anything may change at any time.

License

Apache 2.0 - See LICENSE for more information.

About

Google Cloud Client Library for .NET

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.9%
  • Batchfile 0.1%