Skip to content

Commit 5ed86fc

Browse files
docs: Update README.md
1 parent 91381db commit 5ed86fc

1 file changed

Lines changed: 65 additions & 21 deletions

File tree

README.md

Lines changed: 65 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,83 @@
11
# Aspose.BarCode for .NET - Agentic Examples
22

3-
> AI-generated, compiler-validated C# examples for the Aspose.BarCode for .NET API.
3+
> AI-generated, compiler-validated C# examples for the [Aspose.BarCode for .NET](https://products.aspose.com/barcode/net/) API.
44
5-
## Repository Structure
5+
## Statistics
66

7-
This repository stores standalone C# examples organized by category.
7+
| Metric | Value |
8+
|--------|-------|
9+
| Total Examples | 1124 |
10+
| Categories | 21 |
11+
| Overall Pass Rate | 100.0% |
12+
| Last Updated | 2026-04-27 |
813

9-
```text
10-
LICENSE
11-
README.md
14+
## Repository Structure
15+
16+
```
1217
agents.md
13-
<category-name>/
14-
example-name.cs
18+
README.md
19+
+-- barcode-appearance-customization/
20+
+-- barcode-checksum-control/
21+
+-- barcode-color-customization/
22+
+-- barcode-configuration-serialization/
23+
+-- barcode-reading-properties/
24+
+-- barcode-recognition-basics/
25+
+-- barcode-recognition-performance/
26+
+-- barcode-recognition-xml-serialization/
27+
+-- barcode-saving-and-export/
28+
+-- barcode-size-and-resolution/
29+
+-- barcode-text-customization/
30+
+-- gs1-barcode-types/
31+
+-- hibc-lic-barcode/
32+
+-- mailmark-four-state-barcode/
33+
+-- mailmark-two-dimensional-barcode/
34+
+-- maxicode-barcode/
35+
+-- one-dimensional-barcode-types/
36+
+-- postal-barcode-types/
37+
+-- special-barcode-recognition-settings/
38+
+-- swiss-qr-code/
39+
+-- two-dimensional-barcode-types/
1540
```
1641

17-
## How to Use
42+
## Categories
43+
44+
| Category | Examples | Pass Rate | Details |
45+
|----------|----------|-----------|---------|
46+
| [Barcode Appearance Customization](./barcode-appearance-customization/) | 30 | 100.0% | [agents.md](./barcode-appearance-customization/agents.md) |
47+
| [Barcode Checksum Control](./barcode-checksum-control/) | 30 | 100.0% | [agents.md](./barcode-checksum-control/agents.md) |
48+
| [Barcode Color Customization](./barcode-color-customization/) | 28 | 100.0% | [agents.md](./barcode-color-customization/agents.md) |
49+
| [Barcode Configuration Serialization](./barcode-configuration-serialization/) | 30 | 100.0% | [agents.md](./barcode-configuration-serialization/agents.md) |
50+
| [Barcode Reading Properties](./barcode-reading-properties/) | 50 | 100.0% | [agents.md](./barcode-reading-properties/agents.md) |
51+
| [Barcode Recognition Basics](./barcode-recognition-basics/) | 75 | 100.0% | [agents.md](./barcode-recognition-basics/agents.md) |
52+
| [Barcode Recognition Performance](./barcode-recognition-performance/) | 81 | 100.0% | [agents.md](./barcode-recognition-performance/agents.md) |
53+
| [Barcode Recognition XML Serialization](./barcode-recognition-xml-serialization/) | 35 | 100.0% | [agents.md](./barcode-recognition-xml-serialization/agents.md) |
54+
| [Barcode Saving and Export](./barcode-saving-and-export/) | 30 | 100.0% | [agents.md](./barcode-saving-and-export/agents.md) |
55+
| [Barcode Size and Resolution](./barcode-size-and-resolution/) | 34 | 100.0% | [agents.md](./barcode-size-and-resolution/agents.md) |
56+
| [Barcode Text Customization](./barcode-text-customization/) | 29 | 100.0% | [agents.md](./barcode-text-customization/agents.md) |
57+
| [GS1 Barcode Types](./gs1-barcode-types/) | 34 | 100.0% | [agents.md](./gs1-barcode-types/agents.md) |
58+
| [HIBC LIC Barcode](./hibc-lic-barcode/) | 35 | 100.0% | [agents.md](./hibc-lic-barcode/agents.md) |
59+
| [Mailmark Four State Barcode](./mailmark-four-state-barcode/) | 29 | 100.0% | [agents.md](./mailmark-four-state-barcode/agents.md) |
60+
| [Mailmark Two Dimensional Barcode](./mailmark-two-dimensional-barcode/) | 34 | 100.0% | [agents.md](./mailmark-two-dimensional-barcode/agents.md) |
61+
| [MaxiCode Barcode](./maxicode-barcode/) | 34 | 100.0% | [agents.md](./maxicode-barcode/agents.md) |
62+
| [One Dimensional Barcode Types](./one-dimensional-barcode-types/) | 126 | 100.0% | [agents.md](./one-dimensional-barcode-types/agents.md) |
63+
| [Postal Barcode Types](./postal-barcode-types/) | 90 | 100.0% | [agents.md](./postal-barcode-types/agents.md) |
64+
| [Special Barcode Recognition Settings](./special-barcode-recognition-settings/) | 48 | 100.0% | [agents.md](./special-barcode-recognition-settings/agents.md) |
65+
| [Swiss QR Code](./swiss-qr-code/) | 28 | 100.0% | [agents.md](./swiss-qr-code/agents.md) |
66+
| [Two Dimensional Barcode Types](./two-dimensional-barcode-types/) | 214 | 100.0% | [agents.md](./two-dimensional-barcode-types/agents.md) |
1867

19-
Each `.cs` file is intended to be a standalone console example.
68+
## How to Use
2069

2170
```bash
22-
dotnet build
23-
dotnet run
71+
git clone https://github.com/aspose-barcode/agentic-net-examples.git
72+
cd <category>
73+
dotnet run <example-file.cs>
2474
```
2575

2676
## Prerequisites
2777

28-
- .NET SDK (`net9.0`)
29-
- Aspose.BarCode for .NET
30-
31-
## Notes
32-
33-
- Examples are generated and validated by automation.
34-
- Pull requests are created by the agent account.
35-
- PRs are reviewed and merged manually.
78+
- .NET SDK (net9.0)
79+
- Aspose.BarCode for .NET 26.3 (via NuGet)
3680

3781
---
3882

39-
*Maintained by [agent-aspose-barcode-examples](https://github.com/agent-aspose-barcode-examples)*
83+
*Maintained by [agent-aspose-barcode-examples](https://github.com/aspose-barcode/agentic-net-examples) | Last Updated: 2026-04-27*

0 commit comments

Comments
 (0)