FastScriptReload
FastScriptReload copied to clipboard
Classes defined inline within other classes will cause exception on reloading
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