-
Notifications
You must be signed in to change notification settings - Fork 101
Comparing changes
Open a pull request
base repository: plotly/Plotly.NET
base: dev
head repository: plotly/Plotly.NET
compare: C#-refactor
- 13 commits
- 185 files changed
- 2 contributors
Commits on Apr 17, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 444a37c - Browse repository at this point
Copy the full SHA 444a37cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d4dedd - Browse repository at this point
Copy the full SHA 9d4deddView commit details -
start splitting C# API files, add skill for agents to create better c…
…hart marup for test fixtures
Configuration menu - View commit details
-
Copy full SHA for 52d059b - Browse repository at this point
Copy the full SHA 52d059bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cce9b8 - Browse repository at this point
Copy the full SHA 5cce9b8View commit details
Commits on Apr 18, 2026
-
add devcontainer for agent sandbox
Provides a .NET 10 devcontainer with Node LTS and GitHub CLI for running agents against the repo in an isolated environment. Mounts Claude/Codex user config from the host. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 6c990d9 - Browse repository at this point
Copy the full SHA 6c990d9View commit details -
Split all C# ChartAPI files into one-method-per-file structure
Splits Chart2D, Chart3D, ChartCarpet, ChartDomain, ChartMap, ChartPolar, ChartSmith, and ChartTernary monolithic files into individual per-method files under matching subdirectories. 73 total method files created. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for ab8abc2 - Browse repository at this point
Copy the full SHA ab8abc2View commit details
Commits on Apr 19, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 7b68abe - Browse repository at this point
Copy the full SHA 7b68abeView commit details -
centralize chart baseline generation skill tooling
Add a shared chart-baseline-generation harness under tools and point the Claude, Codex, OpenCode, and repo agent guidance at the same workflow. This keeps the skill instructions consistent and avoids duplicating the investigation script per agent.
Configuration menu - View commit details
-
Copy full SHA for 70ec8a4 - Browse repository at this point
Copy the full SHA 70ec8a4View commit details -
add C# Chart2D wrapper markup tests
Cover the remaining split Chart2D wrapper methods with dedicated htmlcodegen tests and record the verification in the API file split plan. This keeps the wrapper split independently validated before continuing with the next Chart API refactor step.
Configuration menu - View commit details
-
Copy full SHA for abfd43d - Browse repository at this point
Copy the full SHA abfd43dView commit details -
Move the remaining top-level Chart wrapper methods into dedicated partial files and cover the layout-sensitive helpers with focused C# htmlcodegen tests. This keeps the Chart API split consistent before continuing with the 3D and polar wrappers.
Configuration menu - View commit details
-
Copy full SHA for 11c368d - Browse repository at this point
Copy the full SHA 11c368dView commit details -
add C# Chart3D and ChartPolar markup tests
Cover the split 3D and polar C# wrappers with focused htmlcodegen tests and record the verification in the API file split plan. This closes the remaining wrapper coverage gap for those families before continuing to map and ternary.
Configuration menu - View commit details
-
Copy full SHA for a93039d - Browse repository at this point
Copy the full SHA a93039dView commit details -
add C# ChartMap and ChartTernary markup tests
Cover the split map and ternary C# wrappers with focused htmlcodegen tests and record the verification in the API file split plan. This closes the remaining coverage gap for those families before moving on to domain, carpet, and smith.
Configuration menu - View commit details
-
Copy full SHA for 6589883 - Browse repository at this point
Copy the full SHA 6589883View commit details -
Configuration menu - View commit details
-
Copy full SHA for cdfb0a0 - Browse repository at this point
Copy the full SHA cdfb0a0View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff dev...C#-refactor