Skip to content

Feature : Add original filename to generated filename hash ? #75

Open
@builder-main

Description

@builder-main

It can become hard to read when you look at stacktraces with a lot of rewritten files. If they could be suffixed with the original filename (and shorter/incremental hash ?) it could be a blast.

C:/Users/../AppData/Local/Temp/04d60cd179c04742b6f4a2f89b2deeba.SourceCodeCombined.cs:800)
MoreLinq.MoreEnumerable:ForEach<System.ValueTuple`2<Commons.Domain.IEquipment, System.ValueTuple`3<int, int, int>>> (System.Collections.Generic.IEnumerable`1<System.ValueTuple`2<Commons.Domain.IEquipment, System.ValueTuple`3<int, int, int>>>,System.Action`2<System.ValueTuple`2<Commons.Domain.IEquipment, System.ValueTuple`3<int, int, int>>, int>) (at C:/projects/morelinq/MoreLinq/ForEach.cs:57)
Characters.View.UnitGameStatsView__Patched_:OnPreviewStat (Characters.View.UnitPreviewStatSignal) (at C:/Users/../AppData/Local/Temp/04d60cd179c04742b6f4a2f89b2deeba.SourceCodeCombined.cs:783)
Characters.View.UnitGameStatsView__Patched_:OnEventObject (Characters.View.UnitPreviewStatSignal) (at C:/Users/../AppData/Local/Temp/04d60cd179c04742b6f4a2f89b2deeba.SourceCodeCombined.cs:747)

into

C:/Users/../AppData/Local/Temp/04d60cd179c0474.UnitGameStatsView.cs:800)
MoreLinq.MoreEnumerable:ForEach<System.ValueTuple`2<Commons.Domain.IEquipment, System.ValueTuple`3<int, int, int>>> (System.Collections.Generic.IEnumerable`1<System.ValueTuple`2<Commons.Domain.IEquipment, System.ValueTuple`3<int, int, int>>>,System.Action`2<System.ValueTuple`2<Commons.Domain.IEquipment, System.ValueTuple`3<int, int, int>>, int>) (at C:/projects/morelinq/MoreLinq/ForEach.cs:57)
Characters.View.UnitGameStatsView__Patched_:OnPreviewStat (Characters.View.UnitPreviewStatSignal) (at C:/Users/../AppData/Local/Temp/04d60cd179c0474.UnitGameStatsView.cs:783)
Characters.View.UnitGameStatsView__Patched_:OnEventObject (Characters.View.UnitPreviewStatSignal) (at C:/Users/../AppData/Local/Temp/04d60cd179c0474.UnitGameStatsView.cs:747)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions