forked from Particular/docs.particular.net
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomponents.yaml
More file actions
963 lines (869 loc) · 29.8 KB
/
components.yaml
File metadata and controls
963 lines (869 loc) · 29.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
- Key: Core
Name: NServiceBus
DocoUrl: nservicebus
Category: Core
GitHubOwner: Particular/nservicebus-maintainers
ProjectUrl: https://github.com/Particular/NServiceBus
NugetOrder:
- NServiceBus
- Key: Aggregates
Name: Aggregates.NET
DocoUrl: https://github.com/volak/Aggregates.NET
LicenseUrl: https://github.com/volak/Aggregates.NET/blob/master/LICENSE
GitHubOwner: volak
SupportLevel: Community
Category: Other
ProjectUrl: https://github.com/volak/Aggregates.NET
NugetOrder:
- Aggregates.NET
- Key: Anotar
Name: Anotar Logger
DocoUrl: https://github.com/Fody/Anotar
Category: Logger
GitHubOwner: SimonCropp
SupportLevel: Community
LicenseUrl: https://github.com/Fody/Anotar/blob/master/license.txt
ProjectUrl: https://github.com/Fody/Anotar
NugetOrder:
- Anotar.NServiceBus.Fody
- Key: ABSDataBus
Name: Azure Blob Storage Databus
DocoUrl: nservicebus/azure
GitHubOwner: Particular/azure-maintainers
Category: Databus
ProjectUrl: https://github.com/Particular/NServiceBus.DataBus.AzureBlobStorage
NugetOrder:
- NServiceBus.DataBus.AzureBlobStorage
- NServiceBus.Azure
- Key: AuditFilter
Name: Audit Filter
DocoUrl: nservicebus/audit-filter
GitHubOwner: SimonCropp
SupportLevel: Community
Category: Other
ProjectUrl: https://github.com/SimonCropp/NServiceBus.AuditFilter
LicenseUrl: https://github.com/SimonCropp/NServiceBus.AuditFilter/license.txt
NugetOrder:
- NServiceBus.AuditFilter
- Key: SQS
Name: Amazon SQS Transport
DocoUrl: transports/sqs
GitHubOwner: Particular/aws-maintainers
Category: Transport
ProjectUrl: https://github.com/Particular/NServiceBus.AmazonSQS
NugetOrder:
- NServiceBus.AmazonSQS
- Key: ASB
Name: Azure Service Bus Transport
DocoUrl: transports/azure-service-bus
GitHubOwner: Particular/azure-maintainers
Category: Transport
ProjectUrl: https://github.com/Particular/NServiceBus.AzureServiceBus
NugetOrder:
- NServiceBus.Azure.Transports.WindowsAzureServiceBus
- Key: ASP
Name: Azure Storage Persistence
DocoUrl: persistence/azure-storage
GitHubOwner: Particular/azure-maintainers
Category: Persistence
ProjectUrl: https://github.com/Particular/NServiceBus.Persistence.AzureStorage
NugetOrder:
- NServiceBus.Persistence.AzureStorage
- NServiceBus.Azure
- Key: ASQ
Name: Azure Storage Queues Transport
DocoUrl: transports/azure-storage-queues
GitHubOwner: Particular/azure-maintainers
Category: Transport
ProjectUrl: https://github.com/Particular/NServiceBus.AzureStorageQueues
NugetOrder:
- NServiceBus.Azure.Transports.WindowsAzureStorageQueues
- Key: Autofac
Name: Autofac Dependency Injection
DocoUrl: nservicebus/dependency-injection/autofac
GitHubOwner: Particular/container-maintainers
Category: DependencyInjection
ProjectUrl: https://github.com/Particular/NServiceBus.Autofac
NugetOrder:
- NServiceBus.Autofac
- Key: Bond
Name: Bond Serializer
DocoUrl: nservicebus/serialization/bond
GitHubOwner: SimonCropp
Category: Serializer
SupportLevel: Community
LicenseUrl: https://github.com/SimonCropp/NServiceBus.Bond/blob/master/LICENSE
ProjectUrl: https://github.com/SimonCropp/NServiceBus.Bond
NugetOrder:
- NServiceBus.Bond
- Key: Binary
Name: Binary Serializer
DocoUrl: nservicebus/serialization/binary
Category: Serializer
GitHubOwner: Particular/nservicebus-maintainers
ProjectUrl: https://github.com/Particular/NServiceBus
NugetOrder:
- NServiceBus
- Key: Callbacks
Name: Callbacks
DocoUrl: nservicebus/messaging/callbacks
GitHubOwner: Particular/nservicebus-maintainers
Category: Other
ProjectUrl: https://github.com/Particular/NServiceBus.Callbacks
NugetOrder:
- NServiceBus.Callbacks
- NServiceBus
- Key: CallbacksTesting
Name: Callbacks.Testing
DocoUrl: nservicebus/messaging/callbacks-testing
GitHubOwner: Particular/nservicebus-maintainers
Category: Other
ProjectUrl: https://github.com/Particular/NServiceBus.Callbacks
NugetOrder:
- NServiceBus.Callbacks.Testing
- NServiceBus.Callbacks
- NServiceBus
- Key: Castle
Name: Castle Dependency Injection
DocoUrl: nservicebus/dependency-injection/castlewindsor
GitHubOwner: Particular/container-maintainers
Category: DependencyInjection
ProjectUrl: https://github.com/Particular/NServiceBus.CastleWindsor
NugetOrder:
- NServiceBus.CastleWindsor
- Key: CloudServicesHost
Name: Azure Cloud Service Host
DocoUrl: nservicebus/hosting/cloud-services-host
GitHubOwner: Particular/azure-maintainers
Category: Host
ProjectUrl: https://github.com/Particular/NServiceBus.Host.AzureCloudService
NugetOrder:
- NServiceBus.Hosting.Azure
- Key: CommonLogging
Name: CommonLogging
DocoUrl: nservicebus/logging/common-logging
GitHubOwner: Particular/logging-maintainers
Category: Logger
ProjectUrl: https://github.com/Particular/NServiceBus.CommonLogging
NugetOrder:
- NServiceBus.CommonLogging
- Key: CustomChecks
Name: ServiceControl CustomChecks
DocoUrl: monitoring/custom-checks
GitHubOwner: Particular/servicecontrol-maintainers
Category: Other
ProjectUrl: https://github.com/Particular/?q=CustomChecks
NugetOrder:
- NServiceBus.CustomChecks
- ServiceControl.Plugin.Nsb6.CustomChecks
- ServiceControl.Plugin.Nsb5.CustomChecks
- ServiceControl.Plugin.Nsb4.CustomChecks
- ServiceControl.Plugin.Nsb3.CustomChecks
- Key: DistributedEventBroker
Name: Appccelerate DistributedEventBroker
DocoUrl: http://www.appccelerate.com/distributedeventbrokertransports.html
LicenseUrl: https://github.com/appccelerate/distributedeventbroker.nservicebus/blob/master/LICENSE
GitHubOwner: appccelerate
SupportLevel: Community
Category: Other
ProjectUrl: https://github.com/appccelerate/distributedeventbroker.nservicebus
NugetOrder:
- Appccelerate.DistributedEventBroker.NServiceBus
- Key: FileShareDataBus
Name: File Share Databus
DocoUrl: nservicebus/messaging/databus/file-share
GitHubOwner: Particular/nservicebus-maintainers
Category: Databus
ProjectUrl: https://github.com/Particular/NServiceBus
NugetOrder:
- NServiceBus
- Key: FileBasedRouting
Name: FileBasedRouting
DocoUrl: nservicebus/messaging/file-based-routing
Category: Other
SupportLevel: Labs
ProjectUrl: https://github.com/ParticularLabs/NServiceBus.FileBasedRouting
NugetOrder:
- NServiceBus.FileBasedRouting
- Key: Distributor
Name: Distributor
DocoUrl: transports/msmq/distributor
GitHubOwner: Particular/msmq-transport-maintainers
Category: Other
ProjectUrl: https://github.com/Particular/NServiceBus.Distributor.Msmq
NugetOrder:
- NServiceBus.Distributor.MSMQ
- NServiceBus
- Key: EntityFramework
Name: Entity Framework Persistence
DocoUrl: https://github.com/benjaminramey/GoodlyFere.NServiceBus.EntityFramework
Category: Persistence
SupportLevel: Community
LicenseUrl: https://github.com/benjaminramey/GoodlyFere.NServiceBus.EntityFramework/blob/master/LICENSE
ProjectUrl: https://github.com/benjaminramey/GoodlyFere.NServiceBus.EntityFramework
NugetOrder:
- GoodlyFere.NServiceBus.EntityFramework
- Key: EventSourceLogging
Name: EventSourceLogging
DocoUrl: nservicebus/logging/eventsourcelogging
GitHubOwner: robv8r
Category: Logger
SupportLevel: Community
LicenseUrl: https://github.com/robv8r/NServiceBus.EventSourceLogging/blob/develop/LICENSE
ProjectUrl: https://github.com/robv8r/NServiceBus.EventSourceLogging
NugetOrder:
- NServiceBus.EventSourceLogging
- Key: EventStorePersistence
Name: EventStore Persistence
DocoUrl: https://github.com/SzymonPobiega/NServiceBus.EventStore
GitHubOwner: SzymonPobiega
Category: Persistence
SupportLevel: Community
LicenseUrl: https://github.com/SzymonPobiega/NServiceBus.EventStore/blob/master/LICENSE.md
ProjectUrl: https://github.com/SzymonPobiega/NServiceBus.EventStore
NugetOrder:
- NServiceBus.EventStore
- Key: EventStoreTransport
Name: EventStore Transport
DocoUrl: transports/eventstore
GitHubOwner: SzymonPobiega
Category: Transport
SupportLevel: Community
LicenseUrl: https://github.com/SzymonPobiega/NServiceBus.EventStore/blob/master/LICENSE.md
ProjectUrl: https://github.com/SzymonPobiega/NServiceBus.EventStore
NugetOrder:
- NServiceBus.EventStore
- Key: Gateway
Name: Gateway
DocoUrl: nservicebus/gateway
GitHubOwner: Particular/nservicebus-maintainers
Category: Other
ProjectUrl: https://github.com/Particular/NServiceBus.Gateway
NugetOrder:
- NServiceBus.Gateway
- NServiceBus
- Key: Heartbeats
Name: ServiceControl Heartbeats
DocoUrl: monitoring/heartbeats
GitHubOwner: Particular/servicecontrol-maintainers
Category: Other
ProjectUrl: https://github.com/Particular/?q=Heartbeat
NugetOrder:
- NServiceBus.Heartbeat
- ServiceControl.Plugin.Nsb6.Heartbeat
- ServiceControl.Plugin.Nsb5.Heartbeat
- ServiceControl.Plugin.Nsb4.Heartbeat
- ServiceControl.Plugin.Nsb3.Heartbeat
- Key: Host
Name: NServiceBus Host
DocoUrl: nservicebus/hosting/nservicebus-host
GitHubOwner: Particular/host-maintainers
Category: Host
ProjectUrl: https://github.com/Particular/NServiceBus.Host
NugetOrder:
- NServiceBus.Host
- Key: HandlerOrdering
Name: Handler ordering by interface
DocoUrl: nservicebus/handlers/handler-ordering-by-interface
GitHubOwner: SimonCropp
Category: Other
SupportLevel: Community
LicenseUrl: https://github.com/SimonCropp/HandlerOrdering/License.txt
ProjectUrl: https://github.com/SimonCropp/HandlerOrdering/
NugetOrder:
- NServiceBus.HandlerOrdering
- Key: Hyperion
Name: Hyperion Serializer
DocoUrl: nservicebus/serialization/hyperion
GitHubOwner: SimonCropp
Category: Serializer
SupportLevel: Community
LicenseUrl: https://github.com/SimonCropp/NServiceBus.Hyperion/blob/master/LICENSE.txt
ProjectUrl: https://github.com/SimonCropp/NServiceBus.Hyperion
NugetOrder:
- NServiceBus.Hyperion
- Key: InMemoryPersistence
Name: InMemory Persistence
DocoUrl: persistence/in-memory
GitHubOwner: Particular/nservicebus-maintainers
Category: Persistence
ProjectUrl: https://github.com/Particular/NServiceBus
NugetOrder:
- NServiceBus
- Key: Utf8Json
Name: Utf8Json Serializer
DocoUrl: nservicebus/serialization/utf8json
GitHubOwner: SimonCropp
Category: Serializer
SupportLevel: Community
LicenseUrl: https://github.com/SimonCropp/NServiceBus.Utf8Json/blob/master/LICENSE
ProjectUrl: https://github.com/SimonCropp/NServiceBus.Utf8Json
NugetOrder:
- NServiceBus.Utf8Json
- Key: Jil
Name: Jil Serializer
DocoUrl: nservicebus/serialization/jil
GitHubOwner: SimonCropp
Category: Serializer
SupportLevel: Community
LicenseUrl: https://github.com/SimonCropp/NServiceBus.Jil/blob/master/LICENSE
ProjectUrl: https://github.com/SimonCropp/NServiceBus.Jil
NugetOrder:
- NServiceBus.Jil
- Key: Json
Name: Json Serializer
DocoUrl: nservicebus/serialization/json
Category: Serializer
GitHubOwner: Particular/nservicebus-maintainers
ProjectUrl: https://github.com/Particular/NServiceBus
NugetOrder:
- NServiceBus
- Key: Kafka
Name: Kafka Transport
DocoUrl: transports/kafka
GitHubOwner: PabloCastilla
Category: Transport
SupportLevel: Community
LicenseUrl: https://github.com/pablocastilla/NServiceBus.Kafka/blob/master/LICENSE
ProjectUrl: https://github.com/pablocastilla/NServiceBus.Kafka
NugetOrder:
- NServiceBus.Transports.Kafka
- Key: LearningPersistence
Name: Learning Persistence
DocoUrl: persistence/learning
GitHubOwner: Particular/nservicebus-maintainers
Category: Persistence
ProjectUrl: https://github.com/Particular/NServiceBus
NugetOrder:
- NServiceBus
- Key: LearningTransport
Name: Learning Transport
DocoUrl: transports/learning
GitHubOwner: Particular/nservicebus-maintainers
Category: Transport
ProjectUrl: https://github.com/Particular/NServiceBus
NugetOrder:
- NServiceBus
- Key: Log4Net
Name: Log4Net Logger
DocoUrl: nservicebus/logging/log4net
GitHubOwner: Particular/logging-maintainers
Category: Logger
ProjectUrl: https://github.com/Particular/NServiceBus.Log4Net
NugetOrder:
- NServiceBus.Log4Net
- NServiceBus
- Key: Metrics
Name: Metrics
DocoUrl: monitoring/metrics
GitHubOwner: Particular/metrics-maintainers
Category: Other
ProjectUrl: https://github.com/Particular/NServiceBus.Metrics
NugetOrder:
- NServiceBus.Metrics
- Key: MetricsServiceControl
Name: Metrics.ServiceControl
DocoUrl: monitoring/metrics
GitHubOwner: Particular/metrics-maintainers
Category: Other
ProjectUrl: https://github.com/Particular/NServiceBus.Metrics.ServiceControl
NugetOrder:
- NServiceBus.Metrics.ServiceControl
- NServiceBus.Metrics
- Key: MsLogging
Name: MicrosoftLogging
DocoUrl: nservicebus/logging/microsoft
Category: Logger
GitHubOwner: SimonCropp
SupportLevel: Community
ProjectUrl: https://github.com/SimonCropp/NServiceBus.MicrosoftLogging
LicenseUrl: https://github.com/SimonCropp/NServiceBus.MicrosoftLogging/blob/master/LICENSE
NugetOrder:
- NServiceBus.MicrosoftLogging
- Key: MsmqTransport
Name: MSMQ Transport
DocoUrl: transports/msmq
Category: Transport
GitHubOwner: Particular/msmq-transport-maintainers
ProjectUrl: https://github.com/Particular/NServiceBus.Transport.Msmq
NugetOrder:
- NServiceBus.Transport.Msmq
- NServiceBus
- Key: MsmqPersistence
Name: MSMQ Persistence
DocoUrl: persistence/msmq/subscription
Category: Persistence
GitHubOwner: Particular/msmq-transport-maintainers
ProjectUrl: https://github.com/Particular/NServiceBus
NugetOrder:
- NServiceBus.Transport.Msmq
- NServiceBus
- Key: MessageRouting
Name: MessageRouting
DocoUrl: https://github.com/jbogard/NServiceBus.MessageRouting
GitHubOwner: jbogard
Category: Other
SupportLevel: Community
LicenseUrl: https://github.com/jbogard/NServiceBus.MessageRouting/license.txt
ProjectUrl: https://github.com/jbogard/NServiceBus.MessageRouting
NugetOrder:
- NServiceBus.MessageRouting
- Key: MessagePack
Name: MessagePack Serializer
DocoUrl: nservicebus/serialization/messagepack
GitHubOwner: SimonCropp
Category: Serializer
SupportLevel: Community
LicenseUrl: https://github.com/SimonCropp/NServiceBus.MessagePack/blob/master/LICENSE
ProjectUrl: https://github.com/SimonCropp/NServiceBus.MessagePack
NugetOrder:
- NServiceBus.MessagePack
- Key: MsgPack
Name: MsgPack Serializer
DocoUrl: nservicebus/serialization/msgpack
GitHubOwner: SimonCropp
Category: Serializer
SupportLevel: Community
LicenseUrl: https://github.com/SimonCropp/NServiceBus.MsgPack/blob/master/LICENSE
ProjectUrl: https://github.com/SimonCropp/NServiceBus.MsgPack
NugetOrder:
- NServiceBus.MsgPack
- Key: MongoPersistenceSbmako
Name: MongoDB Persistence (Carlos Sandoval)
DocoUrl: https://github.com/sbmako/NServiceBus.MongoDB
Category: Persistence
SupportLevel: Community
LicenseUrl: https://github.com/sbmako/NServiceBus.MongoDB/blob/master/LICENSE
ProjectUrl: https://github.com/sbmako/NServiceBus.MongoDB
NugetOrder:
- NServiceBus.MongoDB
- Key: MongoDatabusSbmako
Name: MongoDB Databus (Carlos Sandoval)
DocoUrl: https://github.com/sbmako/NServiceBus.MongoDB
Category: Databus
SupportLevel: Community
LicenseUrl: https://github.com/sbmako/NServiceBus.MongoDB/blob/master/LICENSE
ProjectUrl: https://github.com/sbmako/NServiceBus.MongoDB
NugetOrder:
- NServiceBus.MongoDB
- Key: MongoPersistenceTekmaven
Name: MongoDB Persistence (Ryan Hoffman)
DocoUrl: persistence/mongodb-tekmaven
GitHubOwner: tekmaven
Category: Persistence
SupportLevel: Community
LicenseUrl: https://github.com/tekmaven/NServiceBus.Persistence.MongoDb/blob/master/LICENSE.txt
ProjectUrl: https://github.com/tekmaven/NServiceBus.Persistence.MongoDb
NugetOrder:
- NServiceBus.Persistence.MongoDb
- Key: MongoDatabusTekmaven
Name: MongoDB Databus (Ryan Hoffman)
DocoUrl: nservicebus/messaging/databus/mongodb-tekmaven
GitHubOwner: tekmaven
Category: Databus
SupportLevel: Community
LicenseUrl: https://github.com/tekmaven/NServiceBus.Persistence.MongoDb/blob/master/LICENSE.txt
ProjectUrl: https://github.com/tekmaven/NServiceBus.Persistence.MongoDb
NugetOrder:
- NServiceBus.Persistence.MongoDb
- Key: Mandrill
Name: Mandrill
DocoUrl: https://github.com/feinoujc/NServiceBus.Mandrill
LicenseUrl: https://github.com/feinoujc/NServiceBus.Mandrill/blob/master/LICENSE
GitHubOwner: feinoujc
Category: Other
SupportLevel: Community
ProjectUrl: https://github.com/feinoujc/NServiceBus.Mandrill
NugetOrder:
- NServiceBus.Mandrill
- Key: Mailer
Name: NServiceBus Mailer
DocoUrl: nservicebus/mailer
LicenseUrl: https://github.com/HEskandari/NServiceBus.Mailer/blob/master/license.txt
GitHubOwner: HEskandari
Category: Other
SupportLevel: Community
ProjectUrl: https://github.com/HEskandari/NServiceBus.Mailer
NugetOrder:
- NServiceBus.Mailer
- Key: Newtonsoft
Name: Newtonsoft Serializer
DocoUrl: nservicebus/serialization/newtonsoft
GitHubOwner: Particular/nservicebus-maintainers
Category: Serializer
ProjectUrl: https://github.com/Particular/NServiceBus.Newtonsoft.Json
NugetOrder:
- NServiceBus.Newtonsoft.Json
- Key: NewtonsoftEncryption
Name: Newtonsoft Encryption
LicenseUrl: https://github.com/SimonCropp/Newtonsoft.Json.Encryption/blob/master/LICENSE
DocoUrl: https://github.com/SimonCropp/Newtonsoft.Json.Encryption
GitHubOwner: SimonCropp
SupportLevel: Community
Category: Other
ProjectUrl: https://github.com/SimonCropp/Newtonsoft.Json.Encryption
NugetOrder:
- NServiceBus.Newtonsoft.Encryption
- Key: NHibernate
Name: NHibernate Persistence
DocoUrl: persistence/nhibernate
GitHubOwner: Particular/nhibernate-persistence-maintainers
Category: Persistence
ProjectUrl: https://github.com/Particular/NServiceBus.NHibernate
NugetOrder:
- NServiceBus.NHibernate
- Key: Ninject
Name: Ninject Dependency Injection
DocoUrl: nservicebus/dependency-injection/ninject
GitHubOwner: Particular/container-maintainers
Category: DependencyInjection
ProjectUrl: https://github.com/Particular/NServiceBus.Ninject
NugetOrder:
- NServiceBus.Ninject
- Key: NES
Name: .NET Event Sourcing
DocoUrl: https://github.com/elliotritchie/NES
GitHubOwner: elliotritchie
LicenseUrl: https://github.com/elliotritchie/NES/blob/master/license.txt
SupportLevel: Community
Category: Other
ProjectUrl: https://github.com/elliotritchie/NES
NugetOrder:
- NES.NServiceBus
- Key: NLog
Name: NLog Logger
DocoUrl: nservicebus/logging/nlog
GitHubOwner: Particular/logging-maintainers
Category: Logger
ProjectUrl: https://github.com/Particular/NServiceBus.NLog
NugetOrder:
- NServiceBus.NLog
- NServiceBus
- Key: PropertyEncryption
Name: Message Property Encryption
DocoUrl: nservicebus/security/property-encryption
Category: Other
GitHubOwner: Particular/encryption-maintainers
ProjectUrl: https://github.com/Particular/NServiceBus.Encryption.MessageProperty
NugetOrder:
- NServiceBus.Encryption.MessageProperty
- NServiceBus
- Key: PerfCounters
Name: Performance Counters
DocoUrl: monitoring/metrics/performance-counters
Category: Other
GitHubOwner: Particular/metrics-maintainers
ProjectUrl: https://github.com/Particular/NServiceBus.Metrics.PerformanceCounters
NugetOrder:
- NServiceBus.Metrics.PerformanceCounters
- NServiceBus
- Key: PostgreSQL
Name: PostgreSQL Persistence
DocoUrl: https://github.com/fhalim/NServiceBus.PostgreSQL
GitHubOwner: fhalim
Category: Persistence
LicenseUrl: https://github.com/fhalim/NServiceBus.PostgreSQL/blob/master/LICENSE.txt
SupportLevel: Community
ProjectUrl: https://github.com/fhalim/NServiceBus.PostgreSQL
NugetOrder:
- NServiceBus.PostgreSQL
- Key: ProtoBufNet
Name: ProtoBuf-Net Serializer
DocoUrl: nservicebus/serialization/protobufnet
GitHubOwner: SimonCropp
Category: Serializer
SupportLevel: Community
LicenseUrl: https://github.com/SimonCropp/NServiceBus.ProtoBufNet/blob/master/LICENSE
ProjectUrl: https://github.com/SimonCropp/NServiceBus.ProtoBufNet/
NugetOrder:
- NServiceBus.ProtoBuf
- Key: ProtoBufGoogle
Name: ProtoBuf-Google Serializer
DocoUrl: nservicebus/serialization/protobufgoogle
GitHubOwner: SimonCropp
Category: Serializer
SupportLevel: Community
LicenseUrl: https://github.com/SimonCropp/NServiceBus.ProtoBufGoogle/blob/master/LICENSE
ProjectUrl: https://github.com/SimonCropp/NServiceBus.ProtoBufGoogle/
NugetOrder:
- NServiceBus.ProtoBufGoogle
- Key: Rabbit
Name: RabbitMQ Transport
DocoUrl: transports/rabbitmq
GitHubOwner: Particular/rabbitmq-transport-maintainers
Category: Transport
ProjectUrl: https://github.com/Particular/NServiceBus.RabbitMQ
NugetOrder:
- NServiceBus.RabbitMQ
- Key: Raven
Name: RavenDB Persistence
DocoUrl: persistence/ravendb
GitHubOwner: Particular/ravendb-persistence-maintainers
Category: Persistence
ProjectUrl: https://github.com/Particular/NServiceBus.RavenDB
NugetOrder:
- NServiceBus.RavenDB
- Key: RawMessaging
Name: NServiceBus raw messaging
DocoUrl: nservicebus/rawmessaging
GitHubOwner: SzymonPobiega
Category: Other
SupportLevel: Community
LicenseUrl: https://github.com/SzymonPobiega/NServiceBus.Raw/blob/master/LICENSE.md
ProjectUrl: https://github.com/SzymonPobiega/NServiceBus.Raw
NugetOrder:
- NServiceBus.Raw
- NServiceBus.Raw.DelayedRetries
- Key: RabbitOperations
Name: Rabbit Operations
DocoUrl: http://rabbitoperations.southsidesoft.com
GitHubOwner: SouthsideSoftware
SupportLevel: Community
Category: Other
UsesNuget: false
ProjectUrl: https://github.com/SouthsideSoftware/RabbitOperations
LicenseUrl: https://github.com/SouthsideSoftware/RabbitOperations/blob/master/LICENSE
NugetOrder:
- RabbitOperations
- Key: SqlPersistence
Name: Sql Persistence
DocoUrl: persistence/sql
GitHubOwner: Particular/sqlpersistence-maintainers
Category: Persistence
ProjectUrl: https://github.com/Particular/NServiceBus.Persistence.Sql
NugetOrder:
- NServiceBus.Persistence.Sql
- Key: SagaAudit
Name: ServiceControl SagaAudit
DocoUrl: servicecontrol/plugins/saga-audit
GitHubOwner: Particular/servicecontrol-maintainers
Category: Other
ProjectUrl: https://github.com/Particular/?q=SagaAudit
NugetOrder:
- NServiceBus.SagaAudit
- ServiceControl.Plugin.Nsb6.SagaAudit
- ServiceControl.Plugin.Nsb5.SagaAudit
- ServiceControl.Plugin.Nsb4.SagaAudit
- Key: Serilog
Name: Serilog Logger
DocoUrl: nservicebus/logging/serilog
GitHubOwner: SimonCropp
Category: Logger
SupportLevel: Community
LicenseUrl: https://github.com/SimonCropp/NServiceBus.Serilog/blob/master/license.txt
ProjectUrl: https://github.com/SimonCropp/NServiceBus.Serilog
NugetOrder:
- NServiceBus.Serilog
- Key: SerilogTracing
Name: Serilog Tracing
DocoUrl: nservicebus/logging/serilog-tracing
GitHubOwner: SimonCropp
Category: Logger
SupportLevel: Community
LicenseUrl: https://github.com/SimonCropp/NServiceBus.Serilog/blob/master/license.txt
ProjectUrl: https://github.com/SimonCropp/NServiceBus.Serilog
NugetOrder:
- NServiceBus.Serilog.Tracing
- Key: ServiceBootstrap
Name: Windows Service Bootstrap
DocoUrl: nservicebus/hosting/windows-service
GitHubOwner: Particular/host-maintainers
Category: Host
ProjectUrl: https://github.com/Particular/NServiceBus.Bootstrap.WindowsService
NugetOrder:
- NServiceBus.Bootstrap.WindowsService
- Key: ServiceControl
Name: ServiceControl
DocoUrl: servicecontrol
GitHubOwner: Particular/servicecontrol-maintainers
Category: Other
UsesNuget: false
ProjectUrl: https://github.com/Particular/ServiceControl
NugetOrder:
- ServiceControl
- Key: ServiceControlContracts
Name: ServiceControl Contracts
DocoUrl: servicecontrol/contracts
GitHubOwner: Particular/servicecontrol-maintainers
Category: Other
ProjectUrl: https://github.com/Particular/ServiceControl.Contracts
NugetOrder:
- ServiceControl.Contracts
- Key: SCTransportAdapter
Name: ServiceControl Transport Adapter
DocoUrl: servicecontrol/transport-adapter
GitHubOwner: Particular/servicecontrol-maintainers
Category: Other
ProjectUrl: https://github.com/Particular/ServiceControl.TransportAdapter
NugetOrder:
- ServiceControl.TransportAdapter
- Key: Templates
Name: dotnet new Templates
DocoUrl: nservicebus/dotnet-templates
GitHubOwner: Particular/host-maintainers
Category: Host
ProjectUrl: https://github.com/Particular/dotnetTemplates
NugetOrder:
- ParticularTemplates
- Key: ServicePulse
Name: ServicePulse
DocoUrl: servicepulse
GitHubOwner: Particular/servicepulse-maintainers
Category: Other
UsesNuget: false
ProjectUrl: https://github.com/Particular/ServicePulse
NugetOrder:
- ServicePulse
- Key: ServiceInsight
Name: ServiceInsight
DocoUrl: serviceinsight
GitHubOwner: Particular/serviceinsight-maintainers
Category: Other
UsesNuget: false
ProjectUrl: https://github.com/Particular/ServiceInsight
NugetOrder:
- ServiceInsight
- Key: SimpleInjector
Name: SimpleInjector Dependency Injection
DocoUrl: nservicebus/dependency-injection/simpleinjector
GitHubOwner: WilliamBZA
Category: DependencyInjection
SupportLevel: Community
LicenseUrl: https://github.com/WilliamBZA/NServicebus.SimpleInjector/blob/master/LICENSE
ProjectUrl: https://github.com/WilliamBZA/NServicebus.SimpleInjector
NugetOrder:
- NServiceBus.SimpleInjector
- Key: Spring
Name: Spring Dependency Injection
DocoUrl: nservicebus/dependency-injection/spring
GitHubOwner: Particular/container-maintainers
Category: DependencyInjection
ProjectUrl: https://github.com/Particular/NServiceBus.Spring
NugetOrder:
- NServiceBus.Spring
- Key: SqlTransport
Name: SQL Server Transport
DocoUrl: transports/sql
GitHubOwner: Particular/sqlserver-transport-maintainers
Category: Transport
ProjectUrl: https://github.com/Particular/NServiceBus.SqlServer
NugetOrder:
- NServiceBus.SqlServer
- Key: StructureMap
Name: StructureMap Dependency Injection
DocoUrl: nservicebus/dependency-injection/structuremap
GitHubOwner: Particular/container-maintainers
Category: DependencyInjection
ProjectUrl: https://github.com/Particular/NServiceBus.StructureMap
NugetOrder:
- NServiceBus.StructureMap
- Key: SystemXml
Name: System.Xml Serializer
DocoUrl: https://github.com/ParticularLabs/NServiceBus.Serializers.SystemXml
Category: Serializer
SupportLevel: Community
LicenseUrl: https://github.com/ParticularLabs/NServiceBus.Serializers.SystemXml
ProjectUrl: https://github.com/ParticularLabs/NServiceBus.Serializers.SystemXml
NugetOrder:
- NServiceBus.Serializers.SystemXml
- Key: ServiceFabricPersistence
Name: Service Fabric Persistence
DocoUrl: persistence/service-fabric
GitHubOwner: Particular/azure-maintainers
Category: Persistence
ProjectUrl: https://github.com/Particular/NServiceBus.Persistence.ServiceFabric
NugetOrder:
- NServiceBus.Persistence.ServiceFabric
- Key: Testing
Name: Testing
DocoUrl: nservicebus/testing
GitHubOwner: Particular/nservicebus-maintainers
Category: Other
ProjectUrl: https://github.com/Particular/NServiceBus.Testing
NugetOrder:
- NServiceBus.Testing
- Key: Unity
Name: Unity Dependency Injection
DocoUrl: nservicebus/dependency-injection/unity
GitHubOwner: Particular/container-maintainers
Category: DependencyInjection
ProjectUrl: https://github.com/Particular/NServiceBus.Unity
NugetOrder:
- NServiceBus.Unity
- Key: Wire
Name: Wire Serializer
DocoUrl: nservicebus/serialization/wire
GitHubOwner: SimonCropp
Category: Serializer
SupportLevel: Community
LicenseUrl: https://github.com/SimonCropp/NServiceBus.Wire/blob/master/LICENSE.txt
ProjectUrl: https://github.com/SimonCropp/NServiceBus.Wire
NugetOrder:
- NServiceBus.Wire
- Key: Wcf
Name: WCF Support
DocoUrl: nservicebus/wcf
GitHubOwner: Particular/nservicebus-maintainers
Category: Other
ProjectUrl: https://github.com/Particular/NServiceBus.Wcf
NugetOrder:
- NServiceBus.Wcf
- NServiceBus.Host
- Key: Xml
Name: Xml Serializer
DocoUrl: nservicebus/serialization/xml
Category: Serializer
GitHubOwner: Particular/nservicebus-maintainers
ProjectUrl: https://github.com/Particular/NServiceBus
NugetOrder:
- NServiceBus
- Key: ZeroFormatter
Name: ZeroFormatter Serializer
DocoUrl: nservicebus/serialization/zeroformatter
GitHubOwner: SimonCropp
Category: Serializer
SupportLevel: Community
LicenseUrl: https://github.com/SimonCropp/NServiceBus.ZeroFormatter/blob/master/license.txt
ProjectUrl: https://github.com/SimonCropp/NServiceBus.ZeroFormatter
NugetOrder:
- NServiceBus.ZeroFormatter
- Key: Bridge
Name: Transport Bridge
DocoUrl: nservicebus/bridge
GitHubOwner: SzymonPobiega
Category: Other
SupportLevel: Community
LicenseUrl: https://github.com/SzymonPobiega/NServiceBus.Bridge/blob/master/LICENSE
ProjectUrl: https://github.com/SzymonPobiega/NServiceBus.Bridge
NugetOrder:
- NServiceBus.Bridge
- NServiceBus.Bridge.Connector
- Key: Wormhole
Name: Wormhole Gateway
DocoUrl: nservicebus/wormhole
GitHubOwner: SzymonPobiega
Category: Other
SupportLevel: Community
LicenseUrl: https://github.com/SzymonPobiega/NServiceBus.Wormhole/blob/master/LICENSE
ProjectUrl: https://github.com/SzymonPobiega/NServiceBus.Wormhole
NugetOrder:
- NServiceBus.Wormhole
- NServiceBus.Wormhole.Gateway
- Key: UniformSession
Name: UniformSession Support
DocoUrl: nservicebus/messaging/uniformsession
GitHubOwner: Particular/nservicebus-maintainers
Category: Other
ProjectUrl: https://github.com/Particular/NServiceBus.UniformSession
NugetOrder:
- NServiceBus.UniformSession
- Key: GatewayChannelHttpVNext
Name: HttpVNext Gateway Channel
DocoUrl: nservicebus/gateway/httpvnext-channel
GitHubOwner: welshdave
Category: Other
SupportLevel: Community
LicenseUrl: https://github.com/welshdave/NServiceBus.Gateway.Channels.HttpVNext/blob/master/LICENSE
ProjectUrl: https://github.com/welshdave/NServiceBus.Gateway.Channels.HttpVNext
NugetOrder:
- NServiceBus.Gateway.Channels.HttpVNext