feat: .NET 8/10 support (v2.3.0) and a Hugo documentation site#617
Merged
Conversation
Agent / build: - Add net10.0 target framework across the solution; drop the EOL netcoreapp3.1/net5.0/net6.0 targets. Active matrix is net8.0 + net10.0, with netstandard2.0 kept as the floor on the foundational libraries. - Add net10.0 conditional package blocks (Microsoft.Extensions.* / EntityFrameworkCore -> 10.0.0) to every project that pins framework packages per-TFM; third-party versions unchanged. - Bump version to 2.3.0. - CI: install .NET 8 + 10 SDKs and test both target frameworks; modernize checkout/setup-dotnet to v4. Docs: - Rewrite and complete the documentation: fix the stale sw6/v6 protocol to sw8/v8, add a full configuration reference (cross-checked against the config source), and add guides for installation, transports (gRPC/Kafka), plugins, logging, CLI, and troubleshooting. EN + CN config references kept in sync. - Publish docs as a Hugo (Hextra theme) site under content/, deployed to GitHub Pages via .github/workflows/docs.yml. - Rename CONTIBUTING.md -> CONTRIBUTING.md; refresh README badges/links. - Position the project as an independent .NET-ecosystem agent that reports to an Apache SkyWalking backend (not an ASF/SkyWalking sub-project). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Two related pieces of work, built and verified end-to-end:
Agent / build
net10.0across the solution; drop the EOLnetcoreapp3.1/net5.0/net6.0targets. Active matrix isnet8.0;net10.0, withnetstandard2.0kept as the compatibility floor on the foundational libraries (SkyApm.Core,SkyApm.Abstractions,SkyApm.Transport.Grpc,SkyApm.Transport.Kafka).net10.0conditional package blocks (Microsoft.Extensions.*/EntityFrameworkCore→10.0.0) to every project that pins framework packages per-TFM; third-party versions unchanged.net-ci-it.yml): install .NET 8 + 10 SDKs and test both target frameworks; modernizecheckout/setup-dotnetto v4.✅ Verified: full solution builds with 0 errors on both legs;
dotnet test7/7 pass on net8.0 and net10.0.Docs
sw6/v6→sw8/v8, add a full configuration reference (every key, cross-checked against the config source), and new guides: installation & activation, transports (gRPC/Kafka), plugins, logging, CLI, troubleshooting. EN + 中文 config references kept in sync.themes/hextrasubmodule) undercontent/, with navbar + auto sidebar + client-side search..github/workflows/docs.yml→ GitHub Pages (Pages Source = GitHub Actions). Site URL:https://skyapm.github.io/SkyAPM-dotnet/.CONTIBUTING.md→CONTRIBUTING.md; refresh README badges/links (GitHub Actions badge,master→main, drop dead MyGet/Gitter/AppVeyor).✅ Verified:
hugo --gcbuilds clean (23 pages), internal links resolve, search index generated.Reviewer notes
🤖 Generated with Claude Code