Advertisement
Guest User

Untitled

a guest
Feb 5th, 2021
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. error CS1929: 'IGrouping<string, BacktestResultTest>' does not contain a definition for 'Aggregate' and the best extension method overload 'ImmutableArrayExtensions.Aggregate<(int, int, int), BacktestResult>(ImmutableArray<BacktestResult>, (int, int, int), Func<(int, int, int), BacktestResult, (int, int, int)>)' requires a receiver of type 'ImmutableArray<BacktestResult>'
  2. error CS8130: Cannot infer the type of implicitly-typed deconstruction variable 'wins'.
  3. error CS8130: Cannot infer the type of implicitly-typed deconstruction variable 'losses'.
  4. error CS8130: Cannot infer the type of implicitly-typed deconstruction variable 'draws'.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement