コード例 #1
0
ファイル: RavenDbTestBase.cs プロジェクト: divyang4481/REM
 private static void ForceLoadingAssembliesForMsTestRunner()
 {
     // Just to make sure the Raven.Storage.Managed assembly is loaded for Microsft Unit Test Runner
     RestoreOperation restoreOperation = new RestoreOperation("", "");
 }
コード例 #2
0
ファイル: Bootstrapper.cs プロジェクト: divyang4481/REM
 private static void ForceLoadingRavenDbAssemblies()
 {
     // Just make sure that the Raven.Storage.Managed assembly is loaded
     var restoreOperation = new RestoreOperation(string.Empty, string.Empty);
 }