|
1 | 1 | # PSFluentObjectValidation: Complete Implementation Guide |
2 | 2 |
|
3 | | -| GitHub Actions | PS Gallery | License | |
4 | | -|-------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------|--------------------------------------| |
5 | | -| [![GitHub Actions Status][github-actions-badge]][github-actions-build] [![GitHub Actions Status][github-actions-badge-publish]][github-actions-build] | [![PowerShell Gallery][psgallery-badge]][psgallery] | [![License][license-badge]][license] | |
| 3 | +**Github** |
| 4 | + |
| 5 | +[![GitHub Actions Status][github-actions-badge]][github-actions-build] [![GitHub Actions Status][github-actions-badge-publish]][github-actions-build] [![GitHub Open Issues Status][github-open-issues-badge]][github-open-issues] [![GitHub Closed Issues Status][github-closed-issues-badge]][github-closed-issues] [![License][license-badge]][license] |
| 6 | + |
| 7 | +**PSGallery** |
| 8 | + |
| 9 | +[![PowerShell Gallery][psgallery-badge]][psgallery] [![PSGallery Version][psgallery-version-badge]][psgallery] |
6 | 10 |
|
7 | 11 | ## General Overview |
8 | 12 |
|
@@ -269,10 +273,15 @@ Based on 10,000 iterations with corrected V3-compatible scenario testing: |
269 | 273 | | **Deep Array Access** | ❌ | ❌ | ❌ | ✅ | `products[0].category.name` | |
270 | 274 | | **Error Handling** | Basic | Basic | Enhanced | Advanced | Bounds checking, null safety | |
271 | 275 |
|
272 | | -[github-actions-badge]: https://github.com/pwshdevs/PSFluentObjectValidation/actions/workflows/CI.yaml/badge.svg |
273 | | -[github-actions-badge-publish]: https://github.com/pwshdevs/PSFluentObjectValidation/actions/workflows/publish.yaml/badge.svg |
| 276 | +[github-actions-badge]: https://img.shields.io/github/actions/workflow/status/pwshdevs/PSFluentObjectValidation/CI.yaml?label=build&style=for-the-badge |
| 277 | +[github-actions-badge-publish]: https://img.shields.io/github/actions/workflow/status/pwshdevs/PSFluentObjectValidation/publish.yaml?label=publish&style=for-the-badge |
274 | 278 | [github-actions-build]: https://github.com/pwshdevs/PSFluentObjectValidation/actions |
275 | | -[psgallery-badge]: https://img.shields.io/powershellgallery/dt/PSFluentObjectValidation.svg |
| 279 | +[psgallery-badge]: https://img.shields.io/powershellgallery/dt/PSFluentObjectValidation?label=downloads&style=for-the-badge |
276 | 280 | [psgallery]: https://www.powershellgallery.com/packages/PSFluentObjectValidation |
277 | | -[license-badge]: https://img.shields.io/github/license/pwshdevs/PSFluentObjectValidation.svg |
| 281 | +[psgallery-version-badge]: https://img.shields.io/powershellgallery/v/PSFluentObjectValidation?label=version&style=for-the-badge |
| 282 | +[license-badge]: https://img.shields.io/github/license/pwshdevs/PSFluentObjectValidation?style=for-the-badge |
278 | 283 | [license]: https://raw.githubusercontent.com/pwshdevs/PSFluentObjectValidation/main/LICENSE |
| 284 | +[github-open-issues-badge]: https://img.shields.io/github/issues/pwshdevs/PSFluentObjectValidation?style=for-the-badge |
| 285 | +[github-closed-issues-badge]: https://img.shields.io/github/issues-closed/pwshdevs/PSFluentObjectValidation?style=for-the-badge |
| 286 | +[github-closed-issues]: https://github.com/pwshdevs/PSFluentObjectValidation/issues?q=is%3Aissue%20state%3Aclosed |
| 287 | +[github-open-issues]: https://github.com/pwshdevs/PSFluentObjectValidation/issues |
0 commit comments