handzlikchris / handzlikchris/FastScriptReload
Classes defined inline within other classes will cause exception on reloading
Aperta
- Lingua principale
- C#
- Stelle
- 2.2k
- Fork
- 167
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
`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
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.