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.
Currently the output of dora is something like: kCantHappenBase + 2
Instead it should really be something like ClassInventory.cs:35: throw ErrorHelper.CreateError (InventoryError.kCantHappenBase + 2, $"Expected a top level definition to have a class name.");
which can probably be done with: fgrep --include=\*.cs -rnw '..' -e 'kCantHappenBase + 2,'
The text was updated successfully, but these errors were encountered:
Currently the output of dora is something like:
kCantHappenBase + 2
Instead it should really be something like
ClassInventory.cs:35: throw ErrorHelper.CreateError (InventoryError.kCantHappenBase + 2, $"Expected a top level definition to have a class name.");
which can probably be done with:
fgrep --include=\*.cs -rnw '..' -e 'kCantHappenBase + 2,'
The text was updated successfully, but these errors were encountered: