Upgrade tool added#6
Closed
zekelinAlex wants to merge 2 commits intoTALXIS:masterfrom
Closed
Conversation
TomProkop
added a commit
that referenced
this pull request
Apr 26, 2026
Fixes for 6 Copilot review comments: #1: NuGet property name — verified working (false positive, hyphens preserved) #2-4: URL-encode OData $filter values using Uri.EscapeDataString, matching existing DataverseQueryService.BuildODataQueryPath pattern #5: Guard Path.GetDirectoryName returning null for plain filenames in export #6: Move try/finally to wrap Pack() call so temp ZIP is cleaned up on failure Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
TomProkop
added a commit
that referenced
this pull request
Apr 29, 2026
…logging Issue #2A: EntityJsonConverter auto-wraps OptionSetValue/Money/MultiSelect - New overload JsonToEntity(entityLogicalName, json, metadata) accepts EntityMetadata - ConvertJsonValue wraps int→OptionSetValue for picklist/status/state columns - ConvertJsonValue wraps decimal→Money for money columns - Bare GUID strings auto-wrapped as EntityReference for single-target lookups - JSON arrays → OptionSetValueCollection for multi-select picklists - OptionSetValueCollection serialized as JSON array in WriteAttribute - Shared FetchEntityMetadataAsync helper (no duplication between services) - Fresh metadata per operation (no cache — CLI mutates schema) Issue #2B: OptionSet values surfaced in CLI - EntityAttributeRecord gains OptionSetName + OptionValues fields - entity describe now shows OptionSet column for picklist/status/state columns - New 'entity optionset global describe <name>' command shows all values+labels - IDataverseOptionSetService.DescribeGlobalOptionSetAsync added Issue #3: MCP output path resolution logging - RootsService warns when no workspace roots available from client Issue #5: Post-action failure recovery instructions - ComponentCreateCliCommand detects leftover .template.scripts/.template.temp dirs - Appends recovery hints to failure message Issue #6: Data tool descriptions updated - bulk_create and record_create descriptions document auto-type-detection Issue #7: sln add stdout surfaced on success - AddProjectsToSlnPostActionProcessor logs stdout (catches 'already contains') Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
TomProkop
added a commit
that referenced
this pull request
Apr 29, 2026
…logging Issue #2A: EntityJsonConverter auto-wraps OptionSetValue/Money/MultiSelect - New overload JsonToEntity(entityLogicalName, json, metadata) accepts EntityMetadata - ConvertJsonValue wraps int→OptionSetValue for picklist/status/state columns - ConvertJsonValue wraps decimal→Money for money columns - Bare GUID strings auto-wrapped as EntityReference for single-target lookups - JSON arrays → OptionSetValueCollection for multi-select picklists - OptionSetValueCollection serialized as JSON array in WriteAttribute - Shared FetchEntityMetadataAsync helper (no duplication between services) - Fresh metadata per operation (no cache — CLI mutates schema) Issue #2B: OptionSet values surfaced in CLI - EntityAttributeRecord gains OptionSetName + OptionValues fields - entity describe now shows OptionSet column for picklist/status/state columns - New 'entity optionset global describe <name>' command shows all values+labels - IDataverseOptionSetService.DescribeGlobalOptionSetAsync added Issue #3: MCP output path resolution logging - RootsService warns when no workspace roots available from client Issue #5: Post-action failure recovery instructions - ComponentCreateCliCommand detects leftover .template.scripts/.template.temp dirs - Appends recovery hints to failure message Issue #6: Data tool descriptions updated - bulk_create and record_create descriptions document auto-type-detection Issue #7: sln add stdout surfaced on success - AddProjectsToSlnPostActionProcessor logs stdout (catches 'already contains') Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
TomProkop
added a commit
that referenced
this pull request
Apr 29, 2026
…logging Issue #2A: EntityJsonConverter auto-wraps OptionSetValue/Money/MultiSelect - New overload JsonToEntity(entityLogicalName, json, metadata) accepts EntityMetadata - ConvertJsonValue wraps int→OptionSetValue for picklist/status/state columns - ConvertJsonValue wraps decimal→Money for money columns - Bare GUID strings auto-wrapped as EntityReference for single-target lookups - JSON arrays → OptionSetValueCollection for multi-select picklists - OptionSetValueCollection serialized as JSON array in WriteAttribute - Shared FetchEntityMetadataAsync helper (no duplication between services) - Fresh metadata per operation (no cache — CLI mutates schema) Issue #2B: OptionSet values surfaced in CLI - EntityAttributeRecord gains OptionSetName + OptionValues fields - entity describe now shows OptionSet column for picklist/status/state columns - New 'entity optionset global describe <name>' command shows all values+labels - IDataverseOptionSetService.DescribeGlobalOptionSetAsync added Issue #3: MCP output path resolution logging - RootsService warns when no workspace roots available from client Issue #5: Post-action failure recovery instructions - ComponentCreateCliCommand detects leftover .template.scripts/.template.temp dirs - Appends recovery hints to failure message Issue #6: Data tool descriptions updated - bulk_create and record_create descriptions document auto-type-detection Issue #7: sln add stdout surfaced on success - AddProjectsToSlnPostActionProcessor logs stdout (catches 'already contains') Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
TomProkop
added a commit
that referenced
this pull request
Apr 29, 2026
…logging Issue #2A: EntityJsonConverter auto-wraps OptionSetValue/Money/MultiSelect - New overload JsonToEntity(entityLogicalName, json, metadata) accepts EntityMetadata - ConvertJsonValue wraps int→OptionSetValue for picklist/status/state columns - ConvertJsonValue wraps decimal→Money for money columns - Bare GUID strings auto-wrapped as EntityReference for single-target lookups - JSON arrays → OptionSetValueCollection for multi-select picklists - OptionSetValueCollection serialized as JSON array in WriteAttribute - Shared FetchEntityMetadataAsync helper (no duplication between services) - Fresh metadata per operation (no cache — CLI mutates schema) Issue #2B: OptionSet values surfaced in CLI - EntityAttributeRecord gains OptionSetName + OptionValues fields - entity describe now shows OptionSet column for picklist/status/state columns - New 'entity optionset global describe <name>' command shows all values+labels - IDataverseOptionSetService.DescribeGlobalOptionSetAsync added Issue #3: MCP output path resolution logging - RootsService warns when no workspace roots available from client Issue #5: Post-action failure recovery instructions - ComponentCreateCliCommand detects leftover .template.scripts/.template.temp dirs - Appends recovery hints to failure message Issue #6: Data tool descriptions updated - bulk_create and record_create descriptions document auto-type-detection Issue #7: sln add stdout surfaced on success - AddProjectsToSlnPostActionProcessor logs stdout (catches 'already contains') Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.