AMQP C# library
Перейти к файлу
dependabot[bot] 563f7d9605
Bump actions/checkout from 4.2.1 to 4.2.2 (#267)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.1 to 4.2.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4.2.1...v4.2.2)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-28 08:45:26 -07:00
.github Bump actions/checkout from 4.2.1 to 4.2.2 (#267) 2024-10-28 08:45:26 -07:00
api Receive link cleanup (#251) 2024-01-16 08:33:27 -08:00
src Add trimming/AOT annotations (#266) 2024-10-17 11:51:23 -07:00
test Improve connection cancellation token tests 2024-01-19 09:59:08 -08:00
.gitattributes Unit tests for .Net Core (Xunit) 2016-05-27 13:42:51 -07:00
.gitignore Update gitignore 2017-09-25 17:15:50 -07:00
35MSSharedLib1024.snk Removed duplicate snk files and referred to only one. 2016-11-22 13:16:10 -08:00
LICENSE.txt Create LICENSE.txt 2016-02-17 15:00:02 -08:00
SECURITY.md Microsoft mandatory file (#220) 2022-07-28 10:34:44 -07:00
amqp.sln Fix ConnectionFactoryTest 2023-01-26 13:55:40 -08:00
build.ps1 Drop netcoreapp and switch to Github Action (#223) 2022-09-20 10:40:16 -07:00
contribute.md Initial Commit for AMQP C# implementation 2016-01-08 11:05:32 -08:00
icon.png Switch from PackageIconUrl to PackageIcon (#163) 2020-07-16 11:57:07 -07:00
nuget.config Add nuget source for dotnet tools 2022-03-15 09:34:38 -07:00
readme.md Switch build status to githuc actions (#224) 2022-09-26 23:21:40 -07:00

readme.md

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 opencode@microsoft.com 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.
dotnet build -p:Version=3.0.0 src\Microsoft.Azure.Amqp.csproj