File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed
Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1313* limitations under the License.
1414*/
1515
16- namespace MongoDB . Driver . Core . Operations
16+ namespace MongoDB . Driver
1717{
1818 /// <summary>
1919 /// Represents the document validation action.
Original file line number Diff line number Diff line change 1313* limitations under the License.
1414*/
1515
16- namespace MongoDB . Driver . Core . Operations
16+ namespace MongoDB . Driver
1717{
1818 /// <summary>
1919 /// Represents the document validation level.
Original file line number Diff line number Diff line change 144144 <Compile Include =" Core\Misc\SupportedFeatures.cs" />
145145 <Compile Include =" Core\Operations\CreateIndexesUsingCommandOperation.cs" />
146146 <Compile Include =" Core\Operations\CreateIndexesUsingInsertOperation.cs" />
147- <Compile Include =" Core\Operations\ DocumentValidationAction.cs" />
148- <Compile Include =" Core\Operations\ DocumentValidationLevel.cs" />
147+ <Compile Include =" DocumentValidationAction.cs" />
148+ <Compile Include =" DocumentValidationLevel.cs" />
149149 <Compile Include =" Core\Operations\GeoSearchOperation.cs" />
150150 <Compile Include =" Core\Operations\GeoNearOperation.cs" />
151151 <Compile Include =" Core\Operations\ListCollectionsUsingCommandOperation.cs" />
Original file line number Diff line number Diff line change 1515
1616using MongoDB . Bson ;
1717using MongoDB . Bson . Serialization ;
18- using MongoDB . Driver . Core . Operations ;
1918
2019namespace MongoDB . Driver
2120{
You can’t perform that action at this time.
0 commit comments