v0.0.3-alpha2 #6
Merged
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#L13
The field 'ApiKeyManager._applicationKeys' is never used
|
|
DifySharp/ApiKey/ApiKeyManager.cs#L11
The field 'ApiKeyManager._knowledgeBaseKeys' is never used
|
|
DifySharp.Test/Apis/KnowledgeBaseApiTest/DocumentApiTest.cs#L38
Parameter 'logger' is unread.
|
|
DifySharp.Test/Startup.cs#L11
Non-nullable property 'ServiceProvider' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
DifySharp.Test/DifyClientTest.cs#L9
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.Test/Apis/KnowledgeBaseApiTest/ChunkApiTest.cs#L103
Parameter 'logger' is unread.
|
The logs for this run have expired and are no longer available.
Loading