6 instantiations of DiffyException
Microsoft.DotNet.HotReload.Utils.Generator (6)
BaselineProject.cs (1)
40throw new DiffyException ("failed workspace", 1);
DeltaProject.cs (3)
91throw new DiffyException ($"no changes in revision {dinfo.Rev}", exitStatus: 5); 103throw new DiffyException ($"Failed to emit delta for {oldDocument.Name}: {sb}", exitStatus: 8); 115throw new DiffyException($"Expected only one module in the delta, got {updates.ProjectUpdates.Length}", exitStatus: 10);
Runners\ScriptRunner.cs (1)
94throw new DiffyException($"Could not find {relativePath} in {resolver.Project.Name}", exitStatus: 12);
Script\Json\Parsing.cs (1)
34throw new DiffyException($"error parsing diff script '{Path}'", exn, exitStatus: 15);
1 reference to DiffyException
Microsoft.DotNet.HotReload.Utils.Generator.Frontend (1)
Frontend.cs (1)
27} catch (Microsoft.DotNet.HotReload.Utils.Generator.DiffyException exn) {