SWE-Sharp-Bench: A Reproducible Benchmark for C# Software Engineering Tasks
Paper • 2511.02352 • Published
repo stringclasses 17
values | instance_id stringlengths 10 43 | base_commit stringlengths 40 40 | patch stringlengths 530 154k | test_patch stringlengths 377 76.4k ⌀ | problem_statement stringlengths 97 33k | hints_text stringlengths 3 18.4k ⌀ | created_at stringdate 2020-06-16 21:09:47 2025-04-20 13:41:07 | version stringclasses 4
values | FAIL_TO_PASS stringlengths 2 3.71k | PASS_TO_PASS stringlengths 2 5.8k |
|---|---|---|---|---|---|---|---|---|---|---|
ardalis/CleanArchitecture | ardalis__cleanarchitecture-546 | 8073cf3eb58654d67baeab966e530ae69e4a9378 | diff --git a/src/Clean.Architecture.Web/ApiModels/ProjectDTO.cs b/src/Clean.Architecture.Web/ApiModels/ProjectDTO.cs
index 373e25fdb..c5342328c 100644
--- a/src/Clean.Architecture.Web/ApiModels/ProjectDTO.cs
+++ b/src/Clean.Architecture.Web/ApiModels/ProjectDTO.cs
@@ -15,7 +15,7 @@ public ProjectDTO(int id, string name... | diff --git a/tests/Clean.Architecture.FunctionalTests/ControllerApis/ApiProjectsControllerList.cs b/tests/Clean.Architecture.FunctionalTests/ControllerApis/ApiProjectsControllerList.cs
index f8d5de85c..df65af509 100644
--- a/tests/Clean.Architecture.FunctionalTests/ControllerApis/ApiProjectsControllerList.cs
+++ b/test... | Attempting to create a new project through the API results in an error regarding the 'CreateProjectDTO' interface.
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- 🔎 Search existing issues to avoid creating duplicates. -->
It's not possible to create a new project using the endpoint `[POST]/api/Projects... | null | 2023-05-01T16:18:24Z | 0.1 | ['Clean.Architecture.FunctionalTests.ControllerApis.ProjectCreate.CreateProject'] | ['Clean.Architecture.FunctionalTests.ControllerApis.ProjectCreate.ReturnsOneProject'] |
ardalis/CleanArchitecture | ardalis__cleanarchitecture-530 | f041a4e1eee6438a7249e4ff687969b5ce728c62 | diff --git a/Directory.Packages.props b/Directory.Packages.props
index 402b2d6ab..a4e72e15f 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -16,6 +16,7 @@
<PackageVersion Include="FastEndpoints.ApiExplorer" Version="2.0.1" />
<PackageVersion Include="FastEndpoints.Swagger" Version="5.5... | diff --git a/tests/Clean.Architecture.FunctionalTests/ApiEndpoints/ProjectCreate.cs b/tests/Clean.Architecture.FunctionalTests/ApiEndpoints/ProjectCreate.cs
new file mode 100644
index 000000000..e122bbfac
--- /dev/null
+++ b/tests/Clean.Architecture.FunctionalTests/ApiEndpoints/ProjectCreate.cs
@@ -0,0 +1,68 @@
+using... | Please show how you would create new ToDoItems
<!-- ⚠️⚠️ Do Not Delete This! feature_request_template ⚠️⚠️ -->
<!-- Please search existing issues to avoid creating duplicates. -->
<!-- Describe the feature you'd like. -->
In this template, you aggregate ToDoItems within the ProjectAggregate. However, you also stop s... | null | 2023-04-09T15:39:56Z | 0.1 | ['Clean.Architecture.FunctionalTests.ApiEndpoints.ProjectAddToDoItem.AddsItemAndReturnsRouteToProject', 'Clean.Architecture.FunctionalTests.ApiEndpoints.ProjectCreate.ReturnsOneProject'] | [] |
jellyfin/jellyfin | jellyfin__jellyfin-12621 | 987dbe98c8ab55c5c8eb563820e54453c835cdde | diff --git a/Emby.Naming/Video/VideoListResolver.cs b/Emby.Naming/Video/VideoListResolver.cs
index 51f29cf0887..12bc22a6ac0 100644
--- a/Emby.Naming/Video/VideoListResolver.cs
+++ b/Emby.Naming/Video/VideoListResolver.cs
@@ -141,7 +141,9 @@ private static List<VideoInfo> GetVideosGroupedByVersion(List<VideoInfo> videos... | diff --git a/tests/Jellyfin.Naming.Tests/Video/MultiVersionTests.cs b/tests/Jellyfin.Naming.Tests/Video/MultiVersionTests.cs
index 183ec898485..3005a4416c0 100644
--- a/tests/Jellyfin.Naming.Tests/Video/MultiVersionTests.cs
+++ b/tests/Jellyfin.Naming.Tests/Video/MultiVersionTests.cs
@@ -356,6 +356,45 @@ public void Te... | Sort versions in ascending order when resolution is the same
Change movie version to sort in ascending order when resolution is the same
**Issues**
Fixes #12618
Versions are sorted in reverse alphabetical order when filename includes resolution
When multiple files share the same resolution in their filenames, they ar... |
Please provide the media info of all 3 files
Those were all the same file, just renamed. I'll also upload with different resolutions in a bit.
```
General
Unique ID : 34727860135091814094139690058492232674 (0x1A2057B2EBC11E00F924498B258D43E2)
Complete name :... | 2024-09-09T20:27:19Z | 0.1 | ['Jellyfin.Naming.Tests.Video.MultiVersionTests.TestMultiVersion13'] | ['Jellyfin.Naming.Tests.Video.MultiVersionTests.TestMultiVersion4', 'Jellyfin.Naming.Tests.Video.MultiVersionTests.TestMultiVersion10', 'Jellyfin.Naming.Tests.Video.MultiVersionTests.TestMultiVersion11', 'Jellyfin.Naming.Tests.Video.MultiVersionTests.TestMultiVersion5', 'Jellyfin.Naming.Tests.Video.MultiVersionTests.Re... |
jellyfin/jellyfin | jellyfin__jellyfin-12558 | 2fe13f54eaf87eefefd27f4ccb2ace1371f5e886 | diff --git a/MediaBrowser.Controller/Entities/BaseItem.cs b/MediaBrowser.Controller/Entities/BaseItem.cs
index 8bd4fb4f382..f16558d1e7c 100644
--- a/MediaBrowser.Controller/Entities/BaseItem.cs
+++ b/MediaBrowser.Controller/Entities/BaseItem.cs
@@ -1180,28 +1180,29 @@ private MediaSourceInfo GetVersionInfo(bool enableP... | diff --git a/tests/Jellyfin.Controller.Tests/Entities/BaseItemTests.cs b/tests/Jellyfin.Controller.Tests/Entities/BaseItemTests.cs
index f3ada59dbcd..6171f12e472 100644
--- a/tests/Jellyfin.Controller.Tests/Entities/BaseItemTests.cs
+++ b/tests/Jellyfin.Controller.Tests/Entities/BaseItemTests.cs
@@ -1,4 +1,7 @@
using ... | Movie Version Name Changes Based on Title of Movie
### This issue respects the following points:
- [X] This is a **bug**, not a question or a configuration issue; Please visit our forum or chat rooms first to troubleshoot with volunteers, before creating a report. The links can be found [here](https://jellyfin.org/con... | null | 2024-08-31T12:02:58Z | 0.1 | ['Jellyfin.Controller.Tests.Entities.BaseItemTests.GetMediaSourceName_Valid'] | ['Jellyfin.Controller.Tests.Entities.BaseItemTests.BaseItem_ModifySortChunks_Valid'] |
jellyfin/jellyfin | jellyfin__jellyfin-12550 | 2fe13f54eaf87eefefd27f4ccb2ace1371f5e886 | diff --git a/MediaBrowser.Controller/Entities/TV/Episode.cs b/MediaBrowser.Controller/Entities/TV/Episode.cs
index 37e24141429..76bc4f49d83 100644
--- a/MediaBrowser.Controller/Entities/TV/Episode.cs
+++ b/MediaBrowser.Controller/Entities/TV/Episode.cs
@@ -180,10 +180,7 @@ public override List<string> GetUserDataKeys()... | diff --git a/tests/Jellyfin.Extensions.Tests/FormattingStreamWriterTests.cs b/tests/Jellyfin.Extensions.Tests/FormattingStreamWriterTests.cs
new file mode 100644
index 00000000000..06e3c272130
--- /dev/null
+++ b/tests/Jellyfin.Extensions.Tests/FormattingStreamWriterTests.cs
@@ -0,0 +1,23 @@
+using System.Globalization... | Error processing request. FfmpegException
### This issue respects the following points:
- [X] This is a **bug**, not a question or a configuration issue; Please visit our forum or chat rooms first to troubleshoot with volunteers, before creating a report. The links can be found [here](https://jellyfin.org/contact/).
-... | So the tdlr is the concat file writes the duration float wrong due to internationalization.
Down there is the detailed issue description + fix:
### Please describe your bug
All DVD structured folders aka VIDEO_TS aren't played because ffmpeg exits before.
This is because of wrong generated concat files in C:\Users\X... | 2024-08-30T15:19:39Z | 0.1 | ['Jellyfin.Extensions.Tests.FormattingStreamWriterTests.Shuffle_Valid_Correct'] | [] |
gui-cs/Terminal.Gui | gui-cs__terminal-gui-3195 | c8e54bba099763a593a3dd3427b795ab5b22dd0f | diff --git a/Terminal.Gui/Views/Button.cs b/Terminal.Gui/Views/Button.cs
index c5995f838d..0c90c13b8e 100644
--- a/Terminal.Gui/Views/Button.cs
+++ b/Terminal.Gui/Views/Button.cs
@@ -129,6 +129,10 @@ void Initialize (ustring text, bool is_default)
/// Gets or sets whether the <see cref="Button"/> is the default acti... | diff --git a/testenvironments.json b/testenvironments.json
index 898ac827de..25324739d6 100644
--- a/testenvironments.json
+++ b/testenvironments.json
@@ -10,6 +10,11 @@
"type": "wsl",
"wslDistribution": "Ubuntu"
},
+ {
+ "name": "WSL-Ubuntu-20.04",
+ "type": "wsl",
+ "wslDistribution": "Ubuntu-20.04"... | Pressing the ENTER key in a TextField should not move the focus
**Describe the bug**
Pressing the ENTER key in a TextField should not move the focus away from the TextField.
**To Reproduce**
Steps to reproduce the behavior:
1. Use the example at https://github.com/gui-cs/Terminal.Gui#sample-usage-in-c
2. Press the ... | That is the expected behavior if the button is set as default. If you set `IsDefault = false`, then the `Textfield` wouldn't loss the focus.
With `IsDefault = false`, pressing the ENTER key in the `TextField` would still trigger the default button action? If not, I do not want to do that, as that looses the ability to ... | 2024-01-20T01:40:39Z | 0.1 | ['Terminal.Gui.ViewTests.ButtonTests.IsDefault_True_Does_Not_Get_The_Focus_On_Enter_Key'] | [] |
spectreconsole/spectre.console | spectreconsole__spectre-console-1552 | 0e2ed511a5cfa303ba99c97ebb3f36c50cfa526f | diff --git a/src/Spectre.Console.Cli/Internal/Configuration/TemplateParser.cs b/src/Spectre.Console.Cli/Internal/Configuration/TemplateParser.cs
index d7eef9b05..125947280 100644
--- a/src/Spectre.Console.Cli/Internal/Configuration/TemplateParser.cs
+++ b/src/Spectre.Console.Cli/Internal/Configuration/TemplateParser.cs... | diff --git a/test/Spectre.Console.Cli.Tests/Expectations/Help/Root.QuestionMark.verified.txt b/test/Spectre.Console.Cli.Tests/Expectations/Help/Root.QuestionMark.verified.txt
new file mode 100644
index 000000000..0432fe41a
--- /dev/null
+++ b/test/Spectre.Console.Cli.Tests/Expectations/Help/Root.QuestionMark.verified.t... | Add '-?' as an additional alias for '-h' and '--help', just like 'dotnet -?'
It's second nature for me to just type `-?` to get help on stuff. Even in the GitHub CLI, typing `gh -?` (although not an official option to get help) gets you the default help :).
I'd say it's a common enough shorthand for help that it deser... | Sounds like a reasonable thing to add 👍 | 2024-05-17T21:10:33Z | 0.1 | ['Spectre.Console.Tests.Unit.Cli.CommandAppTests+Help.Should_Output_Root_Correctly_QuestionMark', 'Spectre.Console.Tests.Unit.Cli.CommandAppTests+Help.Should_Output_Root_Command_Correctly_QuestionMark'] | [] |
spectreconsole/spectre.console | spectreconsole__spectre-console-1531 | c5e11626b521c47c45339d90ae7dcebc736a3224 | diff --git a/dotnet-tools.json b/dotnet-tools.json
index b0036d859..a7f9d036b 100644
--- a/dotnet-tools.json
+++ b/dotnet-tools.json
@@ -13,6 +13,12 @@
"commands": [
"dotnet-example"
]
+ },
+ "verify.tool": {
+ "version": "0.6.0",
+ "commands": [
+ "dotnet-verify"
+ ]
... | diff --git a/test/Spectre.Console.Cli.Tests/Expectations/Help/ArgumentOrder.Output.verified.txt b/test/Spectre.Console.Cli.Tests/Expectations/Help/ArgumentOrder.Output.verified.txt
index 6e29ed297..9a82776df 100644
--- a/test/Spectre.Console.Cli.Tests/Expectations/Help/ArgumentOrder.Output.verified.txt
+++ b/test/Spect... | Built-in parameter `--version` conflicts with existing one
**Information**
- OS: `Windows`
- Version: `Spectre.Console.Cli` v0.49.0
- Terminal: `Windows Terminal / Oh My Posh`
**Describe the bug**
Recent `Spectre.Console.Cli` versions fixed the issue with the new built-in `--version` parameter when _running_ the a... | That’s unfortunate. We should make the ʼ-—versionʼ option completely opt-in and ensure it’s easy to override the behaviour if wanted.
I’m not super familiar with the changes that went into this specific addition, but I will take a look tonight and see if we can’t push a 0.49.1 version out that fixes this.
Thank you @p... | 2024-04-25T17:54:55Z | 0.1 | ['Spectre.Console.Tests.Unit.Cli.CommandAppTests+Help.Should_Not_Include_Application_Version_If_Not_Set', 'Spectre.Console.Tests.Unit.Cli.CommandAppTests+Help.Should_Include_Application_Version_If_Set', 'Spectre.Console.Tests.Unit.Cli.CommandAppTests+Version.Should_Not_Display_Version_If_Not_Specified'] | [] |
spectreconsole/spectre.console | spectreconsole__spectre-console-1513 | eb38f76a6a988acbda3c955a8f6b72083a622bfb | diff --git a/src/Spectre.Console/Widgets/Table/TableRenderer.cs b/src/Spectre.Console/Widgets/Table/TableRenderer.cs
index 23bff61cd..0d1716685 100644
--- a/src/Spectre.Console/Widgets/Table/TableRenderer.cs
+++ b/src/Spectre.Console/Widgets/Table/TableRenderer.cs
@@ -150,9 +150,9 @@ public static List<Segment> Render(... | diff --git a/test/Spectre.Console.Tests/Expectations/Widgets/Table/Render_Row_Separators_No_Header.Output.verified.txt b/test/Spectre.Console.Tests/Expectations/Widgets/Table/Render_Row_Separators_No_Header.Output.verified.txt
new file mode 100644
index 000000000..e296413d0
--- /dev/null
+++ b/test/Spectre.Console.Test... | Table line separators not showing for the first line when table headers are hidden
**Information**
- OS: Windows 11 23H2 (OS Build 22631.2506)
- Version: Spectre.Console 0.48.0
- Terminal: Windows Terminal 1.19.3172.0
**Describe the bug**
When table headers are hidden, the first row separator is not drawn.
**To Re... | null | 2024-04-13T15:28:08Z | 0.1 | ['Spectre.Console.Tests.Unit.TableTests.Should_Render_Table_With_Row_Separators_No_Header_Correctly'] | [] |
spectreconsole/spectre.console | spectreconsole__spectre-console-1504 | 1a3249cdaea9efa06c25d5e55e4bb53e2a65bedc | diff --git a/src/Spectre.Console/Live/LiveRenderable.cs b/src/Spectre.Console/Live/LiveRenderable.cs
index a681d2405..40107f9cd 100644
--- a/src/Spectre.Console/Live/LiveRenderable.cs
+++ b/src/Spectre.Console/Live/LiveRenderable.cs
@@ -49,7 +49,7 @@ public IRenderable PositionCursor()
}
var... | diff --git a/test/Spectre.Console.Tests/Expectations/Live/Status/Render.Output.verified.txt b/test/Spectre.Console.Tests/Expectations/Live/Status/Render.Output.verified.txt
index cd5fed942..debe2399d 100644
--- a/test/Spectre.Console.Tests/Expectations/Live/Status/Render.Output.verified.txt
+++ b/test/Spectre.Console.T... | Blatant flickering
**Information**
- OS: Windows 10/11
- Version: 0.48.0
- Terminal: Dos Prompt, Powershell and Windows Terminal
**Describe the bug**
Displaying a task list with spinners causes the whole task list to flicker. Apparently, see below, this is a regression introduced in 0.48.0
**To Reproduce**
The fol... | This is also happening for other widget types in `0.48` including up to at least `0.48.1-preview.0.32` in Windows terminal
https://github.com/spectreconsole/spectre.console/assets/13159458/f2783bb7-08c5-49cd-a097-4bc06e78bea5
This happens in progress displays without spinners as well.
Can confirm what @yenneferofvenge... | 2024-04-01T15:38:29Z | 0.1 | [] | ['Spectre.Console.Tests.Unit.StatusTests.Should_Render_Status_Correctly'] |
spectreconsole/spectre.console | spectreconsole__spectre-console-1503 | 43f9ae92adf36dd5cb96add90d74f867690c3ed3 | diff --git a/src/Spectre.Console.Cli/Internal/Commands/XmlDocCommand.cs b/src/Spectre.Console.Cli/Internal/Commands/XmlDocCommand.cs
index 807251833..7b7592ca8 100644
--- a/src/Spectre.Console.Cli/Internal/Commands/XmlDocCommand.cs
+++ b/src/Spectre.Console.Cli/Internal/Commands/XmlDocCommand.cs
@@ -84,6 +84,13 @@ priv... | diff --git a/test/Spectre.Console.Cli.Tests/Expectations/Xml/Test_1.Output.verified.txt b/test/Spectre.Console.Cli.Tests/Expectations/Xml/Test_1.Output.verified.txt
index 998a89b3a..e92f683de 100644
--- a/test/Spectre.Console.Cli.Tests/Expectations/Xml/Test_1.Output.verified.txt
+++ b/test/Spectre.Console.Cli.Tests/Exp... | Export for Documentation
I'm currently manually creating the documentation to put on my site for the CLI usage. Which gave me a thought...
Would it be possible to do some sort of export of the the documentation.
If I have branch commands I have to go into each command and call `-h` to get the output for that command... | A little hidden gem of Spectre.Console.Cli is that you can export XML structure with a hidden command.
Try passing `cli xmldoc` to your application and it should give you the XML structure:
<img width="776" alt="image" src="https://user-images.githubusercontent.com/357872/208904802-44228d2a-1dd1-4cf7-b7a2-47d298ddce7f... | 2024-03-29T19:09:10Z | 0.1 | ['Spectre.Console.Tests.Unit.Cli.CommandAppTests+Xml.Should_Dump_Correct_Model_For_Case_6'] | [] |
spectreconsole/spectre.console | spectreconsole__spectre-console-1458 | 72704529c5ac45401eee0b61ddd6cbaba9baab22 | diff --git a/src/Spectre.Console/Extensions/AnsiConsoleExtensions.Input.cs b/src/Spectre.Console/Extensions/AnsiConsoleExtensions.Input.cs
index f5299adde..7769e33a5 100644
--- a/src/Spectre.Console/Extensions/AnsiConsoleExtensions.Input.cs
+++ b/src/Spectre.Console/Extensions/AnsiConsoleExtensions.Input.cs
@@ -53,7 +5... | diff --git a/test/Spectre.Console.Tests/Expectations/Prompts/Text/SecretValueBackspaceNullMask.Output.verified.txt b/test/Spectre.Console.Tests/Expectations/Prompts/Text/SecretValueBackspaceNullMask.Output.verified.txt
new file mode 100644
index 000000000..473c6d87b
--- /dev/null
+++ b/test/Spectre.Console.Tests/Expect... | Prompt text is erased upon backspace when the prompt text is a secret and its mask is null.
**Describe the bug**
Prompt text is erased upon backspace when the prompt text is a secret and its mask is null.
**To Reproduce**
Create secret Prompt with a null mask. Show the Prompt. Enter a few characters, then backspace. T... | null | 2024-02-12T20:05:19Z | 0.1 | ['Spectre.Console.Tests.Unit.TextPromptTests.Should_Not_Erase_Prompt_Text_On_Backspace_If_Prompt_Is_Secret_And_Mask_Is_Null'] | [] |
spectreconsole/spectre.console | spectreconsole__spectre-console-1338 | e2a674815dcbe9589cc87723dd6410f64aaff682 | diff --git a/src/Spectre.Console/Widgets/Rows.cs b/src/Spectre.Console/Widgets/Rows.cs
index 8e3e59576..91c963f03 100644
--- a/src/Spectre.Console/Widgets/Rows.cs
+++ b/src/Spectre.Console/Widgets/Rows.cs
@@ -41,8 +41,8 @@ protected override Measurement Measure(RenderOptions options, int maxWidth)
if (meas... | diff --git a/test/Spectre.Console.Tests/Expectations/Widgets/Rows/GH-1188-Rows.Output.verified.txt b/test/Spectre.Console.Tests/Expectations/Widgets/Rows/GH-1188-Rows.Output.verified.txt
new file mode 100644
index 000000000..ed5efe628
--- /dev/null
+++ b/test/Spectre.Console.Tests/Expectations/Widgets/Rows/GH-1188-Rows... | Rows sizing is inconsistent
**Information**
- OS: Windows
- Version: 0.46
- Terminal: Powershell, Windows Rider Integrated Terminal
**Describe the bug**
Sizing of `Panel` is confusing and buggy:
- There's no way to make the panel fit its contents. Instead, it expands the full width of the terminal (which looks ug... | null | 2023-10-19T06:01:54Z | 0.1 | ['Spectre.Console.Tests.Unit.RowsTests.Should_Render_Rows_In_Panel_Without_Breaking_Lines'] | [] |
spectreconsole/spectre.console | spectreconsole__spectre-console-1308 | 2af3f7faeb0f5b89e48670af1b15619b3693388f | diff --git a/src/Spectre.Console/Widgets/TextPath.cs b/src/Spectre.Console/Widgets/TextPath.cs
index db5eafc7e..fafafb7b1 100644
--- a/src/Spectre.Console/Widgets/TextPath.cs
+++ b/src/Spectre.Console/Widgets/TextPath.cs
@@ -74,7 +74,7 @@ public Measurement Measure(RenderOptions options, int maxWidth)
return... | diff --git a/test/Spectre.Console.Tests/Expectations/Widgets/TextPath/GH-1307.Output.verified.txt b/test/Spectre.Console.Tests/Expectations/Widgets/TextPath/GH-1307.Output.verified.txt
new file mode 100644
index 000000000..06cfb5f27
--- /dev/null
+++ b/test/Spectre.Console.Tests/Expectations/Widgets/TextPath/GH-1307.Ou... | TextPath behaves strange together with columns
**Information**
- OS: Windows
- Version: 0.47.0
- Terminal: Windows Terminal
**Describe the bug**
TextPath seems to add a new line and/or being greedy about the max size.
**To Reproduce**
```csharp
// Works as expected
AnsiConsole.Write(
new Columns(
new ... | null | 2023-09-17T22:08:56Z | 0.1 | ['Spectre.Console.Tests.Unit.TextPathTests.Should_Behave_As_Expected_When_Rendering_Inside_Panel_Columns'] | [] |
SWE-Sharp-Bench is a comprehensive benchmark suite for evaluating software engineering capabilities of AI agents and models on C# and .NET codebases. This benchmark extends the SWE-Bench framework to the C# ecosystem, providing real-world software engineering tasks from popular open-source repositories.
Code - https://github.com/microsoft/prose/tree/main/misc/SWE-Sharp-Bench
Research Paper Draft & Benchmark Analysis: https://aka.ms/swesharparxiv
If you have suggestions or any questions, please raise an issue on Github or contact us at t-smhatre@microsoft.com .
If you find our work helpful for your research, please consider citing our work.
@misc{mhatre2025swesharpbenchreproduciblebenchmarkc,
title={SWE-Sharp-Bench: A Reproducible Benchmark for C# Software Engineering Tasks},
author={Sanket Mhatre and Yasharth Bajpai and Sumit Gulwani and Emerson Murphy-Hill and Gustavo Soares},
year={2025},
eprint={2511.02352},
archivePrefix={arXiv},
primaryClass={cs.SE},
url={https://arxiv.org/abs/2511.02352},
}