handzlikchris / handzlikchris/FastScriptReload
Classes defined inline within other classes will cause exception on reloading
Open
- Dominant language
- C#
- Stars
- 2.2k
- Forks
- 167
- PR merge metrics
- No merged PRs in 30d
Description
`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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.