
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
@asyncapi/dotnet-rabbitmq-template
Advanced tools
This is a .NET C# RabbitMQ template for the AsyncAPI generator
This template is for generating a .NET C# wrapper for the RabbitMQ client based on your AsyncAPI document. The template uses the RabbitMQ C# Client library.
Have you found a bug or have an idea for improvement? Feel free to contribute! See the contribution guidelines how to do so.
Given any AsyncAPI file (AsyncAPI.yml
) first generate the client with the AsyncAPI generator such as
ag .\asyncapi.yaml .\dotnet-rabbitmq-template\ -o .\output --force-write
The generated output shall be seen a subscriber and/or publisher of message on/from a rabbit mq broker.
Install the generator through npm or run it from docker official installer.
These are the available template parameters:
Parameter | Type | Description |
---|---|---|
namespace | String | Use this parameter to specify the namespace for the generated C# client --param "namespace=Company.Services" , defaults to Demo |
user | String | Use this parameter to specify a user for for accessing the RabbitMq cluster --param "user=username" , defaults to user |
password | String | Use this parameter to specify a password for for accessing the RabbitMq cluster --param "password=password" , defaults to password |
Before contributing please read the CONTRIBUTING document.
Thanks goes to these wonderful people (emoji key):
Peter Wikström 💻 🚧 💬 🤔 📖 🐛 |
This project follows the all-contributors specification. Contributions of any kind welcome!
FAQs
Template package for AsyncAPI code generation
We found that @asyncapi/dotnet-rabbitmq-template demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.