Skip to content
This repository was archived by the owner on Nov 11, 2024. It is now read-only.

Commit 1a3b959

Browse files
author
Alex Rønne Petersen
committed
Bump dependencies and fix the build.
1 parent 25a7c43 commit 1a3b959

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

dep/cecil

Submodule cecil updated from a6eec3e to cd2ff63

dep/debugger-libs

Submodule debugger-libs updated 31 files

dep/nrefactory

Submodule nrefactory updated 55 files

src/CustomLogger.cs

+5
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,10 @@ public void LogMessage(string format, params object[] args)
4646
{
4747
Log.Info(format, args);
4848
}
49+
50+
public string GetNewDebuggerLogFilename()
51+
{
52+
return null;
53+
}
4954
}
5055
}

0 commit comments

Comments
 (0)