I get this error popup - maybe because no units completed yet? .Net 6 installed moments ago.
Application: HFM v10.0.1937
OS Version: Microsoft Windows NT 10.0.19044.0
Exception Thrown:
System.ArgumentNullException: Value cannot be null. (Parameter 'input')
at System.Guid.Parse(String input)
at HFM.Core.Data.ProteinBenchmarkRepository.<>c.<GetBenchmarksAsync>b__12_0(WorkUnitEntity x)
at System.Linq.Lookup`2.Create(IEnumerable`1 source, Func`2 keySelector, IEqualityComparer`1 comparer)
at System.Linq.GroupedEnumerable`2.GetEnumerator()
at System.Linq.Enumerable.SelectEnumerableIterator`2.MoveNext()
at System.Linq.Enumerable.TakeWhileIterator[TSource](IEnumerable`1 source, Func`3 predicate)+MoveNext()
at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
at HFM.Core.Data.ProteinBenchmarkRepository.GetBenchmarksAsync(SlotIdentifier slotIdentifier, IEnumerable`1 projects, Nullable`1 count)
at HFM.Core.Data.ProteinBenchmarkRepository.GetBenchmarksAsync(SlotIdentifier slotIdentifier, Int32 projectID, Int32 count)
at HFM.Core.Data.ScopedProteinBenchmarkRepositoryProxy.GetBenchmarksAsync(SlotIdentifier slotIdentifier, Int32 projectID, Int32 count)
at HFM.Core.Data.ScopedProteinBenchmarkRepositoryProxy.GetBenchmarksAsync(SlotIdentifier slotIdentifier, Int32 projectID, Int32 count)
at HFM.Forms.Models.ZedGraphBarGraphBenchmarksReport.Generate(IBenchmarksReportSource source)
at HFM.Forms.Models.BenchmarksModel.RunReports()
at HFM.Forms.Models.BenchmarksModel.OnSelectedSlotProjectListItemsChanged(Object sender, NotifyCollectionChangedEventArgs e)
at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__128_0(Object state)