FastScriptReload icon indicating copy to clipboard operation
FastScriptReload copied to clipboard

Classes defined inline within other classes will cause exception on reloading

Open handzlikchris opened this issue 1 year ago • 0 comments

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

handzlikchris avatar Apr 24 '24 18:04 handzlikchris