[repo] fix: removed HTTPS requirement for AOAI Embeddings (#1694) #99
Annotations
9 warnings
dotnet/packages/Microsoft.TeamsAI/Microsoft.TeamsAI/Application/Authentication/AdaptiveCards/AdaptiveCardsAuthenticationBase.cs#L16
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.
|
dotnet/packages/Microsoft.TeamsAI/Microsoft.TeamsAI/Application/Application.cs#L766
Converting null literal or possible null value to non-nullable type.
|
dotnet/packages/Microsoft.TeamsAI/Microsoft.TeamsAI/Application/Application.cs#L767
Possible null reference argument for parameter 'continuation' in 'Task HandoffHandler<TState>.Invoke(ITurnContext turnContext, TState turnState, string continuation, CancellationToken cancellationToken)'.
|
dotnet/packages/Microsoft.TeamsAI/Microsoft.TeamsAI/AI/Planners/PredictedSayCommand.cs#L36
Missing XML comment for publicly visible type or member 'PredictedSayCommand.PredictedSayCommand(string)'
|
|
|
|
|
|
This job succeeded
Loading