Skip to content

126: Task 04 - week 3 #73

126: Task 04 - week 3

126: Task 04 - week 3 #73

Triggered via push December 24, 2024 09:55
Status Success
Total duration 59s
Artifacts

unit-tests.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build: API/ASSISTENTE.Infrastructure.Langfuse/LangfuseService.cs#L8
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: API/ASSISTENTE.Domain/Entities/Resources/Metadata.cs#L21
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: API/ASSISTENTE.Domain/Entities/Resources/Metadata.cs#L22
Non-nullable property 'Text' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: API/ASSISTENTE.Domain/Entities/Resources/Metadata.cs#L9
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: API/ASSISTENTE.Domain/Entities/Resources/Metadata.cs#L10
Non-nullable property 'Source' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: API/ASSISTENTE.Domain/Entities/Resources/Metadata.cs#L13
Non-nullable property 'Headers' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: API/ASSISTENTE.Domain/Entities/Resources/Metadata.cs#L14
Non-nullable property 'Urls' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: API/ASSISTENTE.Domain/Entities/Resources/Metadata.cs#L15
Non-nullable property 'ImageUrls' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: API/ASSISTENTE.Domain/Entities/Resources/Metadata.cs#L16
Non-nullable property 'Tags' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: API/ASSISTENTE.Infrastructure.Embeddings/OllamaClient.cs#L9
Parameter 'client' is unread.