File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -315,21 +315,12 @@ public interface IDataBusSerializer
315
315
316
316
namespace NServiceBus . Features
317
317
{
318
- using System ;
319
-
320
318
[ ObsoleteEx (
321
319
Message = "The DataBus feature has been released as a dedicated package, 'NServiceBus.ClaimCheck'" ,
322
320
RemoveInVersion = "11" ,
323
321
TreatAsErrorFromVersion = "10" ) ]
324
- public class DataBus : Feature
322
+ public class DataBus
325
323
{
326
- internal DataBus ( ) => throw new NotImplementedException ( ) ;
327
-
328
- [ ObsoleteEx (
329
- Message = "The DataBus feature has been released as a dedicated package, 'NServiceBus.ClaimCheck'" ,
330
- RemoveInVersion = "11" ,
331
- TreatAsErrorFromVersion = "10" ) ]
332
- protected internal override void Setup ( FeatureConfigurationContext context ) => throw new NotImplementedException ( ) ;
333
324
}
334
325
}
335
326
You can’t perform that action at this time.
0 commit comments