You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 12, 2024. It is now read-only.
The following shell command will print out the numbers that are duplicated for kCantHappenBase: fgrep --include=\*.cs -rnw '/path/to/source' -e 'kCantHappenBase +' | grep -o "\+ \d\d*" | awk '{print $2}' | sort -n | uniq -d
This should run from either a unit test (ideal) or from the build.
The text was updated successfully, but these errors were encountered:
The following shell command will print out the numbers that are duplicated for
kCantHappenBase
:fgrep --include=\*.cs -rnw '/path/to/source' -e 'kCantHappenBase +' | grep -o "\+ \d\d*" | awk '{print $2}' | sort -n | uniq -d
This should run from either a unit test (ideal) or from the build.
The text was updated successfully, but these errors were encountered: