feat: Add Aspose.BarCode .NET C# Examples — Barcode Recognition Basics - #92
Merged
asadalikhan90 merged 1 commit intoAug 13, 2026
Merged
Annotations
10 warnings
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-dotnet@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build and run examples:
.github/validation/Program.cs#L26
Non-nullable property 'CodeText' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build and run examples:
.github/validation/Program.cs#L25
Non-nullable property 'CodeType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build and run examples:
.github/validation/Program.cs#L24
Non-nullable property 'FileName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build and run examples:
.github/validation/Program.cs#L66
Non-nullable property 'Confidence' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build and run examples:
.github/validation/Program.cs#L65
Non-nullable property 'CodeText' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build and run examples:
.github/validation/Program.cs#L24
Non-nullable property 'CodeText' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build and run examples:
.github/validation/Program.cs#L23
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build and run examples:
.github/validation/Program.cs#L69
Nullability of reference types in type of parameter 'readerObj' of 'void Program.ThreadRecognize(object readerObj)' doesn't match the target delegate 'ParameterizedThreadStart' (possibly because of nullability attributes).
|
|
Build and run examples:
.github/validation/Program.cs#L57
Possible null reference argument for parameter 'source' in 'IEnumerable<IGrouping<string, BarCodeResult>> Enumerable.GroupBy<BarCodeResult, string>(IEnumerable<BarCodeResult> source, Func<BarCodeResult, string> keySelector)'.
|
background
wait
wait-all
cancel
parallel
Loading