Skip to content

Commit

Permalink
Add GenerateSerializer(typeof(EventHubSequenceToken))
Browse files Browse the repository at this point in the history
  • Loading branch information
ReubenBond committed Apr 23, 2018
1 parent 14a1f70 commit e5a4af3
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
using System.Runtime.CompilerServices;
using Orleans.CodeGeneration;
using Orleans.ServiceBus.Providers;

[assembly: InternalsVisibleTo("ServiceBus.Tests")]

// Fail to build if a serializer is not generated for EventHubSequenceTokenV2
[assembly: GenerateSerializer(typeof(EventHubSequenceToken))]

0 comments on commit e5a4af3

Please sign in to comment.