Skip to content

Commit 9315dfc

Browse files
committed
add missing lang name in ServerEngine
1 parent 9649f8d commit 9315dfc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

rewrite-csharp-remote-server/src/main/java/org/openrewrite/csharp/remote/DotNetRemotingServerEngine.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,11 @@ private static void installExecutable(URL executable, File destDir) {
116116

117117
}
118118

119+
@Override
120+
public String getLanguageName() {
121+
return "CSharp";
122+
}
123+
119124
static File newFile(File destinationDir, ZipEntry zipEntry) throws IOException {
120125
File destFile = new File(destinationDir, zipEntry.getName());
121126

0 commit comments

Comments
 (0)