handzlikchris / handzlikchris/FastScriptReload
Classes defined inline within other classes will cause exception on reloading
Đang mở
- Ngôn ngữ chính
- C#
- Star
- 2.2k
- Fork
- 167
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
`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
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.