handzlikchris / handzlikchris/FastScriptReload
InvalidOperationException: Sequence contains no matching element
- Lenguaje dominante
- C#
- Estrellas
- 2.2k
- Forks
- 167
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
I encountered the following error message:
```
InvalidOperationException: Sequence contains no matching element
System.Linq.Enumerable.First[TSource] (System.Collections.Generic.IEnumerable`1[T] source, System.Func`2[T,TResult] predicate) (at <3f2ee08277b24b2380a7e1ec14a64598>:0)
FastScriptReload.Runtime.AssemblyChangesLoaderResolver.Resolve () (at Assets/FastScriptReload/Scripts/Runtime/AssemblyChangesLoaderResolver.cs:23)
FastScriptReload.Editor.FastScriptReloadManager.Update () (at Assets/FastScriptReload/Scripts/Editor/FastScriptReloadManager.cs:424)
UnityEditor.EditorApplication.Internal_CallUpdateFunctions () (at :0)
```
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Línea de trabajo
Start in Assets/FastScriptReload/Scripts/Runtime/AssemblyChangesLoaderResolver.cs at line 23, then trace how FastScriptReloadManager.Update() at line 424 calls Resolve(). Reproduce the reported Unity Editor update failure and identify why no matching sequence element exists; done means this path no longer raises the reported InvalidOperationException.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- csharp, unity
- Área
- tooling
- Tipo de issue
- Error
- Dificultad
- 3/5
- Tiempo estimado
- 1-2 días
- Estado de actividad
- Estancado
- Claridad
- Necesita aclaración
- Aptitud para principiantes
- 35/100