Skip to content

Merge main into dev#1494

Merged
TedHartMS merged 11 commits into
devfrom
maindev-010826
Jan 9, 2026
Merged

Merge main into dev#1494
TedHartMS merged 11 commits into
devfrom
maindev-010826

Conversation

@TedHartMS

Copy link
Copy Markdown
Contributor

No description provided.

jcocchi and others added 11 commits December 18, 2025 13:41
* 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]>
Copilot AI review requested due to automatic review settings January 9, 2026 01:04

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread website/docs/getting-started/build.md
Comment thread website/docs/dev/onboarding.md
@TedHartMS TedHartMS merged commit 977e699 into dev Jan 9, 2026
35 of 37 checks passed
@TedHartMS TedHartMS deleted the maindev-010826 branch January 9, 2026 02:03
@github-actions github-actions Bot locked and limited conversation to collaborators Mar 10, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants