8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e47c90d commit cf2a783Copy full SHA for cf2a783
dotnet/recompile.sh
@@ -0,0 +1,5 @@
1
+#!/bin/sh
2
+
3
+for f in *.cs; do \
4
+ mcs -r:lib/bin/RabbitMQ.Client.dll $f; \
5
+done
0 commit comments