Release #9
Merged
Release #9
Annotations
10 warnings
|
DifySharp/ApiKey/ApiKeyManager.cs#L15
Non-nullable field '_knowledgeBaseKeys' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
DifySharp/ApiKey/ApiKeyManager.cs#L15
Non-nullable field '_applicationKeys' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
DifySharp/DifyClientOptions.cs#L24
Non-nullable property 'BaseUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
DifySharp/Attributes/DifyAuthAttribute.cs#L20
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.
|
|
DifySharp/ApiKey/ApiKeyManager.cs#L11
The field 'ApiKeyManager._knowledgeBaseKeys' is never used
|
|
DifySharp/ApiKey/ApiKeyManager.cs#L13
The field 'ApiKeyManager._applicationKeys' is never used
|
|
DifySharp/DTOs/KnowledgeBase/Document/CreateByText.cs#L9
XML comment has a param tag for 'Content', but there is no parameter by that name
|
|
DifySharp/DTOs/KnowledgeBase/Document/CreateByText.cs#L10
XML comment has a param tag for 'IndexTechnique', but there is no parameter by that name
|
|
DifySharp/DTOs/KnowledgeBase/Document/CreateByText.cs#L12
XML comment has a param tag for 'DocLang', but there is no parameter by that name
|
|
DifySharp/DTOs/KnowledgeBase/Document/CreateByText.cs#L19
Parameter 'Text' has no matching param tag in the XML comment for 'CreateByText.RequestBody.RequestBody(string, string?, IndexingTechnique, DocForm, string, ProcessRule, CreateByText.RetrievalModel, string, string)' (but other parameters do)
|
The logs for this run have expired and are no longer available.
Loading