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
I got tired of seeing complaints that we're using nuget packages that
have vulnerabilities (transitively via xUnit), and then decided to fix
some (a lot of?) other suggestion-level noise that keeps popping up in
VS.
I've done some development based on this, but the only things I was
concerned enough about to explicitly check were the xUnit upgrade and
the Shevron->Chevron rename.
// Hammer the formatter and parser with lots of random but repeatable values, making sure TryParseAmount can correctly read anything FormatAmount generates.
52
-
// This time, include b and p suffixes. These suffixes noticably reduce precision, so do them separately.
50
+
// This time, include b and p suffixes. These suffixes noticeably reduce precision, so do them separately.
/// Run the preceeding tests for fixed buildings, fuel, ingredients, and products.
106
+
/// Run the preceding tests for fixed buildings, fuel, ingredients, and products.
107
107
/// </summary>
108
108
/// <param name="row">The row containing the recipe to test with fixed amounts.</param>
109
109
/// <param name="testCombinations">An action that loops through the various combinations of entities, beacons, etc, and calls its third parameter for each combination.</param>
0 commit comments