Unhandled Exception
The value "System.Collections.Generic.Dictionary`2[System.String,System.Object]" is not of type "Submission#14+Item" and cannot be used in this generic collection. (Parameter 'value')
at System.Collections.ObjectModel.Collection`1.System.Collections.IList.Add(Object value)
at Utf8Json.Formatters.NonGenericListFormatter`1.Deserialize(JsonReader& reader, IJsonFormatterResolver formatterResolver)
at Utf8Json.JsonSerializer.Deserialize[T](Byte[] bytes, Int32 offset, IJsonFormatterResolver resolver)
at Utf8Json.JsonSerializer.Deserialize[T](Byte[] bytes, IJsonFormatterResolver resolver)
at Utf8Json.JsonSerializer.Deserialize[T](String json, IJsonFormatterResolver resolver)
at Utf8Json.JsonSerializer.Deserialize[T](String json)
at Submission#14.<<Initialize>>d__0.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at Microsoft.CodeAnalysis.Scripting.ScriptExecutionState.RunSubmissionsAsync[TResult](ImmutableArray`1 precedingExecutors, Func`2 currentExecutor, StrongBox`1 exceptionHolderOpt, Func`2 catchExceptionOpt, CancellationToken cancellationToken)