Skip to content

Commit e67afd8

Browse files
Filter out CS2002 via grep
Easier than putting #pragmas all over the codebase.
1 parent d2ed60b commit e67afd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dist: rabbit-vsn ensure-deliverables ensure-universally-readable
1717
rm -f $(RELEASE_DIR)/$(TMPXMLZIP)
1818

1919
test-xbuild-units:
20-
xbuild /nologo /t:RunUnitTests projects/client/Unit/RabbitMQ.Client.Unit.csproj
20+
xbuild /nologo /t:RunUnitTests projects/client/Unit/RabbitMQ.Client.Unit.csproj | grep -v "warning CS2002"
2121

2222
test-xbuild: test-xbuild-units
2323

0 commit comments

Comments
 (0)