Update README.md #52
Annotations
12 warnings
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "SelectAndSearch_Release".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Benchmark Release:
SelectAndSearch.Common.Models/MouseHookStruct.cs#L12
Non-nullable field 'pt' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Benchmark Release:
SelectAndSearch.Common.Models/SearchOption.cs#L9
Non-nullable property 'SearchText' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Benchmark Release:
SelectAndSearch.Common.Models/SearchOption.cs#L13
Non-nullable property 'Questions' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Benchmark Release:
SelectAndSearch.Common.Models/GlobalConfig.cs#L12
Non-nullable property 'SearchOption' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Benchmark Release:
SelectAndSearch.Common.OCR.PaddleOCR/PaddleOCR.cs#L15
Non-nullable property 'Result' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Benchmark Release:
SelectAndSearch.Common.OCR.PaddleOCR/PaddleOCR.cs#L30
This call site is reachable on all platforms. 'Image.Save(Stream, ImageFormat)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
Benchmark Release:
SelectAndSearch.Common.OCR.PaddleOCR/PaddleOCR.cs#L30
This call site is reachable on all platforms. 'ImageFormat.Png' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
Benchmark Release:
SelectAndSearch.Common/Hooks/OCRHook.cs#L20
Non-nullable field 'KeyboardHookProcedure' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Benchmark Release:
SelectAndSearch.Common/Hooks/OCRHook.cs#L20
Non-nullable property 'SearchOption' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Benchmark Release:
SelectAndSearch.Common/Hooks/OCRHook.cs#L20
Non-nullable property 'SearchService' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Loading