Parent Issue
Tracked by #805
Scope
Fix the TryAddPath duplicate path resolution bug for OpenAPI 3.0 output (support/v1 branch).
Changes Required
Utils.cs - Add exact-match check in TryAddPath: when the new operation''s binding type exactly matches the entity set type, replace the existing entry
ODataPathProviderTests.cs - Add regression test reproducing the servicePrincipals/delta() scenario
Parent Issue
Tracked by #805
Scope
Fix the
TryAddPathduplicate path resolution bug for OpenAPI 3.0 output (support/v1 branch).Changes Required
Utils.cs- Add exact-match check inTryAddPath: when the new operation''s binding type exactly matches the entity set type, replace the existing entryODataPathProviderTests.cs- Add regression test reproducing the servicePrincipals/delta() scenario