docs: disclose Xceed stewardship + list Xceed.Zip.FluentAssertions#3191
Draft
mattd1980 wants to merge 1 commit into
Draft
docs: disclose Xceed stewardship + list Xceed.Zip.FluentAssertions#3191mattd1980 wants to merge 1 commit into
mattd1980 wants to merge 1 commit into
Conversation
…rtions - About page now mentions Xceed Software as the project's partner, matching the homepage banner's existing disclosure. The About page previously read as if Fluent Assertions was still solely an Aviva Solutions / Dennis Doomen project. - Adds Xceed.Zip.FluentAssertions to the Community Extensions list on the homepage. It was already published to NuGet but wasn't listed alongside FluentAssertions.Json, DataSets, Autofac, etc. Both edits are additive — no existing copy is removed or rewritten.
Qodana for .NETIt seems all right 👌 No new problems were found according to the checks applied 💡 Qodana analysis was run in the pull request mode: only the changed files were checked Contact Qodana teamContact us at qodana-support@jetbrains.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 small, additive doc edits that bring the About page and Community Extensions list in line with the existing Xceed partnership already disclosed on the homepage banner and footer.
1.
docs/_pages/about.md— stewardship disclosureThe About page currently reads as if Fluent Assertions is still solely an Aviva Solutions / Dennis Doomen project, even though the homepage says "Xceed is now the official partner of Fluent Assertions" and the footer links to xceed.com. This adds one paragraph after the existing "Who is behind this project" text noting the Xceed partnership — nothing is removed, Dennis's and Jonas's voice stays intact.
2.
docs/index.html— Community Extensions entryThe Community Extensions section lists Json, DataSets, Web, Ninject, Autofac, ASP.NET Core MVC, and Analyzers — but not Xceed.Zip.FluentAssertions, which is published on NuGet and depends on the main
FluentAssertionspackage. Adds it to the list in alphabetical-ish order (grouped near the end with Analyzers).Noted but not fixed in this PR
The
@xceedTwitter button on the homepage (docs/index.html:20) currently links tohttps://twitter.com/datagrid, which appears to be a mismatch between label and handle. Leaving this for a maintainer to confirm the correct account before I touch it.Test plan
mainmerge