-
Notifications
You must be signed in to change notification settings - Fork 0
V10.0.0/launch #13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
V10.0.0/launch #13
Changes from all commits
3e67e4a
e2671e5
36582d6
4229073
b9ad47d
1b9eb23
c788170
c4e098d
49dc62c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| Availability: .NET 8, .NET 6 and .NET Standard 2.0 | ||
| Availability: .NET 10, .NET 9 and .NET Standard 2.0 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| Availability: .NET 8 and .NET 6 | ||
| Availability: .NET 10 and .NET 9 |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -4,13 +4,27 @@ | |||||
|
|
||||||
| [](https://github.com/codebeltnet/globalization/actions/workflows/pipelines.yml) [](https://codecov.io/gh/codebeltnet/globalization) [](https://sonarcloud.io/dashboard?id=globalization) [](https://sonarcloud.io/dashboard?id=globalization) [](https://sonarcloud.io/dashboard?id=globalization) [](https://sonarcloud.io/dashboard?id=globalization) [](https://scorecard.dev/viewer/?uri=github.com/codebeltnet/globalization) | ||||||
|
|
||||||
| ### ℹ️ About | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fix heading level: use h2 instead of h3. The "About" section at line 7 uses h3 ( Apply this diff: -### ℹ️ About
+## ℹ️ About📝 Committable suggestion
Suggested change
🧰 Tools🪛 markdownlint-cli2 (0.18.1)7-7: Heading levels should only increment by one level at a time (MD001, heading-increment) 🤖 Prompt for AI Agents |
||||||
|
|
||||||
| An open-source project (MIT license) that targets and complements the [System.Globalization](https://github.com/dotnet/runtime/tree/main/src/libraries/System.Private.CoreLib/src/System/Globalization) namespace. It aims to provide a way to favor National Language Support (NLS) over International Components for Unicode (ICU). | ||||||
|
|
||||||
| Your versatile System.Globalization companion for: | ||||||
| - Modern development with `.NET 9` and `.NET 10`, | ||||||
| - Cross-platform libraries with `.NET Standard 2` (where applicable), | ||||||
| - Legacy applications on `.NET Framework 4.6.2` and newer. | ||||||
|
|
||||||
| It is, by heart, free, flexible and built to extend and boost your agile codebelt. | ||||||
|
|
||||||
| > [!NOTE] | ||||||
| > To ensure access to current features, improvements, and security updates, and to keep the codebase clean and easy to maintain, we target only the latest long-term (LTS), short-term (STS) and (where applicable) cross-platform .NET versions. | ||||||
|
|
||||||
| ### 📚 Documentation | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Update section headings to use h2 level. For consistency with the corrected heading structure, the "Documentation" and "Standalone Packages" sections should also use h2 ( Apply this diff: -### 📚 Documentation
+## 📚 Documentation-### 📦 Standalone Packages
+## 📦 Standalone PackagesAlso applies to: 25-25 🤖 Prompt for AI Agents |
||||||
|
|
||||||
| Full documentation (generated by [DocFx](https://github.com/dotnet/docfx)) located here: https://globalization.codebelt.net/ | ||||||
|
|
||||||
| ### 📦 Standalone Packages | ||||||
|
|
||||||
| Provides a focused API for RESTful versioning. | ||||||
| Provides a focused API for National Language Support (NLS) over International Components for Unicode (ICU). | ||||||
|
|
||||||
| |Package|vNext|Stable|Downloads| | ||||||
| |:--|:-:|:-:|:-:| | ||||||
|
|
||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
Verify image versions are current and secure.
NGINX and DocFx base images have been bumped to newer versions. Confirm that these image tags exist and are free from known vulnerabilities.
Also applies to: 6-6
🏁 Script executed:
Length of output: 68
I need to verify the availability of these image tags since the Docker manifest approach is limited in this sandbox environment. Let me search for current versions of these images.
Let me search for more specific information about the codebeltnet/docfx image and verify the actual Dockerfile.
Let me search for current nginx versions to clarify what tag actually exists.
Based on my searches, the current NGINX Alpine version appears to be 1.29.2, and I could not find evidence that
nginx:1.29.3-alpineis publicly available on Docker Hub. The search results show NGINX mainline Alpine packages max out at version 1.27.5-r1 (April 2025), while the stable Alpine version is 1.28.0.The image tag
nginx:1.29.3-alpinedoes not appear to exist, making the review comment's verification request significant.DocFx 2.78.4 exists as a valid package, but the availability of the community-maintained
codebeltnet/docfx:2.78.4Docker image is unclear from public sources.Update required: Correct the NGINX version tag to a version that actually exists (e.g.,
nginx:1.28.0-alpineornginx:1.27.5-alpine), and verify that the DocFx image is publicly available if used in the Dockerfile.🏁 Script executed:
Length of output: 230
🌐 Web query:
💡 Result:
nginx 1.29.3 is the current mainline release (published Oct 28, 2025). Docker’s official nginx images normally publish matching tags (for example 1.29.3 and 1.29.3-alpine) — confirm the exact tag listing on Docker Hub if you need the live registry digest. [1][2][3]
Sources:
🏁 Script executed:
Length of output: 170
🏁 Script executed:
Length of output: 437
🌐 Web query:
💡 Result:
I couldn't find any Docker image published as codebeltnet/docfx on Docker Hub or common registries. The Codebelt site lists other Codebelt images but not a codebeltnet/docfx image, and the official docfx project is hosted under dotnet/docfx (GitHub/NuGet). [1][2]
If you want, I can (a) search a specific registry (Docker Hub, GHCR, GitLab Container Registry) for that name, or (b) find/produce an alternative docfx Docker image you can use.
Replace
codebeltnet/docfx:2.78.4with a publicly available DocFx image or build stage.The NGINX image tag
nginx:1.29.3-alpineis valid and current (mainline release, Oct 28, 2025). However,codebeltnet/docfx:2.78.4cannot be found on Docker Hub or other common registries and will cause the build to fail. The official DocFx project is maintained underdotnet/docfx. Either use an official image, build DocFx from source, or ensure thecodebeltnet/docfximage is available in a private registry that this Dockerfile can access.