Skip to content

Commit 35fafb5

Browse files
leminh98Minh Le
andauthored
[Internal] Query: Adds internals visibility for the functional tests project in Query Oracle tool (#5424)
# Pull Request Template ## Description Please include a summary of the change and which issue is fixed. Include samples if adding new API, and include relevant motivation and context. List any dependencies that are required for this change. ## Type of change Please delete options that are not relevant. - [x] Bug fix (non-breaking change which fixes an issue) - [] New feature (non-breaking change which adds functionality) - [] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [] This change requires a documentation update ## Closing issues To automatically close an issue: closes #IssueNumber --------- Co-authored-by: Minh Le <leminh@microsoft.com>
1 parent 087d038 commit 35fafb5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Microsoft.Azure.Cosmos/src/AssemblyInfo.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@
3737
[assembly: InternalsVisibleTo("Microsoft.Azure.Cosmos.QueryOracle" + AssemblyKeys.TestPublicKey)]
3838
[assembly: InternalsVisibleTo("Microsoft.Azure.Cosmos.QueryOracle.JobProcessor" + AssemblyKeys.ProductPublicKey)]
3939
[assembly: InternalsVisibleTo("Microsoft.Azure.Cosmos.QueryOracle.JobProcessor" + AssemblyKeys.TestPublicKey)]
40+
[assembly: InternalsVisibleTo("Microsoft.Azure.Cosmos.QueryOracle.QueryTests" + AssemblyKeys.ProductPublicKey)]
41+
[assembly: InternalsVisibleTo("Microsoft.Azure.Cosmos.QueryOracle.QueryTests" + AssemblyKeys.TestPublicKey)]
4042
[assembly: InternalsVisibleTo("Microsoft.Azure.Cosmos.QueryOracle.UnitTests" + AssemblyKeys.ProductPublicKey)]
4143
[assembly: InternalsVisibleTo("Microsoft.Azure.Cosmos.QueryOracle.UnitTests" + AssemblyKeys.TestPublicKey)]
4244
[assembly: InternalsVisibleTo("CosmosCTL" + AssemblyKeys.ProductPublicKey)]

0 commit comments

Comments
 (0)