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 d2ed60b commit e67afd8Copy full SHA for e67afd8
Makefile
@@ -17,7 +17,7 @@ dist: rabbit-vsn ensure-deliverables ensure-universally-readable
17
rm -f $(RELEASE_DIR)/$(TMPXMLZIP)
18
19
test-xbuild-units:
20
- xbuild /nologo /t:RunUnitTests projects/client/Unit/RabbitMQ.Client.Unit.csproj
+ xbuild /nologo /t:RunUnitTests projects/client/Unit/RabbitMQ.Client.Unit.csproj | grep -v "warning CS2002"
21
22
test-xbuild: test-xbuild-units
23
0 commit comments