128: Added fine tuning feature #76
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.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.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.Infrastructure.Embeddings/OllamaClient.cs#L9
Parameter 'client' is unread.
|
build:
API/ASSISTENTE.Infrastructure.Embeddings/OllamaClient.cs#L14
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.
|