File tree Expand file tree Collapse file tree
TerrariaServerAPI/TerrariaApi.Server Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 - (5.1.3) Added `Source: https://github.com/Arthri/TSAPI` to logs
88 - (5.1.3) Description is prefixed with `MODIFIED VERSION -`
99 - (5.1.3) Changed package ID from `TSAPI` to `MODEFDP.TSAPI`
10+ - (5.2.0.1) Enabled StackTrace to show IL offsets when PDBs information is unavailable
1011- (5.1.3.3) Packed PDB in TSAPI package(nupkg)
1112- (5.1.3.3) Removed explicit .NET version from NuGet Release CI
1213- (5.1.3.3) Removed explicit .NET version from OTAPIv3 CI
Original file line number Diff line number Diff line change @@ -75,6 +75,7 @@ public static bool IsWorldRunning
7575
7676 static ServerApi ( )
7777 {
78+ AppContext . SetSwitch ( "Switch.System.Diagnostics.StackTrace.ShowILOffsets" , true ) ;
7879 Dictionary < string , string > args = Utils . ParseArguements ( Environment . GetCommandLineArgs ( ) ) ;
7980 Hooks = new HookManager ( ) ;
8081 LogWriter = new LogWriterManager ( enabled : ! args . ContainsKey ( "-nolog" ) ) ;
You can’t perform that action at this time.
0 commit comments