Skip to content

xinchen10/azure-amqp

 
 

Repository files navigation

Microsoft Azure AMQP for .Net

Build status  NuGet Version and Downloads count

This repository contains the source code for the Microsoft Azure AMQP for C# implementation.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.

Build

  • In Visual Studio
    • Open the solution amqp.sln and build. Visual Studio 2019 is required.
  • dotnet
    • The project targets netstandard2.0, so dotnet commands can be used to build the library cross platform.
    • The solution includes a test UWP project. It needs to be removed in order to build the solution. Or you can build just the library project. For example at the repo root run the following command.
dotnet build -p:Version=3.0.0 src\Microsoft.Azure.Amqp.csproj

About

AMQP C# library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.9%
  • PowerShell 0.1%