Skip to content

Commit

Permalink
Limit new file messages to v9 only DynamicsValue/fake-xrm-easy#157
Browse files Browse the repository at this point in the history
  • Loading branch information
jordimontana82 committed Aug 20, 2024
1 parent 1c0c6d2 commit 1ccab1e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#if FAKE_XRM_EASY_9
using System;
using FakeXrmEasy.Abstractions;
using FakeXrmEasy.Abstractions.FakeMessageExecutors;
Expand Down Expand Up @@ -41,4 +42,5 @@ public Type GetResponsibleRequestType()
return typeof(InitializeFileBlocksUploadRequest);
}
}
}
}
#endif
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#if FAKE_XRM_EASY_9
using System;
using FakeItEasy;
using FakeXrmEasy.Core.Db;
Expand Down Expand Up @@ -48,4 +49,5 @@ public void Should_call_file_upload_session_with_correct_parameters()

}
}
}
}
#endif

0 comments on commit 1ccab1e

Please sign in to comment.