Emulator as .Net Tool #68
Replies: 2 comments
-
|
Thanks for the suggestion, I will look into it. |
Beta Was this translation helpful? Give feedback.
-
|
This has just been implemented in the latest version. You can install it as a global tool: dotnet tool install -g AzureEventGridSimulator Or as a local tool (useful for per-project setup): dotnet new tool-manifest # if you don't have one already If you run it without a config file, it will display help text showing how to configure it (via Let me know if you run into any issues! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
First thank you for the hard work on this tool 🍻
I was wandering if you thought about packaging it up as a .Net Tool, Azure SIgnalR emulator is packaged as .Net Tool which makes it easy to use for people that do not use Docker.
Do you see that as feasible or a good idea for AzureEventGridSimulator
Beta Was this translation helpful? Give feedback.
All reactions