Skip to content

feat: Refactor LiquidChatMessage and update project references #11

feat: Refactor LiquidChatMessage and update project references

feat: Refactor LiquidChatMessage and update project references #11

Re-run triggered July 28, 2025 21:17
Status Success
Total duration 1m 34s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
call-reusable-build-workflow  /  build
1m 30s
call-reusable-build-workflow / build
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
call-reusable-build-workflow / build: src/Liquid.Core/Base/Enumeration.cs#L15
When implementing IComparable, you should also override ==, !=, <, <=, >, and >=. (https://rules.sonarsource.com/csharp/RSPEC-1210)
call-reusable-build-workflow / build: src/Liquid.Core/Settings/GenAiOptions.cs#L16
Missing XML comment for publicly visible type or member 'GenAiOptions.Settings'
call-reusable-build-workflow / build: src/Liquid.Core/Interfaces/ILiquidMapper.cs#L14
XML comment has cref attribute 'TFrom' that refers to a type parameter
call-reusable-build-workflow / build: src/Liquid.Core/Interfaces/ILiquidMapper.cs#L13
XML comment has cref attribute 'TTo' that refers to a type parameter
call-reusable-build-workflow / build: src/Liquid.Core/AbstractMappers/OcrResultMapper.cs#L48
XML comment has cref attribute 'TFrom' that refers to a type parameter
call-reusable-build-workflow / build: src/Liquid.Core/Implementations/LiquidBackgroundService.cs#L42
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
call-reusable-build-workflow / build: src/Liquid.Core/Interfaces/ILiquidOcr.cs#L62
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
call-reusable-build-workflow / build: src/Liquid.Core/Interfaces/ILiquidOcr.cs#L52
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
call-reusable-build-workflow / build: src/Liquid.Core/Interfaces/ILiquidOcr.cs#L42
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
call-reusable-build-workflow / build: src/Liquid.Core/Interfaces/ILiquidOcr.cs#L27
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
call-reusable-build-workflow / build
.NET 6.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
call-reusable-build-workflow / build
.NET 5.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
call-reusable-build-workflow / build
.NET Core 3.1 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.