handzlikchris / handzlikchris/FastScriptReload

Classes defined inline within other classes will cause exception on reloading

Open
#129 0 comments 0 reactions 1 assignee Claimed by @handzlikchris View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.