handzlikchris / handzlikchris/FastScriptReload
Classes defined inline within other classes will cause exception on reloading
Abierto
- Lenguaje dominante
- C#
- Estrellas
- 2.2k
- Forks
- 167
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
`FastScriptReload.Editor.Compilation.DynamicCompilationBase.CreateSourceCodeCombinedContents`
here:
```
var existingType = allTypes.Single(et => et.FullName == t.Key);
```
Type will be XXX.YYY and won't be properly resolved. Using Single will cause exception
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.