feat (Liquid.Core): AI functionalities OCR and ChatCompletions. #49
Annotations
13 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v3, actions/setup-dotnet@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
src/Liquid.Core/Interfaces/ILiquidOcr.cs#L27
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/Liquid.Core/Interfaces/ILiquidOcr.cs#L42
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/Liquid.Core/Interfaces/ILiquidOcr.cs#L52
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/Liquid.Core/Interfaces/ILiquidOcr.cs#L62
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/Liquid.Core/Interfaces/ILiquidChatCompletions.cs#L34
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/Liquid.Core/AbstractMappers/OcrResultMapper.cs#L48
XML comment has cref attribute 'TFrom' that refers to a type parameter
|
src/Liquid.Core/Interfaces/ILiquidMapper.cs#L13
XML comment has cref attribute 'TTo' that refers to a type parameter
|
src/Liquid.Core/Interfaces/ILiquidMapper.cs#L14
XML comment has cref attribute 'TFrom' that refers to a type parameter
|
src/Liquid.Core/Settings/GenAiOptions.cs#L16
Missing XML comment for publicly visible type or member 'GenAiOptions.Settings'
|
src/Liquid.Core/AbstractMappers/OcrResultMapper.cs#L23
Change the visibility of this constructor to 'protected'. (https://rules.sonarsource.com/csharp/RSPEC-3442)
|
|
|
This job succeeded
Loading