Merge main into dev#1494
Merged
Merged
Conversation
* update overview and sidebar * Apply suggestions from code review Co-authored-by: Copilot <[email protected]> * add architectural benefits --------- Co-authored-by: Copilot <[email protected]>
--- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: darrenge <[email protected]>
--- updated-dependencies: - dependency-name: Microsoft.Extensions.Logging dependency-version: 10.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: darrenge <[email protected]>
Bumps [dotnet-sdk](https://github.com/dotnet/sdk) from 10.0.100 to 10.0.101. - [Release notes](https://github.com/dotnet/sdk/releases) - [Commits](dotnet/sdk@v10.0.100...v10.0.101) --- updated-dependencies: - dependency-name: dotnet-sdk dependency-version: 10.0.101 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: darrenge <[email protected]>
…1482) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Configuration.Binder dependency-version: 10.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: darrenge <[email protected]>
* Migrate Garnet to .slnx solution format * Revised documentation and .NET build related comments * Rename Tsavorite native device project to avoid confusion * Migrate Tsavorite to .slnx * Update more build related docs to latest tooling * Clean up solution file items --------- Co-authored-by: Tal Zaccai <[email protected]>
* Check helm-docs binary release digest in CI * Use FILENAME variable in tar command Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Copilot <[email protected]> Co-authored-by: darrenge <[email protected]>
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request merges changes from the main branch into the dev branch. The changes include dependency updates in the website's yarn.lock, migration from .sln to .slnx solution files, documentation updates referencing newer .NET versions and Visual Studio, code cleanup in SingleDatabaseManager.cs, and updates to various configuration files including global.json and Directory.Packages.props.
Key changes:
- Migration from Visual Studio .sln files to .slnx format for both Garnet and Tsavorite projects
- Dependency version updates in website/yarn.lock (various npm packages)
- Documentation updates referencing .NET 9/.NET 10 and Visual Studio 2026
- Code cleanup in SingleDatabaseManager.cs (removed unused field, simplified variable usage)
Reviewed changes
Copilot reviewed 23 out of 24 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| website/yarn.lock | Dependency version updates for various npm packages including AI SDK, Algolia, docsearch, and build tools |
| website/sidebars.js | Updated Azure category label to "Managed Offering (Azure)" |
| website/docs/getting-started/build.md | Updated documentation with .NET 10 SDK, Visual Studio 2026, and net9.0 target framework references |
| website/docs/dev/onboarding.md | Updated tooling requirements to .NET 10 SDK and Visual Studio 2026 |
| website/docs/azure/overview.md | Enhanced content with more detailed feature descriptions and use case scenarios |
| test/Garnet.test/RespTransactionProcTests.cs | Commented out [Repeat(10000)] attribute on a test method |
| test/BDNPerfTests/BDN_Benchmark_Config.json | Updated comment text from "Net 8.0 and Net 9.0" to ".NET 8 and 9" |
| libs/storage/Tsavorite/cs/benchmark/YCSB.benchmark/scripts/run_benchmark.ps1 | Updated reference from Tsavorite.sln to Tsavorite.slnx |
| libs/storage/Tsavorite/cs/Tsavorite.slnx | New XML-based solution file added |
| libs/storage/Tsavorite/cs/Tsavorite.sln | Legacy .sln solution file deleted |
| libs/storage/Tsavorite/cc/README.md | Updated documentation references from Garnet to Tsavorite |
| libs/storage/Tsavorite/cc/CMakeLists.txt | Updated project name from Garnet to Tsavorite |
| libs/server/Databases/SingleDatabaseManager.cs | Removed unused storeWrapper field and simplified variable usage |
| global.json | Updated SDK version to 10.0.101 |
| benchmark/README.md | Updated comment about .NET runtime versions |
| Garnet.slnx | New XML-based solution file added with complete project structure |
| Garnet.sln | Legacy .sln solution file deleted (413 lines removed) |
| Directory.Packages.props | Updated package versions including Microsoft.Extensions.Logging to 10.0.1, Microsoft.Extensions.Configuration.Binder to 10.0.1, and Microsoft.NET.Test.Sdk to 18.0.1 |
| .github/workflows/helm-chart.yml | Added SHA256 checksum verification for helm-docs download |
| .github/workflows/ci.yml | Updated references from Garnet.sln to Garnet.slnx |
| .github/ISSUE_TEMPLATE/bug_report.yml | Updated IDE placeholder to Visual Studio 2026 |
| .gitattributes | Added *.slnx file type with CRLF line endings |
| .azure/pipelines/azure-pipelines.yml | Updated solution variable from Garnet.sln to Garnet.slnx |
| .azure/pipelines/azure-pipelines-nightly.yml | Updated solution variable from Garnet.sln to Garnet.slnx |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
TalZaccai
approved these changes
Jan 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.