Improve Document Management - #32
Merged
Merged
Conversation
…lified namespaces with using statements Task 1: Remove blank lines between consecutive closing braces in src/Stores and src/Primitives (15 files). Task 2: Replace inline fully qualified System.* and Microsoft.* type references with using directives in 10 files: - System.Net.HttpStatusCode in AIHubErrorMessageHelper - System.Security.Claims.ClaimTypes in CopilotOrchestrator - System.Text.Json.JsonNamingPolicy in SignalR ServiceCollectionExtensions - System.Text.Json.JsonSerializer in DataSourceAzureAISearchDocumentReader - System.IO.Pipelines.Pipe/PipeReader in AIChatHubCore - System.Text.Json.Serialization.JsonPropertyName in DefaultOAuth2TokenService - System.Text.Encoding in ElasticsearchDataSourceContentManager - System.Security.Cryptography.RandomNumberGenerator in NumberHelpers and Str - System.Net.NetworkCredential in FtpResourceTypeHandler Skipped AzureOpenAICompletionClient and AzureOpenAIChatOptionsContext due to ChatMessage naming conflict between OpenAI.Chat and Microsoft.Extensions.AI. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Apply consistent formatting rules across 7 test files: - Add Arrange/Act/Assert comments with blank line separation - Expand one-line object/collection initializers to multiline - Add blank lines between mock setup groups - Wrap long constructor calls and dot-notation chains - Add blank line after field/constant declarations before [Fact] Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…stractions Add <param> tags to interface methods that had <summary> blocks but were missing parameter documentation: - IAIChatSessionAnalyticsRecorder.RecordSessionEndedAsync - IAIChatSessionConversionGoalRecorder.RecordConversionGoalsAsync - IAIChatSessionExtractedDataRecorder.RecordExtractedDataAsync - IAICompletionClient.CompleteAsync (cancellationToken) - IAICompletionService.CompleteAsync (cancellationToken) - IAIDeploymentManager.GetDefaultAsync, ResolveOrDefaultAsync, GetAllByTypeAsync - IOrchestratorAvailabilityProvider.GetAvailabilityAsync (cancellationToken) - IToolRegistry.GetAllAsync - IDataSourceDocumentReader.ReadAsync, ReadByIdsAsync Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This was referenced May 29, 2026
This was referenced Jun 8, 2026
Closed
This was referenced Jun 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.