Skip to content

jiaomy2016/service-fabric-client-dotnet

 
 

Repository files navigation

Service Fabric Client Library for .NET and PowerShell module

REST based Client library and PowerShell module for managing Service Fabric clusters and applications.

This repo builds the following nuget packages and powershell modules:

For more Service Fabric open source projects, visit the Service Fabric home repo.

Getting Started

Prerequesites

Each project is a normal C# Visual Studio 2019 project. At minimum, you need MSBuild 16, PowerShell, .NET Core SDK and .NET Framework 4.6 to build and generate NuGet packages.

We recommend installing Visual Studio 2019 which will set you up with all the .NET build tools and allow you to open the solution files. Community Edition is free and can be used to build everything here.

Build

To build everything and generate NuGet packages, run the build.ps1 script. NuGet packages and PowerShell module will be dropped in a drop directory at the repo root.

Each project can also be built individually directly through Visual Studio or by running the solution file through MSBuild.

For branches, please see Branching Information

Releases and Support

Official releases from Microsoft of the NuGet packages in this repo are released directly to NuGet.org.

Only officially released NuGet packages from Microsoft are supported. If you have a feature or bug fix that you would like to use in your application, please issue a pull request so we can get it into an official release.

Contributing code

If you would like to become an active contributor to this project please follow the instructions provided in Microsoft Azure Projects Contribution Guidelines.

For details on contributing to Service Fabric projects, please refer to Contributing.md at the Service Fabric home repo for details on contributing code.

Documentation

Service Fabric has conceptual and reference documentation available at https://docs.microsoft.com/azure/service-fabric.

About

.NET client library for Service Fabric

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 99.9%
  • PowerShell 0.1%