Bump Microsoft.Extensions.AI from 9.5.0 to 9.10.2 #145
Annotations
10 warnings
|
03-CoreGenerativeAITechniques/src/Vision-01MEAI-GitHubModels/Program.cs#L22
The variable 'imgCarLicense' is assigned but its value is never used
|
|
03-CoreGenerativeAITechniques/src/Vision-01MEAI-GitHubModels/Program.cs#L35
Dereference of a possibly null reference.
|
|
03-CoreGenerativeAITechniques/src/Vision-01MEAI-GitHubModels/Program.cs#L16
Possible null reference argument for parameter 'key' in 'AzureKeyCredential.AzureKeyCredential(string key)'.
|
|
03-CoreGenerativeAITechniques/src/SKFunctions01/CityTemperaturePlugIn.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.
|
|
03-CoreGenerativeAITechniques/src/SKFunctions01/Program.cs#L23
Possible null reference argument for parameter 'key' in 'ApiKeyCredential.ApiKeyCredential(string key)'.
|
|
03-CoreGenerativeAITechniques/src/MEAIVectorsShared/MovieFactory.cs#L5
Non-nullable field '_currentKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
03-CoreGenerativeAITechniques/src/MEAIVectorsShared/MovieFactory.cs#L7
Possible null reference assignment.
|
|
03-CoreGenerativeAITechniques/src/MEAIVectorsShared/Movie.cs#L5
Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
03-CoreGenerativeAITechniques/src/BasicChat-02SK/Program.cs#L24
Possible null reference argument for parameter 'key' in 'ApiKeyCredential.ApiKeyCredential(string key)'.
|
|
03-CoreGenerativeAITechniques/src/BasicChat-01MEAI/Program.cs#L19
Possible null reference argument for parameter 'key' in 'AzureKeyCredential.AzureKeyCredential(string key)'.
|
The logs for this run have expired and are no longer available.
Loading