114 KiB
Documentation Analysis Report
Files Scanned: 144 Files With Issues: 47 Total Issues: 332
Issues
FILE: /Users/dohertj2/Desktop/CBDDC/samples/ZB.MOM.WW.CBDDC.Sample.Console/ConsoleInteractiveService.cs LINE: 32 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Constructor SIGNATURE: ConsoleInteractiveService(ILogger logger, SampleDbContext db, ICBDDCNode node, IHostApplicationLifetime lifetime, IDocumentCache cache, IOfflineQueue queue, ICBDDCHealthCheck healthCheck, ISyncStatusTracker syncTracker, IServiceProvider serviceProvider, IPeerNodeConfigurationProvider peerNodeConfigurationProvider) MESSAGE: Constructor 'ConsoleInteractiveService(ILogger logger, SampleDbContext db, ICBDDCNode node, IHostApplicationLifetime lifetime, IDocumentCache cache, IOfflineQueue queue, ICBDDCHealthCheck healthCheck, ISyncStatusTracker syncTracker, IServiceProvider serviceProvider, IPeerNodeConfigurationProvider peerNodeConfigurationProvider)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/samples/ZB.MOM.WW.CBDDC.Sample.Console/ConsoleInteractiveService.cs LINE: 56 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: ExecuteAsync(CancellationToken stoppingToken) MESSAGE: Method 'ExecuteAsync(CancellationToken stoppingToken)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/samples/ZB.MOM.WW.CBDDC.Sample.Console/Program.cs LINE: 83 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Property SIGNATURE: Configuration MESSAGE: Property 'Configuration' is missing XML documentation
FILE: /Users/dohertj2/Desktop/CBDDC/samples/ZB.MOM.WW.CBDDC.Sample.Console/Program.cs LINE: 85 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Constructor SIGNATURE: StaticPeerNodeConfigurationProvider(PeerNodeConfiguration configuration) MESSAGE: Constructor 'StaticPeerNodeConfigurationProvider(PeerNodeConfiguration configuration)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/samples/ZB.MOM.WW.CBDDC.Sample.Console/Program.cs LINE: 90 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Event SIGNATURE: ConfigurationChanged MESSAGE: Event 'ConfigurationChanged' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/samples/ZB.MOM.WW.CBDDC.Sample.Console/Program.cs LINE: 92 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: GetConfiguration() MESSAGE: Method 'GetConfiguration()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/samples/ZB.MOM.WW.CBDDC.Sample.Console/Program.cs LINE: 97 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: OnConfigurationChanged(PeerNodeConfiguration newConfig) MESSAGE: Method 'OnConfigurationChanged(PeerNodeConfiguration newConfig)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/samples/ZB.MOM.WW.CBDDC.Sample.Console/Program.cs LINE: 106 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Constructor SIGNATURE: SimpleFileLoggerProvider(string path) MESSAGE: Constructor 'SimpleFileLoggerProvider(string path)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/samples/ZB.MOM.WW.CBDDC.Sample.Console/Program.cs LINE: 107 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: CreateLogger(string categoryName) MESSAGE: Method 'CreateLogger(string categoryName)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/samples/ZB.MOM.WW.CBDDC.Sample.Console/Program.cs LINE: 108 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: Dispose() MESSAGE: Method 'Dispose()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/samples/ZB.MOM.WW.CBDDC.Sample.Console/Program.cs LINE: 117 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Constructor SIGNATURE: SimpleFileLogger(string category, string path) MESSAGE: Constructor 'SimpleFileLogger(string category, string path)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/samples/ZB.MOM.WW.CBDDC.Sample.Console/Program.cs LINE: 123 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: BeginScope(TState state) MESSAGE: Method 'BeginScope(TState state)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/samples/ZB.MOM.WW.CBDDC.Sample.Console/Program.cs LINE: 124 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: IsEnabled(LogLevel logLevel) MESSAGE: Method 'IsEnabled(LogLevel logLevel)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/samples/ZB.MOM.WW.CBDDC.Sample.Console/Program.cs LINE: 126 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: Log(LogLevel logLevel, EventId eventId, TState state, Exception? exception, Func<TState, Exception?, string> formatter) MESSAGE: Method 'Log(LogLevel logLevel, EventId eventId, TState state, Exception? exception, Func<TState, Exception?, string> formatter)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/samples/ZB.MOM.WW.CBDDC.Sample.Console/SampleDbContext.cs LINE: 15 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Property SIGNATURE: Users MESSAGE: Property 'Users' is missing XML documentation
FILE: /Users/dohertj2/Desktop/CBDDC/samples/ZB.MOM.WW.CBDDC.Sample.Console/SampleDbContext.cs LINE: 16 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Property SIGNATURE: TodoLists MESSAGE: Property 'TodoLists' is missing XML documentation
FILE: /Users/dohertj2/Desktop/CBDDC/samples/ZB.MOM.WW.CBDDC.Sample.Console/SampleDbContext.cs LINE: 36 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: OnModelCreating(ModelBuilder modelBuilder) MESSAGE: Method 'OnModelCreating(ModelBuilder modelBuilder)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/samples/ZB.MOM.WW.CBDDC.Sample.Console/SampleDocumentStore.cs LINE: 20 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Constructor SIGNATURE: SampleDocumentStore(SampleDbContext context, IPeerNodeConfigurationProvider configProvider, IVectorClockService vectorClockService, ILogger? logger) MESSAGE: Constructor 'SampleDocumentStore(SampleDbContext context, IPeerNodeConfigurationProvider configProvider, IVectorClockService vectorClockService, ILogger? logger)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/samples/ZB.MOM.WW.CBDDC.Sample.Console/SampleDocumentStore.cs LINE: 35 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: ApplyContentToEntityAsync(string collection, string key, JsonElement content, CancellationToken cancellationToken) MESSAGE: Method 'ApplyContentToEntityAsync(string collection, string key, JsonElement content, CancellationToken cancellationToken)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/samples/ZB.MOM.WW.CBDDC.Sample.Console/SampleDocumentStore.cs LINE: 42 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: ApplyContentToEntitiesBatchAsync(IEnumerable<(string Collection, string Key, JsonElement Content)> documents, CancellationToken cancellationToken) MESSAGE: Method 'ApplyContentToEntitiesBatchAsync(IEnumerable<(string Collection, string Key, JsonElement Content)> documents, CancellationToken cancellationToken)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/samples/ZB.MOM.WW.CBDDC.Sample.Console/SampleDocumentStore.cs LINE: 81 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: GetEntityAsJsonAsync(string collection, string key, CancellationToken cancellationToken) MESSAGE: Method 'GetEntityAsJsonAsync(string collection, string key, CancellationToken cancellationToken)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/samples/ZB.MOM.WW.CBDDC.Sample.Console/SampleDocumentStore.cs LINE: 92 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: RemoveEntityAsync(string collection, string key, CancellationToken cancellationToken) MESSAGE: Method 'RemoveEntityAsync(string collection, string key, CancellationToken cancellationToken)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/samples/ZB.MOM.WW.CBDDC.Sample.Console/SampleDocumentStore.cs LINE: 99 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: RemoveEntitiesBatchAsync(IEnumerable<(string Collection, string Key)> documents, CancellationToken cancellationToken) MESSAGE: Method 'RemoveEntitiesBatchAsync(IEnumerable<(string Collection, string Key)> documents, CancellationToken cancellationToken)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/samples/ZB.MOM.WW.CBDDC.Sample.Console/SampleDocumentStore.cs LINE: 125 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: GetAllEntitiesAsJsonAsync(string collection, CancellationToken cancellationToken) MESSAGE: Method 'GetAllEntitiesAsJsonAsync(string collection, CancellationToken cancellationToken)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/samples/ZB.MOM.WW.CBDDC.Sample.Console/SampleEfCoreDbContext.cs LINE: 15 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Constructor SIGNATURE: SampleEfCoreDbContext(string databasePath) MESSAGE: Constructor 'SampleEfCoreDbContext(string databasePath)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/samples/ZB.MOM.WW.CBDDC.Sample.Console/SampleEfCoreDbContext.cs LINE: 21 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Property SIGNATURE: Users MESSAGE: Property 'Users' is missing XML documentation
FILE: /Users/dohertj2/Desktop/CBDDC/samples/ZB.MOM.WW.CBDDC.Sample.Console/SampleEfCoreDbContext.cs LINE: 22 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Property SIGNATURE: TodoLists MESSAGE: Property 'TodoLists' is missing XML documentation
FILE: /Users/dohertj2/Desktop/CBDDC/samples/ZB.MOM.WW.CBDDC.Sample.Console/SampleEfCoreDbContext.cs LINE: 25 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Property SIGNATURE: OplogEntries MESSAGE: Property 'OplogEntries' is missing XML documentation
FILE: /Users/dohertj2/Desktop/CBDDC/samples/ZB.MOM.WW.CBDDC.Sample.Console/SampleEfCoreDbContext.cs LINE: 26 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Property SIGNATURE: RemotePeers MESSAGE: Property 'RemotePeers' is missing XML documentation
FILE: /Users/dohertj2/Desktop/CBDDC/samples/ZB.MOM.WW.CBDDC.Sample.Console/SampleEfCoreDbContext.cs LINE: 27 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Property SIGNATURE: SnapshotMetadatas MESSAGE: Property 'SnapshotMetadatas' is missing XML documentation
FILE: /Users/dohertj2/Desktop/CBDDC/samples/ZB.MOM.WW.CBDDC.Sample.Console/SampleEfCoreDbContext.cs LINE: 29 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: OnConfiguring(DbContextOptionsBuilder optionsBuilder) MESSAGE: Method 'OnConfiguring(DbContextOptionsBuilder optionsBuilder)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/samples/ZB.MOM.WW.CBDDC.Sample.Console/SampleEfCoreDbContext.cs LINE: 37 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: OnModelCreating(ModelBuilder modelBuilder) MESSAGE: Method 'OnModelCreating(ModelBuilder modelBuilder)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/samples/ZB.MOM.WW.CBDDC.Sample.Console/SampleEfCoreDocumentStore.cs LINE: 22 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Constructor SIGNATURE: SampleEfCoreDocumentStore(SampleEfCoreDbContext context, IPeerNodeConfigurationProvider configProvider, ILogger? logger) MESSAGE: Constructor 'SampleEfCoreDocumentStore(SampleEfCoreDbContext context, IPeerNodeConfigurationProvider configProvider, ILogger? logger)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/samples/ZB.MOM.WW.CBDDC.Sample.Console/SampleEfCoreDocumentStore.cs LINE: 30 CATEGORY: MissingInheritDoc SEVERITY: Error MEMBER: Property SIGNATURE: InterestedCollection MESSAGE: Inherited property 'InterestedCollection' must have documentation
FILE: /Users/dohertj2/Desktop/CBDDC/samples/ZB.MOM.WW.CBDDC.Sample.Console/SampleEfCoreDocumentStore.cs LINE: 34 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: ApplyContentToEntityAsync(string collection, string key, JsonElement content, CancellationToken cancellationToken) MESSAGE: Method 'ApplyContentToEntityAsync(string collection, string key, JsonElement content, CancellationToken cancellationToken)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/samples/ZB.MOM.WW.CBDDC.Sample.Console/SampleEfCoreDocumentStore.cs LINE: 41 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: ApplyContentToEntitiesBatchAsync(IEnumerable<(string Collection, string Key, JsonElement Content)> documents, CancellationToken cancellationToken) MESSAGE: Method 'ApplyContentToEntitiesBatchAsync(IEnumerable<(string Collection, string Key, JsonElement Content)> documents, CancellationToken cancellationToken)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/samples/ZB.MOM.WW.CBDDC.Sample.Console/SampleEfCoreDocumentStore.cs LINE: 80 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: GetEntityAsJsonAsync(string collection, string key, CancellationToken cancellationToken) MESSAGE: Method 'GetEntityAsJsonAsync(string collection, string key, CancellationToken cancellationToken)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/samples/ZB.MOM.WW.CBDDC.Sample.Console/SampleEfCoreDocumentStore.cs LINE: 91 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: RemoveEntityAsync(string collection, string key, CancellationToken cancellationToken) MESSAGE: Method 'RemoveEntityAsync(string collection, string key, CancellationToken cancellationToken)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/samples/ZB.MOM.WW.CBDDC.Sample.Console/SampleEfCoreDocumentStore.cs LINE: 98 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: RemoveEntitiesBatchAsync(IEnumerable<(string Collection, string Key)> documents, CancellationToken cancellationToken) MESSAGE: Method 'RemoveEntitiesBatchAsync(IEnumerable<(string Collection, string Key)> documents, CancellationToken cancellationToken)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/samples/ZB.MOM.WW.CBDDC.Sample.Console/SampleEfCoreDocumentStore.cs LINE: 126 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: GetAllEntitiesAsJsonAsync(string collection, CancellationToken cancellationToken) MESSAGE: Method 'GetAllEntitiesAsJsonAsync(string collection, CancellationToken cancellationToken)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/samples/ZB.MOM.WW.CBDDC.Sample.Console/TodoList.cs LINE: 8 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Property SIGNATURE: Id MESSAGE: Property 'Id' is missing XML documentation
FILE: /Users/dohertj2/Desktop/CBDDC/samples/ZB.MOM.WW.CBDDC.Sample.Console/TodoList.cs LINE: 10 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Property SIGNATURE: Name MESSAGE: Property 'Name' is missing XML documentation
FILE: /Users/dohertj2/Desktop/CBDDC/samples/ZB.MOM.WW.CBDDC.Sample.Console/TodoList.cs LINE: 11 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Property SIGNATURE: Items MESSAGE: Property 'Items' is missing XML documentation
FILE: /Users/dohertj2/Desktop/CBDDC/samples/ZB.MOM.WW.CBDDC.Sample.Console/TodoList.cs LINE: 16 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Property SIGNATURE: Task MESSAGE: Property 'Task' is missing XML documentation
FILE: /Users/dohertj2/Desktop/CBDDC/samples/ZB.MOM.WW.CBDDC.Sample.Console/TodoList.cs LINE: 17 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Property SIGNATURE: Completed MESSAGE: Property 'Completed' is missing XML documentation
FILE: /Users/dohertj2/Desktop/CBDDC/samples/ZB.MOM.WW.CBDDC.Sample.Console/TodoList.cs LINE: 18 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Property SIGNATURE: CreatedAt MESSAGE: Property 'CreatedAt' is missing XML documentation
FILE: /Users/dohertj2/Desktop/CBDDC/samples/ZB.MOM.WW.CBDDC.Sample.Console/User.cs LINE: 7 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Property SIGNATURE: Id MESSAGE: Property 'Id' is missing XML documentation
FILE: /Users/dohertj2/Desktop/CBDDC/samples/ZB.MOM.WW.CBDDC.Sample.Console/User.cs LINE: 10 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Property SIGNATURE: Name MESSAGE: Property 'Name' is missing XML documentation
FILE: /Users/dohertj2/Desktop/CBDDC/samples/ZB.MOM.WW.CBDDC.Sample.Console/User.cs LINE: 12 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Property SIGNATURE: Age MESSAGE: Property 'Age' is missing XML documentation
FILE: /Users/dohertj2/Desktop/CBDDC/samples/ZB.MOM.WW.CBDDC.Sample.Console/User.cs LINE: 14 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Property SIGNATURE: Address MESSAGE: Property 'Address' is missing XML documentation
FILE: /Users/dohertj2/Desktop/CBDDC/samples/ZB.MOM.WW.CBDDC.Sample.Console/User.cs LINE: 19 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Property SIGNATURE: City MESSAGE: Property 'City' is missing XML documentation
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Hosting/HealthChecks/CBDDCHealthCheck.cs LINE: 17 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Constructor SIGNATURE: CBDDCHealthCheck(IOplogStore oplogStore) MESSAGE: Constructor 'CBDDCHealthCheck(IOplogStore oplogStore)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Hosting/HealthChecks/CBDDCHealthCheck.cs LINE: 22 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: CheckHealthAsync(HealthCheckContext context, CancellationToken cancellationToken) MESSAGE: Method 'CheckHealthAsync(HealthCheckContext context, CancellationToken cancellationToken)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Hosting/HostedServices/DiscoveryServiceHostedService.cs LINE: 17 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Constructor SIGNATURE: DiscoveryServiceHostedService(IDiscoveryService discoveryService, ILogger logger) MESSAGE: Constructor 'DiscoveryServiceHostedService(IDiscoveryService discoveryService, ILogger logger)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Hosting/HostedServices/DiscoveryServiceHostedService.cs LINE: 25 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: StartAsync(CancellationToken cancellationToken) MESSAGE: Method 'StartAsync(CancellationToken cancellationToken)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Hosting/HostedServices/DiscoveryServiceHostedService.cs LINE: 32 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: StopAsync(CancellationToken cancellationToken) MESSAGE: Method 'StopAsync(CancellationToken cancellationToken)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Hosting/HostedServices/TcpSyncServerHostedService.cs LINE: 17 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Constructor SIGNATURE: TcpSyncServerHostedService(ISyncServer syncServer, ILogger logger) MESSAGE: Constructor 'TcpSyncServerHostedService(ISyncServer syncServer, ILogger logger)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Hosting/HostedServices/TcpSyncServerHostedService.cs LINE: 25 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: StartAsync(CancellationToken cancellationToken) MESSAGE: Method 'StartAsync(CancellationToken cancellationToken)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Hosting/HostedServices/TcpSyncServerHostedService.cs LINE: 32 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: StopAsync(CancellationToken cancellationToken) MESSAGE: Method 'StopAsync(CancellationToken cancellationToken)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Hosting/Services/NoOpDiscoveryService.cs LINE: 18 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Constructor SIGNATURE: NoOpDiscoveryService(ILogger? logger) MESSAGE: Constructor 'NoOpDiscoveryService(ILogger? logger)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Hosting/Services/NoOpDiscoveryService.cs LINE: 23 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: GetActivePeers() MESSAGE: Method 'GetActivePeers()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Hosting/Services/NoOpDiscoveryService.cs LINE: 28 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: Start() MESSAGE: Method 'Start()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Hosting/Services/NoOpDiscoveryService.cs LINE: 34 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: Stop() MESSAGE: Method 'Stop()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Hosting/Services/NoOpDiscoveryService.cs LINE: 40 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: Dispose() MESSAGE: Method 'Dispose()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Hosting/Services/NoOpSyncOrchestrator.cs LINE: 16 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Constructor SIGNATURE: NoOpSyncOrchestrator(ILogger? logger) MESSAGE: Constructor 'NoOpSyncOrchestrator(ILogger? logger)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Hosting/Services/NoOpSyncOrchestrator.cs LINE: 21 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: Start() MESSAGE: Method 'Start()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Hosting/Services/NoOpSyncOrchestrator.cs LINE: 27 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: Stop() MESSAGE: Method 'Stop()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Hosting/Services/NoOpSyncOrchestrator.cs LINE: 33 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: Dispose() MESSAGE: Method 'Dispose()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Core/VectorClock.cs LINE: 176 CATEGORY: MissingInheritDoc SEVERITY: Error MEMBER: Method SIGNATURE: ToString() MESSAGE: Inherited method 'ToString()' should use for documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Network/CBDDCNode.cs LINE: 162 CATEGORY: MissingInheritDoc SEVERITY: Error MEMBER: Method SIGNATURE: ToString() MESSAGE: Inherited method 'ToString()' should use for documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.BLite/BLiteDocumentMetadataStore.cs LINE: 19 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Constructor SIGNATURE: BLiteDocumentMetadataStore(TDbContext context, ILogger<BLiteDocumentMetadataStore>? logger) MESSAGE: Constructor 'BLiteDocumentMetadataStore(TDbContext context, ILogger<BLiteDocumentMetadataStore>? logger)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.BLite/BLiteDocumentStore.cs LINE: 50 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Constructor SIGNATURE: BLiteDocumentStore(TDbContext context, IPeerNodeConfigurationProvider configProvider, IVectorClockService vectorClockService, IConflictResolver? conflictResolver, ILogger? logger) MESSAGE: Constructor 'BLiteDocumentStore(TDbContext context, IPeerNodeConfigurationProvider configProvider, IVectorClockService vectorClockService, IConflictResolver? conflictResolver, ILogger? logger)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.BLite/BLiteDocumentStore.cs LINE: 101 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Constructor SIGNATURE: CdcObserver(string collectionName, Func<TEntity, string> keySelector, BLiteDocumentStore store) MESSAGE: Constructor 'CdcObserver(string collectionName, Func<TEntity, string> keySelector, BLiteDocumentStore store)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.BLite/BLiteDocumentStore.cs LINE: 111 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: OnNext(ChangeStreamEvent<string, TEntity> changeEvent) MESSAGE: Method 'OnNext(ChangeStreamEvent<string, TEntity> changeEvent)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.BLite/BLiteDocumentStore.cs LINE: 131 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: OnError(Exception error) MESSAGE: Method 'OnError(Exception error)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.BLite/BLiteDocumentStore.cs LINE: 132 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: OnCompleted() MESSAGE: Method 'OnCompleted()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.BLite/BLiteDocumentStore.cs LINE: 143 CATEGORY: MissingParam SEVERITY: Warning MEMBER: Method SIGNATURE: ApplyContentToEntityAsync(string collection, string key, JsonElement content, CancellationToken cancellationToken) MESSAGE: Method 'ApplyContentToEntityAsync(string collection, string key, JsonElement content, CancellationToken cancellationToken)' is missing documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.BLite/BLiteDocumentStore.cs LINE: 143 CATEGORY: MissingParam SEVERITY: Warning MEMBER: Method SIGNATURE: ApplyContentToEntityAsync(string collection, string key, JsonElement content, CancellationToken cancellationToken) MESSAGE: Method 'ApplyContentToEntityAsync(string collection, string key, JsonElement content, CancellationToken cancellationToken)' is missing documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.BLite/BLiteDocumentStore.cs LINE: 143 CATEGORY: MissingParam SEVERITY: Warning MEMBER: Method SIGNATURE: ApplyContentToEntityAsync(string collection, string key, JsonElement content, CancellationToken cancellationToken) MESSAGE: Method 'ApplyContentToEntityAsync(string collection, string key, JsonElement content, CancellationToken cancellationToken)' is missing documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.BLite/BLiteDocumentStore.cs LINE: 143 CATEGORY: MissingParam SEVERITY: Warning MEMBER: Method SIGNATURE: ApplyContentToEntityAsync(string collection, string key, JsonElement content, CancellationToken cancellationToken) MESSAGE: Method 'ApplyContentToEntityAsync(string collection, string key, JsonElement content, CancellationToken cancellationToken)' is missing documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.BLite/BLiteDocumentStore.cs LINE: 150 CATEGORY: MissingParam SEVERITY: Warning MEMBER: Method SIGNATURE: ApplyContentToEntitiesBatchAsync(IEnumerable<(string Collection, string Key, JsonElement Content)> documents, CancellationToken cancellationToken) MESSAGE: Method 'ApplyContentToEntitiesBatchAsync(IEnumerable<(string Collection, string Key, JsonElement Content)> documents, CancellationToken cancellationToken)' is missing documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.BLite/BLiteDocumentStore.cs LINE: 150 CATEGORY: MissingParam SEVERITY: Warning MEMBER: Method SIGNATURE: ApplyContentToEntitiesBatchAsync(IEnumerable<(string Collection, string Key, JsonElement Content)> documents, CancellationToken cancellationToken) MESSAGE: Method 'ApplyContentToEntitiesBatchAsync(IEnumerable<(string Collection, string Key, JsonElement Content)> documents, CancellationToken cancellationToken)' is missing documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.BLite/BLiteDocumentStore.cs LINE: 156 CATEGORY: MissingParam SEVERITY: Warning MEMBER: Method SIGNATURE: GetEntityAsJsonAsync(string collection, string key, CancellationToken cancellationToken) MESSAGE: Method 'GetEntityAsJsonAsync(string collection, string key, CancellationToken cancellationToken)' is missing documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.BLite/BLiteDocumentStore.cs LINE: 156 CATEGORY: MissingParam SEVERITY: Warning MEMBER: Method SIGNATURE: GetEntityAsJsonAsync(string collection, string key, CancellationToken cancellationToken) MESSAGE: Method 'GetEntityAsJsonAsync(string collection, string key, CancellationToken cancellationToken)' is missing documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.BLite/BLiteDocumentStore.cs LINE: 156 CATEGORY: MissingParam SEVERITY: Warning MEMBER: Method SIGNATURE: GetEntityAsJsonAsync(string collection, string key, CancellationToken cancellationToken) MESSAGE: Method 'GetEntityAsJsonAsync(string collection, string key, CancellationToken cancellationToken)' is missing documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.BLite/BLiteDocumentStore.cs LINE: 162 CATEGORY: MissingParam SEVERITY: Warning MEMBER: Method SIGNATURE: RemoveEntityAsync(string collection, string key, CancellationToken cancellationToken) MESSAGE: Method 'RemoveEntityAsync(string collection, string key, CancellationToken cancellationToken)' is missing documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.BLite/BLiteDocumentStore.cs LINE: 162 CATEGORY: MissingParam SEVERITY: Warning MEMBER: Method SIGNATURE: RemoveEntityAsync(string collection, string key, CancellationToken cancellationToken) MESSAGE: Method 'RemoveEntityAsync(string collection, string key, CancellationToken cancellationToken)' is missing documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.BLite/BLiteDocumentStore.cs LINE: 162 CATEGORY: MissingParam SEVERITY: Warning MEMBER: Method SIGNATURE: RemoveEntityAsync(string collection, string key, CancellationToken cancellationToken) MESSAGE: Method 'RemoveEntityAsync(string collection, string key, CancellationToken cancellationToken)' is missing documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.BLite/BLiteDocumentStore.cs LINE: 168 CATEGORY: MissingParam SEVERITY: Warning MEMBER: Method SIGNATURE: RemoveEntitiesBatchAsync(IEnumerable<(string Collection, string Key)> documents, CancellationToken cancellationToken) MESSAGE: Method 'RemoveEntitiesBatchAsync(IEnumerable<(string Collection, string Key)> documents, CancellationToken cancellationToken)' is missing documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.BLite/BLiteDocumentStore.cs LINE: 168 CATEGORY: MissingParam SEVERITY: Warning MEMBER: Method SIGNATURE: RemoveEntitiesBatchAsync(IEnumerable<(string Collection, string Key)> documents, CancellationToken cancellationToken) MESSAGE: Method 'RemoveEntitiesBatchAsync(IEnumerable<(string Collection, string Key)> documents, CancellationToken cancellationToken)' is missing documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.BLite/BLiteDocumentStore.cs LINE: 174 CATEGORY: MissingParam SEVERITY: Warning MEMBER: Method SIGNATURE: GetAllEntitiesAsJsonAsync(string collection, CancellationToken cancellationToken) MESSAGE: Method 'GetAllEntitiesAsJsonAsync(string collection, CancellationToken cancellationToken)' is missing documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.BLite/BLiteDocumentStore.cs LINE: 174 CATEGORY: MissingParam SEVERITY: Warning MEMBER: Method SIGNATURE: GetAllEntitiesAsJsonAsync(string collection, CancellationToken cancellationToken) MESSAGE: Method 'GetAllEntitiesAsJsonAsync(string collection, CancellationToken cancellationToken)' is missing documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.BLite/BLiteDocumentStore.cs LINE: 186 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: GetDocumentAsync(string collection, string key, CancellationToken cancellationToken) MESSAGE: Method 'GetDocumentAsync(string collection, string key, CancellationToken cancellationToken)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.BLite/BLiteDocumentStore.cs LINE: 195 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: GetDocumentsByCollectionAsync(string collection, CancellationToken cancellationToken) MESSAGE: Method 'GetDocumentsByCollectionAsync(string collection, CancellationToken cancellationToken)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.BLite/BLiteDocumentStore.cs LINE: 202 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: GetDocumentsAsync(List<(string Collection, string Key)> documentKeys, CancellationToken cancellationToken) MESSAGE: Method 'GetDocumentsAsync(List<(string Collection, string Key)> documentKeys, CancellationToken cancellationToken)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.BLite/BLiteDocumentStore.cs LINE: 216 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: PutDocumentAsync(Document document, CancellationToken cancellationToken) MESSAGE: Method 'PutDocumentAsync(Document document, CancellationToken cancellationToken)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.BLite/BLiteDocumentStore.cs LINE: 235 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: UpdateBatchDocumentsAsync(IEnumerable documents, CancellationToken cancellationToken) MESSAGE: Method 'UpdateBatchDocumentsAsync(IEnumerable documents, CancellationToken cancellationToken)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.BLite/BLiteDocumentStore.cs LINE: 250 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: InsertBatchDocumentsAsync(IEnumerable documents, CancellationToken cancellationToken) MESSAGE: Method 'InsertBatchDocumentsAsync(IEnumerable documents, CancellationToken cancellationToken)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.BLite/BLiteDocumentStore.cs LINE: 265 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: DeleteDocumentAsync(string collection, string key, CancellationToken cancellationToken) MESSAGE: Method 'DeleteDocumentAsync(string collection, string key, CancellationToken cancellationToken)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.BLite/BLiteDocumentStore.cs LINE: 284 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: DeleteBatchDocumentsAsync(IEnumerable documentKeys, CancellationToken cancellationToken) MESSAGE: Method 'DeleteBatchDocumentsAsync(IEnumerable documentKeys, CancellationToken cancellationToken)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.BLite/BLiteDocumentStore.cs LINE: 314 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: MergeAsync(Document incoming, CancellationToken cancellationToken) MESSAGE: Method 'MergeAsync(Document incoming, CancellationToken cancellationToken)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.BLite/BLiteDocumentStore.cs LINE: 347 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: DropAsync(CancellationToken cancellationToken) MESSAGE: Method 'DropAsync(CancellationToken cancellationToken)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.BLite/BLiteDocumentStore.cs LINE: 359 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: ExportAsync(CancellationToken cancellationToken) MESSAGE: Method 'ExportAsync(CancellationToken cancellationToken)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.BLite/BLiteDocumentStore.cs LINE: 370 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: ImportAsync(IEnumerable items, CancellationToken cancellationToken) MESSAGE: Method 'ImportAsync(IEnumerable items, CancellationToken cancellationToken)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.BLite/BLiteDocumentStore.cs LINE: 384 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: MergeAsync(IEnumerable items, CancellationToken cancellationToken) MESSAGE: Method 'MergeAsync(IEnumerable items, CancellationToken cancellationToken)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.BLite/BLiteDocumentStore.cs LINE: 415 CATEGORY: MissingParam SEVERITY: Warning MEMBER: Method SIGNATURE: OnLocalChangeDetectedAsync(string collection, string key, OperationType operationType, JsonElement? content, CancellationToken cancellationToken) MESSAGE: Method 'OnLocalChangeDetectedAsync(string collection, string key, OperationType operationType, JsonElement? content, CancellationToken cancellationToken)' is missing documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.BLite/BLiteDocumentStore.cs LINE: 415 CATEGORY: MissingParam SEVERITY: Warning MEMBER: Method SIGNATURE: OnLocalChangeDetectedAsync(string collection, string key, OperationType operationType, JsonElement? content, CancellationToken cancellationToken) MESSAGE: Method 'OnLocalChangeDetectedAsync(string collection, string key, OperationType operationType, JsonElement? content, CancellationToken cancellationToken)' is missing documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.BLite/BLiteDocumentStore.cs LINE: 415 CATEGORY: MissingParam SEVERITY: Warning MEMBER: Method SIGNATURE: OnLocalChangeDetectedAsync(string collection, string key, OperationType operationType, JsonElement? content, CancellationToken cancellationToken) MESSAGE: Method 'OnLocalChangeDetectedAsync(string collection, string key, OperationType operationType, JsonElement? content, CancellationToken cancellationToken)' is missing documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.BLite/BLiteDocumentStore.cs LINE: 415 CATEGORY: MissingParam SEVERITY: Warning MEMBER: Method SIGNATURE: OnLocalChangeDetectedAsync(string collection, string key, OperationType operationType, JsonElement? content, CancellationToken cancellationToken) MESSAGE: Method 'OnLocalChangeDetectedAsync(string collection, string key, OperationType operationType, JsonElement? content, CancellationToken cancellationToken)' is missing documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.BLite/BLiteDocumentStore.cs LINE: 415 CATEGORY: MissingParam SEVERITY: Warning MEMBER: Method SIGNATURE: OnLocalChangeDetectedAsync(string collection, string key, OperationType operationType, JsonElement? content, CancellationToken cancellationToken) MESSAGE: Method 'OnLocalChangeDetectedAsync(string collection, string key, OperationType operationType, JsonElement? content, CancellationToken cancellationToken)' is missing documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.BLite/BLiteDocumentStore.cs LINE: 527 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Constructor SIGNATURE: RemoteSyncScope(SemaphoreSlim guard) MESSAGE: Constructor 'RemoteSyncScope(SemaphoreSlim guard)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.BLite/BLiteDocumentStore.cs LINE: 532 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: Dispose() MESSAGE: Method 'Dispose()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.BLite/BLiteDocumentStore.cs LINE: 540 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: Dispose() MESSAGE: Method 'Dispose()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.BLite/BLiteOplogStore.cs LINE: 16 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Constructor SIGNATURE: BLiteOplogStore(TDbContext dbContext, IDocumentStore documentStore, IConflictResolver conflictResolver, IVectorClockService vectorClockService, ISnapshotMetadataStore? snapshotMetadataStore, ILogger<BLiteOplogStore>? logger) MESSAGE: Constructor 'BLiteOplogStore(TDbContext dbContext, IDocumentStore documentStore, IConflictResolver conflictResolver, IVectorClockService vectorClockService, ISnapshotMetadataStore? snapshotMetadataStore, ILogger<BLiteOplogStore>? logger)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.BLite/BLiteOplogStore.cs LINE: 28 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: ApplyBatchAsync(IEnumerable oplogEntries, CancellationToken cancellationToken) MESSAGE: Method 'ApplyBatchAsync(IEnumerable oplogEntries, CancellationToken cancellationToken)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.BLite/BLiteOplogStore.cs LINE: 36 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: DropAsync(CancellationToken cancellationToken) MESSAGE: Method 'DropAsync(CancellationToken cancellationToken)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.BLite/BLiteOplogStore.cs LINE: 44 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: ExportAsync(CancellationToken cancellationToken) MESSAGE: Method 'ExportAsync(CancellationToken cancellationToken)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.BLite/BLiteOplogStore.cs LINE: 49 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: GetChainRangeAsync(string startHash, string endHash, CancellationToken cancellationToken) MESSAGE: Method 'GetChainRangeAsync(string startHash, string endHash, CancellationToken cancellationToken)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.BLite/BLiteOplogStore.cs LINE: 72 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: GetEntryByHashAsync(string hash, CancellationToken cancellationToken) MESSAGE: Method 'GetEntryByHashAsync(string hash, CancellationToken cancellationToken)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.BLite/BLiteOplogStore.cs LINE: 78 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: GetOplogAfterAsync(HlcTimestamp timestamp, IEnumerable? collections, CancellationToken cancellationToken) MESSAGE: Method 'GetOplogAfterAsync(HlcTimestamp timestamp, IEnumerable? collections, CancellationToken cancellationToken)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.BLite/BLiteOplogStore.cs LINE: 95 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: GetOplogForNodeAfterAsync(string nodeId, HlcTimestamp since, IEnumerable? collections, CancellationToken cancellationToken) MESSAGE: Method 'GetOplogForNodeAfterAsync(string nodeId, HlcTimestamp since, IEnumerable? collections, CancellationToken cancellationToken)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.BLite/BLiteOplogStore.cs LINE: 113 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: ImportAsync(IEnumerable items, CancellationToken cancellationToken) MESSAGE: Method 'ImportAsync(IEnumerable items, CancellationToken cancellationToken)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.BLite/BLiteOplogStore.cs LINE: 122 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: MergeAsync(IEnumerable items, CancellationToken cancellationToken) MESSAGE: Method 'MergeAsync(IEnumerable items, CancellationToken cancellationToken)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.BLite/BLiteOplogStore.cs LINE: 136 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: PruneOplogAsync(HlcTimestamp cutoff, CancellationToken cancellationToken) MESSAGE: Method 'PruneOplogAsync(HlcTimestamp cutoff, CancellationToken cancellationToken)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.BLite/BLiteOplogStore.cs LINE: 146 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: InitializeVectorClock() MESSAGE: Method 'InitializeVectorClock()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.BLite/BLiteOplogStore.cs LINE: 205 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: InsertOplogEntryAsync(OplogEntry entry, CancellationToken cancellationToken) MESSAGE: Method 'InsertOplogEntryAsync(OplogEntry entry, CancellationToken cancellationToken)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.BLite/BLiteOplogStore.cs LINE: 210 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: QueryLastHashForNodeAsync(string nodeId, CancellationToken cancellationToken) MESSAGE: Method 'QueryLastHashForNodeAsync(string nodeId, CancellationToken cancellationToken)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.BLite/BLiteOplogStore.cs LINE: 220 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: QueryLastHashTimestampFromOplogAsync(string hash, CancellationToken cancellationToken) MESSAGE: Method 'QueryLastHashTimestampFromOplogAsync(string hash, CancellationToken cancellationToken)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.BLite/CBDDCDocumentDbContext.cs LINE: 57 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: OnModelCreating(ModelBuilder modelBuilder) MESSAGE: Method 'OnModelCreating(ModelBuilder modelBuilder)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.BLite/Entities/EntityMappers.cs LINE: 17 CATEGORY: MissingParam SEVERITY: Warning MEMBER: Method SIGNATURE: ToEntity(OplogEntry entry) MESSAGE: Method 'ToEntity(OplogEntry entry)' is missing documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.BLite/Entities/EntityMappers.cs LINE: 38 CATEGORY: MissingParam SEVERITY: Warning MEMBER: Method SIGNATURE: ToDomain(OplogEntity entity) MESSAGE: Method 'ToDomain(OplogEntity entity)' is missing documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.BLite/Entities/EntityMappers.cs LINE: 60 CATEGORY: MissingParam SEVERITY: Warning MEMBER: Method SIGNATURE: ToDomain(IEnumerable entities) MESSAGE: Method 'ToDomain(IEnumerable entities)' is missing documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.BLite/Entities/EntityMappers.cs LINE: 72 CATEGORY: MissingParam SEVERITY: Warning MEMBER: Method SIGNATURE: ToEntity(SnapshotMetadata metadata) MESSAGE: Method 'ToEntity(SnapshotMetadata metadata)' is missing documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.BLite/Entities/EntityMappers.cs LINE: 87 CATEGORY: MissingParam SEVERITY: Warning MEMBER: Method SIGNATURE: ToDomain(SnapshotMetadataEntity entity) MESSAGE: Method 'ToDomain(SnapshotMetadataEntity entity)' is missing documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.BLite/Entities/EntityMappers.cs LINE: 101 CATEGORY: MissingParam SEVERITY: Warning MEMBER: Method SIGNATURE: ToDomain(IEnumerable entities) MESSAGE: Method 'ToDomain(IEnumerable entities)' is missing documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.BLite/Entities/EntityMappers.cs LINE: 113 CATEGORY: MissingParam SEVERITY: Warning MEMBER: Method SIGNATURE: ToEntity(RemotePeerConfiguration config) MESSAGE: Method 'ToEntity(RemotePeerConfiguration config)' is missing documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.BLite/Entities/EntityMappers.cs LINE: 132 CATEGORY: MissingParam SEVERITY: Warning MEMBER: Method SIGNATURE: ToDomain(RemotePeerEntity entity) MESSAGE: Method 'ToDomain(RemotePeerEntity entity)' is missing documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.BLite/Entities/EntityMappers.cs LINE: 154 CATEGORY: MissingParam SEVERITY: Warning MEMBER: Method SIGNATURE: ToDomain(IEnumerable entities) MESSAGE: Method 'ToDomain(IEnumerable entities)' is missing documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.BLite/Entities/EntityMappers.cs LINE: 167 CATEGORY: MissingParam SEVERITY: Warning MEMBER: Method SIGNATURE: CreateDocumentMetadata(string collection, string key, HlcTimestamp timestamp, bool isDeleted) MESSAGE: Method 'CreateDocumentMetadata(string collection, string key, HlcTimestamp timestamp, bool isDeleted)' is missing documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.BLite/Entities/EntityMappers.cs LINE: 167 CATEGORY: MissingParam SEVERITY: Warning MEMBER: Method SIGNATURE: CreateDocumentMetadata(string collection, string key, HlcTimestamp timestamp, bool isDeleted) MESSAGE: Method 'CreateDocumentMetadata(string collection, string key, HlcTimestamp timestamp, bool isDeleted)' is missing documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.BLite/Entities/EntityMappers.cs LINE: 167 CATEGORY: MissingParam SEVERITY: Warning MEMBER: Method SIGNATURE: CreateDocumentMetadata(string collection, string key, HlcTimestamp timestamp, bool isDeleted) MESSAGE: Method 'CreateDocumentMetadata(string collection, string key, HlcTimestamp timestamp, bool isDeleted)' is missing documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.BLite/Entities/EntityMappers.cs LINE: 167 CATEGORY: MissingParam SEVERITY: Warning MEMBER: Method SIGNATURE: CreateDocumentMetadata(string collection, string key, HlcTimestamp timestamp, bool isDeleted) MESSAGE: Method 'CreateDocumentMetadata(string collection, string key, HlcTimestamp timestamp, bool isDeleted)' is missing documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.EntityFramework/CBDDCEntityFrameworkExtensions.cs LINE: 20 CATEGORY: MissingTypeParam SEVERITY: Warning MEMBER: Method SIGNATURE: AddCBDDCEntityFramework(IServiceCollection services) MESSAGE: Method 'AddCBDDCEntityFramework(IServiceCollection services)' is missing documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.EntityFramework/CBDDCEntityFrameworkExtensions.cs LINE: 20 CATEGORY: MissingParam SEVERITY: Warning MEMBER: Method SIGNATURE: AddCBDDCEntityFramework(IServiceCollection services) MESSAGE: Method 'AddCBDDCEntityFramework(IServiceCollection services)' is missing documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.EntityFramework/CBDDCEntityFrameworkExtensions.cs LINE: 35 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: ApplyCBDDCEntityFrameworkConfigurations(ModelBuilder modelBuilder) MESSAGE: Method 'ApplyCBDDCEntityFrameworkConfigurations(ModelBuilder modelBuilder)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.EntityFramework/Configurations/DocumentMetadataEntityConfiguration.cs LINE: 12 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: Configure(EntityTypeBuilder builder) MESSAGE: Method 'Configure(EntityTypeBuilder builder)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.EntityFramework/Configurations/OplogEntityConfiguration.cs LINE: 11 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: Configure(EntityTypeBuilder builder) MESSAGE: Method 'Configure(EntityTypeBuilder builder)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.EntityFramework/Configurations/RemotePeerEntityConfiguration.cs LINE: 10 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: Configure(EntityTypeBuilder builder) MESSAGE: Method 'Configure(EntityTypeBuilder builder)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.EntityFramework/Configurations/SnapshotMetadataEntityConfiguration.cs LINE: 10 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: Configure(EntityTypeBuilder builder) MESSAGE: Method 'Configure(EntityTypeBuilder builder)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.EntityFramework/EfCoreDocumentStore.cs LINE: 43 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Constructor SIGNATURE: EfCoreDocumentStore(TDbContext context, IPeerNodeConfigurationProvider configProvider, IConflictResolver? conflictResolver, ILogger? logger) MESSAGE: Constructor 'EfCoreDocumentStore(TDbContext context, IPeerNodeConfigurationProvider configProvider, IConflictResolver? conflictResolver, ILogger? logger)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.EntityFramework/EfCoreDocumentStore.cs LINE: 63 CATEGORY: MissingParam SEVERITY: Warning MEMBER: Method SIGNATURE: ApplyContentToEntityAsync(string collection, string key, JsonElement content, CancellationToken cancellationToken) MESSAGE: Method 'ApplyContentToEntityAsync(string collection, string key, JsonElement content, CancellationToken cancellationToken)' is missing documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.EntityFramework/EfCoreDocumentStore.cs LINE: 63 CATEGORY: MissingParam SEVERITY: Warning MEMBER: Method SIGNATURE: ApplyContentToEntityAsync(string collection, string key, JsonElement content, CancellationToken cancellationToken) MESSAGE: Method 'ApplyContentToEntityAsync(string collection, string key, JsonElement content, CancellationToken cancellationToken)' is missing documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.EntityFramework/EfCoreDocumentStore.cs LINE: 63 CATEGORY: MissingParam SEVERITY: Warning MEMBER: Method SIGNATURE: ApplyContentToEntityAsync(string collection, string key, JsonElement content, CancellationToken cancellationToken) MESSAGE: Method 'ApplyContentToEntityAsync(string collection, string key, JsonElement content, CancellationToken cancellationToken)' is missing documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.EntityFramework/EfCoreDocumentStore.cs LINE: 63 CATEGORY: MissingParam SEVERITY: Warning MEMBER: Method SIGNATURE: ApplyContentToEntityAsync(string collection, string key, JsonElement content, CancellationToken cancellationToken) MESSAGE: Method 'ApplyContentToEntityAsync(string collection, string key, JsonElement content, CancellationToken cancellationToken)' is missing documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.EntityFramework/EfCoreDocumentStore.cs LINE: 69 CATEGORY: MissingParam SEVERITY: Warning MEMBER: Method SIGNATURE: ApplyContentToEntitiesBatchAsync(IEnumerable<(string Collection, string Key, JsonElement Content)> documents, CancellationToken cancellationToken) MESSAGE: Method 'ApplyContentToEntitiesBatchAsync(IEnumerable<(string Collection, string Key, JsonElement Content)> documents, CancellationToken cancellationToken)' is missing documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.EntityFramework/EfCoreDocumentStore.cs LINE: 69 CATEGORY: MissingParam SEVERITY: Warning MEMBER: Method SIGNATURE: ApplyContentToEntitiesBatchAsync(IEnumerable<(string Collection, string Key, JsonElement Content)> documents, CancellationToken cancellationToken) MESSAGE: Method 'ApplyContentToEntitiesBatchAsync(IEnumerable<(string Collection, string Key, JsonElement Content)> documents, CancellationToken cancellationToken)' is missing documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.EntityFramework/EfCoreDocumentStore.cs LINE: 75 CATEGORY: MissingParam SEVERITY: Warning MEMBER: Method SIGNATURE: GetEntityAsJsonAsync(string collection, string key, CancellationToken cancellationToken) MESSAGE: Method 'GetEntityAsJsonAsync(string collection, string key, CancellationToken cancellationToken)' is missing documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.EntityFramework/EfCoreDocumentStore.cs LINE: 75 CATEGORY: MissingParam SEVERITY: Warning MEMBER: Method SIGNATURE: GetEntityAsJsonAsync(string collection, string key, CancellationToken cancellationToken) MESSAGE: Method 'GetEntityAsJsonAsync(string collection, string key, CancellationToken cancellationToken)' is missing documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.EntityFramework/EfCoreDocumentStore.cs LINE: 75 CATEGORY: MissingParam SEVERITY: Warning MEMBER: Method SIGNATURE: GetEntityAsJsonAsync(string collection, string key, CancellationToken cancellationToken) MESSAGE: Method 'GetEntityAsJsonAsync(string collection, string key, CancellationToken cancellationToken)' is missing documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.EntityFramework/EfCoreDocumentStore.cs LINE: 81 CATEGORY: MissingParam SEVERITY: Warning MEMBER: Method SIGNATURE: RemoveEntityAsync(string collection, string key, CancellationToken cancellationToken) MESSAGE: Method 'RemoveEntityAsync(string collection, string key, CancellationToken cancellationToken)' is missing documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.EntityFramework/EfCoreDocumentStore.cs LINE: 81 CATEGORY: MissingParam SEVERITY: Warning MEMBER: Method SIGNATURE: RemoveEntityAsync(string collection, string key, CancellationToken cancellationToken) MESSAGE: Method 'RemoveEntityAsync(string collection, string key, CancellationToken cancellationToken)' is missing documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.EntityFramework/EfCoreDocumentStore.cs LINE: 81 CATEGORY: MissingParam SEVERITY: Warning MEMBER: Method SIGNATURE: RemoveEntityAsync(string collection, string key, CancellationToken cancellationToken) MESSAGE: Method 'RemoveEntityAsync(string collection, string key, CancellationToken cancellationToken)' is missing documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.EntityFramework/EfCoreDocumentStore.cs LINE: 87 CATEGORY: MissingParam SEVERITY: Warning MEMBER: Method SIGNATURE: RemoveEntitiesBatchAsync(IEnumerable<(string Collection, string Key)> documents, CancellationToken cancellationToken) MESSAGE: Method 'RemoveEntitiesBatchAsync(IEnumerable<(string Collection, string Key)> documents, CancellationToken cancellationToken)' is missing documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.EntityFramework/EfCoreDocumentStore.cs LINE: 87 CATEGORY: MissingParam SEVERITY: Warning MEMBER: Method SIGNATURE: RemoveEntitiesBatchAsync(IEnumerable<(string Collection, string Key)> documents, CancellationToken cancellationToken) MESSAGE: Method 'RemoveEntitiesBatchAsync(IEnumerable<(string Collection, string Key)> documents, CancellationToken cancellationToken)' is missing documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.EntityFramework/EfCoreDocumentStore.cs LINE: 93 CATEGORY: MissingParam SEVERITY: Warning MEMBER: Method SIGNATURE: GetAllEntitiesAsJsonAsync(string collection, CancellationToken cancellationToken) MESSAGE: Method 'GetAllEntitiesAsJsonAsync(string collection, CancellationToken cancellationToken)' is missing documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.EntityFramework/EfCoreDocumentStore.cs LINE: 93 CATEGORY: MissingParam SEVERITY: Warning MEMBER: Method SIGNATURE: GetAllEntitiesAsJsonAsync(string collection, CancellationToken cancellationToken) MESSAGE: Method 'GetAllEntitiesAsJsonAsync(string collection, CancellationToken cancellationToken)' is missing documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.EntityFramework/EfCoreDocumentStore.cs LINE: 100 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Property SIGNATURE: InterestedCollection MESSAGE: Property 'InterestedCollection' is missing XML documentation
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.EntityFramework/EfCoreDocumentStore.cs LINE: 102 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: GetDocumentAsync(string collection, string key, CancellationToken cancellationToken) MESSAGE: Method 'GetDocumentAsync(string collection, string key, CancellationToken cancellationToken)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.EntityFramework/EfCoreDocumentStore.cs LINE: 118 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: GetDocumentsByCollectionAsync(string collection, CancellationToken cancellationToken) MESSAGE: Method 'GetDocumentsByCollectionAsync(string collection, CancellationToken cancellationToken)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.EntityFramework/EfCoreDocumentStore.cs LINE: 136 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: GetDocumentsAsync(List<(string Collection, string Key)> documentKeys, CancellationToken cancellationToken) MESSAGE: Method 'GetDocumentsAsync(List<(string Collection, string Key)> documentKeys, CancellationToken cancellationToken)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.EntityFramework/EfCoreDocumentStore.cs LINE: 150 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: PutDocumentAsync(Document document, CancellationToken cancellationToken) MESSAGE: Method 'PutDocumentAsync(Document document, CancellationToken cancellationToken)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.EntityFramework/EfCoreDocumentStore.cs LINE: 169 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: UpdateBatchDocumentsAsync(IEnumerable documents, CancellationToken cancellationToken) MESSAGE: Method 'UpdateBatchDocumentsAsync(IEnumerable documents, CancellationToken cancellationToken)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.EntityFramework/EfCoreDocumentStore.cs LINE: 184 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: InsertBatchDocumentsAsync(IEnumerable documents, CancellationToken cancellationToken) MESSAGE: Method 'InsertBatchDocumentsAsync(IEnumerable documents, CancellationToken cancellationToken)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.EntityFramework/EfCoreDocumentStore.cs LINE: 199 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: DeleteDocumentAsync(string collection, string key, CancellationToken cancellationToken) MESSAGE: Method 'DeleteDocumentAsync(string collection, string key, CancellationToken cancellationToken)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.EntityFramework/EfCoreDocumentStore.cs LINE: 218 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: DeleteBatchDocumentsAsync(IEnumerable documentKeys, CancellationToken cancellationToken) MESSAGE: Method 'DeleteBatchDocumentsAsync(IEnumerable documentKeys, CancellationToken cancellationToken)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.EntityFramework/EfCoreDocumentStore.cs LINE: 248 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: MergeAsync(Document incoming, CancellationToken cancellationToken) MESSAGE: Method 'MergeAsync(Document incoming, CancellationToken cancellationToken)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.EntityFramework/EfCoreDocumentStore.cs LINE: 279 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: DropAsync(CancellationToken cancellationToken) MESSAGE: Method 'DropAsync(CancellationToken cancellationToken)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.EntityFramework/EfCoreDocumentStore.cs LINE: 291 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: ExportAsync(CancellationToken cancellationToken) MESSAGE: Method 'ExportAsync(CancellationToken cancellationToken)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.EntityFramework/EfCoreDocumentStore.cs LINE: 302 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: ImportAsync(IEnumerable items, CancellationToken cancellationToken) MESSAGE: Method 'ImportAsync(IEnumerable items, CancellationToken cancellationToken)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.EntityFramework/EfCoreDocumentStore.cs LINE: 316 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: MergeAsync(IEnumerable items, CancellationToken cancellationToken) MESSAGE: Method 'MergeAsync(IEnumerable items, CancellationToken cancellationToken)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.EntityFramework/EfCoreDocumentStore.cs LINE: 443 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Constructor SIGNATURE: RemoteSyncScope(SemaphoreSlim guard) MESSAGE: Constructor 'RemoteSyncScope(SemaphoreSlim guard)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.EntityFramework/EfCoreDocumentStore.cs LINE: 448 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: Dispose() MESSAGE: Method 'Dispose()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.EntityFramework/EfCoreDocumentStore.cs LINE: 456 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: Dispose() MESSAGE: Method 'Dispose()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.EntityFramework/EfCoreOplogStore.cs LINE: 18 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Property SIGNATURE: NodeId MESSAGE: Property 'NodeId' is missing XML documentation
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.EntityFramework/EfCoreOplogStore.cs LINE: 19 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Property SIGNATURE: MaxEntry MESSAGE: Property 'MaxEntry' is missing XML documentation
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.EntityFramework/EfCoreOplogStore.cs LINE: 26 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Constructor SIGNATURE: EfCoreOplogStore(TDbContext context, IDocumentStore documentStore, ISnapshotMetadataStore snapshotMetadataStore, IVectorClockService vectorClockService, IConflictResolver? conflictResolver, ILogger<EfCoreOplogStore>? logger) MESSAGE: Constructor 'EfCoreOplogStore(TDbContext context, IDocumentStore documentStore, ISnapshotMetadataStore snapshotMetadataStore, IVectorClockService vectorClockService, IConflictResolver? conflictResolver, ILogger<EfCoreOplogStore>? logger)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.EntityFramework/EfCoreOplogStore.cs LINE: 292 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: PruneOplogAsync(HlcTimestamp cutoff, CancellationToken cancellationToken) MESSAGE: Method 'PruneOplogAsync(HlcTimestamp cutoff, CancellationToken cancellationToken)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.EntityFramework/EfCorePeerConfigurationStore.cs LINE: 15 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Constructor SIGNATURE: EfCorePeerConfigurationStore(TDbContext context, ILogger<EfCorePeerConfigurationStore> logger) MESSAGE: Constructor 'EfCorePeerConfigurationStore(TDbContext context, ILogger<EfCorePeerConfigurationStore> logger)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.EntityFramework/EfCorePeerConfigurationStore.cs LINE: 21 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: DropAsync(CancellationToken cancellationToken) MESSAGE: Method 'DropAsync(CancellationToken cancellationToken)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.EntityFramework/EfCorePeerConfigurationStore.cs LINE: 40 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: ExportAsync(CancellationToken cancellationToken) MESSAGE: Method 'ExportAsync(CancellationToken cancellationToken)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.EntityFramework/EfCoreSnapshotMetadaStore.cs LINE: 138 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: GetSnapshotMetadataAsync(string nodeId, CancellationToken cancellationToken) MESSAGE: Method 'GetSnapshotMetadataAsync(string nodeId, CancellationToken cancellationToken)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.EntityFramework/EfCoreSnapshotMetadaStore.cs LINE: 156 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: GetAllSnapshotMetadataAsync(CancellationToken cancellationToken) MESSAGE: Method 'GetAllSnapshotMetadataAsync(CancellationToken cancellationToken)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.EntityFramework/EfCoreSnapshotMetadaStore.cs LINE: 170 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: UpdateSnapshotMetadataAsync(SnapshotMetadata existingMeta, CancellationToken cancellationToken) MESSAGE: Method 'UpdateSnapshotMetadataAsync(SnapshotMetadata existingMeta, CancellationToken cancellationToken)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.EntityFramework/Entities/SnapshotMetadataEntity.cs LINE: 12 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Property SIGNATURE: NodeId MESSAGE: Property 'NodeId' is missing XML documentation
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.EntityFramework/Entities/SnapshotMetadataEntity.cs LINE: 16 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Property SIGNATURE: TimestampPhysicalTime MESSAGE: Property 'TimestampPhysicalTime' is missing XML documentation
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.EntityFramework/Entities/SnapshotMetadataEntity.cs LINE: 17 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Property SIGNATURE: TimestampLogicalCounter MESSAGE: Property 'TimestampLogicalCounter' is missing XML documentation
FILE: /Users/dohertj2/Desktop/CBDDC/src/ZB.MOM.WW.CBDDC.Persistence.EntityFramework/Entities/SnapshotMetadataEntity.cs LINE: 19 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Property SIGNATURE: Hash MESSAGE: Property 'Hash' is missing XML documentation
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Core.Tests/OplogEntryTests.cs LINE: 11 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: ComputeHash_ShouldBeDeterministic_RegardlessOfPayload() MESSAGE: Method 'ComputeHash_ShouldBeDeterministic_RegardlessOfPayload()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Core.Tests/OplogEntryTests.cs LINE: 32 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: ComputeHash_ShouldUseInvariantCulture_ForTimestamp() MESSAGE: Method 'ComputeHash_ShouldUseInvariantCulture_ForTimestamp()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Core.Tests/OplogEntryTests.cs LINE: 59 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: IsValid_ShouldReturnTrue_WhenHashMatches() MESSAGE: Method 'IsValid_ShouldReturnTrue_WhenHashMatches()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Core.Tests/PerformanceRegressionTests.cs LINE: 18 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Constructor SIGNATURE: PerformanceRegressionTests(ITestOutputHelper output) MESSAGE: Constructor 'PerformanceRegressionTests(ITestOutputHelper output)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Core.Tests/PerformanceRegressionTests.cs LINE: 42 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: RecursiveMerge_Simple_ShouldBeWithinLimits() MESSAGE: Method 'RecursiveMerge_Simple_ShouldBeWithinLimits()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Core.Tests/PerformanceRegressionTests.cs LINE: 77 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: RecursiveMerge_DeepArray_ShouldBeWithinLimits() MESSAGE: Method 'RecursiveMerge_DeepArray_ShouldBeWithinLimits()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Core.Tests/PerformanceRegressionTests.cs LINE: 114 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: ToOplogEntry(Document d, OperationType t) MESSAGE: Method 'ToOplogEntry(Document d, OperationType t)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Core.Tests/RecursiveNodeMergeConflictResolverTests.cs LINE: 12 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Constructor SIGNATURE: RecursiveNodeMergeConflictResolverTests() MESSAGE: Constructor 'RecursiveNodeMergeConflictResolverTests()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Core.Tests/RecursiveNodeMergeConflictResolverTests.cs LINE: 31 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: Resolve_ShouldMergeDisjointFields() MESSAGE: Method 'Resolve_ShouldMergeDisjointFields()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Core.Tests/RecursiveNodeMergeConflictResolverTests.cs LINE: 54 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: Resolve_ShouldPrioritizeHigherTimestamp_PrimitiveCollision() MESSAGE: Method 'Resolve_ShouldPrioritizeHigherTimestamp_PrimitiveCollision()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Core.Tests/RecursiveNodeMergeConflictResolverTests.cs LINE: 76 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: Resolve_ShouldRecursivelyMergeObjects() MESSAGE: Method 'Resolve_ShouldRecursivelyMergeObjects()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Core.Tests/RecursiveNodeMergeConflictResolverTests.cs LINE: 96 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: Resolve_ShouldMergeArraysById() MESSAGE: Method 'Resolve_ShouldMergeArraysById()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Core.Tests/RecursiveNodeMergeConflictResolverTests.cs LINE: 136 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: Resolve_ShouldFallbackToLWW_ForPrimitiveArrays() MESSAGE: Method 'Resolve_ShouldFallbackToLWW_ForPrimitiveArrays()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Core.Tests/VectorClockTests.cs LINE: 9 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: EmptyVectorClock_ShouldReturnDefaultTimestamp() MESSAGE: Method 'EmptyVectorClock_ShouldReturnDefaultTimestamp()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Core.Tests/VectorClockTests.cs LINE: 22 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: SetTimestamp_ShouldStoreTimestamp() MESSAGE: Method 'SetTimestamp_ShouldStoreTimestamp()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Core.Tests/VectorClockTests.cs LINE: 36 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: NodeIds_ShouldReturnAllNodes() MESSAGE: Method 'NodeIds_ShouldReturnAllNodes()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Core.Tests/VectorClockTests.cs LINE: 53 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: CompareTo_EqualClocks_ShouldReturnEqual() MESSAGE: Method 'CompareTo_EqualClocks_ShouldReturnEqual()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Core.Tests/VectorClockTests.cs LINE: 72 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: CompareTo_StrictlyAhead_ShouldReturnStrictlyAhead() MESSAGE: Method 'CompareTo_StrictlyAhead_ShouldReturnStrictlyAhead()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Core.Tests/VectorClockTests.cs LINE: 91 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: CompareTo_StrictlyBehind_ShouldReturnStrictlyBehind() MESSAGE: Method 'CompareTo_StrictlyBehind_ShouldReturnStrictlyBehind()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Core.Tests/VectorClockTests.cs LINE: 110 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: CompareTo_Concurrent_ShouldReturnConcurrent() MESSAGE: Method 'CompareTo_Concurrent_ShouldReturnConcurrent()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Core.Tests/VectorClockTests.cs LINE: 129 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: GetNodesWithUpdates_ShouldReturnNodesWhereOtherIsAhead() MESSAGE: Method 'GetNodesWithUpdates_ShouldReturnNodesWhereOtherIsAhead()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Core.Tests/VectorClockTests.cs LINE: 149 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: GetNodesToPush_ShouldReturnNodesWhereThisIsAhead() MESSAGE: Method 'GetNodesToPush_ShouldReturnNodesWhereThisIsAhead()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Core.Tests/VectorClockTests.cs LINE: 169 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: GetNodesWithUpdates_WhenNewNodeAppearsInOther_ShouldReturnIt() MESSAGE: Method 'GetNodesWithUpdates_WhenNewNodeAppearsInOther_ShouldReturnIt()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Core.Tests/VectorClockTests.cs LINE: 188 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: Merge_ShouldTakeMaximumForEachNode() MESSAGE: Method 'Merge_ShouldTakeMaximumForEachNode()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Core.Tests/VectorClockTests.cs LINE: 210 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: Clone_ShouldCreateIndependentCopy() MESSAGE: Method 'Clone_ShouldCreateIndependentCopy()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Core.Tests/VectorClockTests.cs LINE: 226 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: ToString_ShouldReturnReadableFormat() MESSAGE: Method 'ToString_ShouldReturnReadableFormat()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Core.Tests/VectorClockTests.cs LINE: 242 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: SplitBrainScenario_ShouldDetectConcurrency() MESSAGE: Method 'SplitBrainScenario_ShouldDetectConcurrency()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Network.Tests/BullyLeaderElectionServiceTests.cs LINE: 23 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: SingleNode_ShouldBecomeLeader() MESSAGE: Method 'SingleNode_ShouldBecomeLeader()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Network.Tests/BullyLeaderElectionServiceTests.cs LINE: 47 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: MultipleNodes_SmallestNodeIdShouldBeLeader() MESSAGE: Method 'MultipleNodes_SmallestNodeIdShouldBeLeader()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Network.Tests/BullyLeaderElectionServiceTests.cs LINE: 70 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: LocalNodeNotSmallest_ShouldNotBeLeader() MESSAGE: Method 'LocalNodeNotSmallest_ShouldNotBeLeader()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Network.Tests/BullyLeaderElectionServiceTests.cs LINE: 93 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: LeaderFailure_ShouldReelect() MESSAGE: Method 'LeaderFailure_ShouldReelect()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Network.Tests/BullyLeaderElectionServiceTests.cs LINE: 126 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: CloudPeersExcludedFromElection() MESSAGE: Method 'CloudPeersExcludedFromElection()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Network.Tests/ConnectionTests.cs LINE: 13 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: Server_Should_Reject_Clients_When_Limit_Reached() MESSAGE: Method 'Server_Should_Reject_Clients_When_Limit_Reached()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Network.Tests/CryptoHelperTests.cs LINE: 9 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: EncryptDecrypt_ShouldPreserveData() MESSAGE: Method 'EncryptDecrypt_ShouldPreserveData()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Network.Tests/CryptoHelperTests.cs LINE: 26 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: Decrypt_ShouldFail_IfTampered() MESSAGE: Method 'Decrypt_ShouldFail_IfTampered()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Network.Tests/HandshakeRegressionTests.cs LINE: 13 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: Server_Should_Call_HandshakeService_On_Client_Connection() MESSAGE: Method 'Server_Should_Call_HandshakeService_On_Client_Connection()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Network.Tests/ProtocolTests.cs LINE: 18 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Constructor SIGNATURE: ProtocolTests() MESSAGE: Constructor 'ProtocolTests()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Network.Tests/ProtocolTests.cs LINE: 23 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: RoundTrip_ShouldWorks_WithPlainMessage() MESSAGE: Method 'RoundTrip_ShouldWorks_WithPlainMessage()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Network.Tests/ProtocolTests.cs LINE: 43 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: RoundTrip_ShouldWork_WithCompression() MESSAGE: Method 'RoundTrip_ShouldWork_WithCompression()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Network.Tests/ProtocolTests.cs LINE: 64 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: RoundTrip_ShouldWork_WithEncryption() MESSAGE: Method 'RoundTrip_ShouldWork_WithEncryption()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Network.Tests/ProtocolTests.cs LINE: 88 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: RoundTrip_ShouldWork_WithEncryption_And_Compression() MESSAGE: Method 'RoundTrip_ShouldWork_WithEncryption_And_Compression()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Network.Tests/ProtocolTests.cs LINE: 116 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: ReadMessage_ShouldHandle_Fragmentation() MESSAGE: Method 'ReadMessage_ShouldHandle_Fragmentation()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Network.Tests/ProtocolTests.cs LINE: 141 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Constructor SIGNATURE: FragmentedMemoryStream(byte[] buffer, int chunkSize) MESSAGE: Constructor 'FragmentedMemoryStream(byte[] buffer, int chunkSize)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Network.Tests/ProtocolTests.cs LINE: 146 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: ReadAsync(byte[] buffer, int offset, int count, System.Threading.CancellationToken cancellationToken) MESSAGE: Method 'ReadAsync(byte[] buffer, int offset, int count, System.Threading.CancellationToken cancellationToken)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Network.Tests/SecureHandshakeTests.cs LINE: 13 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: Handshake_Should_Succeed_Between_Two_Services() MESSAGE: Method 'Handshake_Should_Succeed_Between_Two_Services()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Network.Tests/SecureHandshakeTests.cs LINE: 66 CATEGORY: MissingInheritDoc SEVERITY: Error MEMBER: Property SIGNATURE: CanRead MESSAGE: Inherited property 'CanRead' must have documentation
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Network.Tests/SecureHandshakeTests.cs LINE: 67 CATEGORY: MissingInheritDoc SEVERITY: Error MEMBER: Property SIGNATURE: CanSeek MESSAGE: Inherited property 'CanSeek' must have documentation
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Network.Tests/SecureHandshakeTests.cs LINE: 68 CATEGORY: MissingInheritDoc SEVERITY: Error MEMBER: Property SIGNATURE: CanWrite MESSAGE: Inherited property 'CanWrite' must have documentation
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Network.Tests/SecureHandshakeTests.cs LINE: 69 CATEGORY: MissingInheritDoc SEVERITY: Error MEMBER: Property SIGNATURE: Length MESSAGE: Inherited property 'Length' must have documentation
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Network.Tests/SecureHandshakeTests.cs LINE: 70 CATEGORY: MissingInheritDoc SEVERITY: Error MEMBER: Property SIGNATURE: Position MESSAGE: Inherited property 'Position' must have documentation
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Network.Tests/SecureHandshakeTests.cs LINE: 72 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: Flush() MESSAGE: Method 'Flush()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Network.Tests/SecureHandshakeTests.cs LINE: 74 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: Read(byte[] buffer, int offset, int count) MESSAGE: Method 'Read(byte[] buffer, int offset, int count)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Network.Tests/SecureHandshakeTests.cs LINE: 76 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: ReadAsync(byte[] buffer, int offset, int count, CancellationToken cancellationToken) MESSAGE: Method 'ReadAsync(byte[] buffer, int offset, int count, CancellationToken cancellationToken)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Network.Tests/SecureHandshakeTests.cs LINE: 95 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: Seek(long offset, SeekOrigin origin) MESSAGE: Method 'Seek(long offset, SeekOrigin origin)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Network.Tests/SecureHandshakeTests.cs LINE: 96 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: SetLength(long value) MESSAGE: Method 'SetLength(long value)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Network.Tests/SecureHandshakeTests.cs LINE: 98 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: Write(byte[] buffer, int offset, int count) MESSAGE: Method 'Write(byte[] buffer, int offset, int count)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Network.Tests/SecureHandshakeTests.cs LINE: 116 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Constructor SIGNATURE: DuplexStream(Stream readSource, Stream writeTarget) MESSAGE: Constructor 'DuplexStream(Stream readSource, Stream writeTarget)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Network.Tests/SecureHandshakeTests.cs LINE: 122 CATEGORY: MissingInheritDoc SEVERITY: Error MEMBER: Property SIGNATURE: CanRead MESSAGE: Inherited property 'CanRead' must have documentation
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Network.Tests/SecureHandshakeTests.cs LINE: 123 CATEGORY: MissingInheritDoc SEVERITY: Error MEMBER: Property SIGNATURE: CanSeek MESSAGE: Inherited property 'CanSeek' must have documentation
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Network.Tests/SecureHandshakeTests.cs LINE: 124 CATEGORY: MissingInheritDoc SEVERITY: Error MEMBER: Property SIGNATURE: CanWrite MESSAGE: Inherited property 'CanWrite' must have documentation
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Network.Tests/SecureHandshakeTests.cs LINE: 125 CATEGORY: MissingInheritDoc SEVERITY: Error MEMBER: Property SIGNATURE: Length MESSAGE: Inherited property 'Length' must have documentation
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Network.Tests/SecureHandshakeTests.cs LINE: 126 CATEGORY: MissingInheritDoc SEVERITY: Error MEMBER: Property SIGNATURE: Position MESSAGE: Inherited property 'Position' must have documentation
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Network.Tests/SecureHandshakeTests.cs LINE: 128 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: Flush() MESSAGE: Method 'Flush()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Network.Tests/SecureHandshakeTests.cs LINE: 130 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: Read(byte[] buffer, int offset, int count) MESSAGE: Method 'Read(byte[] buffer, int offset, int count)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Network.Tests/SecureHandshakeTests.cs LINE: 131 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: ReadAsync(byte[] buffer, int offset, int count, CancellationToken cancellationToken) MESSAGE: Method 'ReadAsync(byte[] buffer, int offset, int count, CancellationToken cancellationToken)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Network.Tests/SecureHandshakeTests.cs LINE: 134 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: Write(byte[] buffer, int offset, int count) MESSAGE: Method 'Write(byte[] buffer, int offset, int count)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Network.Tests/SecureHandshakeTests.cs LINE: 135 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: WriteAsync(byte[] buffer, int offset, int count, CancellationToken cancellationToken) MESSAGE: Method 'WriteAsync(byte[] buffer, int offset, int count, CancellationToken cancellationToken)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Network.Tests/SecureHandshakeTests.cs LINE: 138 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: Seek(long offset, SeekOrigin origin) MESSAGE: Method 'Seek(long offset, SeekOrigin origin)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Network.Tests/SecureHandshakeTests.cs LINE: 139 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: SetLength(long value) MESSAGE: Method 'SetLength(long value)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Network.Tests/SnapshotReconnectRegressionTests.cs LINE: 23 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Constructor SIGNATURE: TestableSyncOrchestrator(IDiscoveryService discovery, IOplogStore oplogStore, IDocumentStore documentStore, ISnapshotMetadataStore snapshotMetadataStore, ISnapshotService snapshotService, IPeerNodeConfigurationProvider peerNodeConfigurationProvider) MESSAGE: Constructor 'TestableSyncOrchestrator(IDiscoveryService discovery, IOplogStore oplogStore, IDocumentStore documentStore, ISnapshotMetadataStore snapshotMetadataStore, ISnapshotService snapshotService, IPeerNodeConfigurationProvider peerNodeConfigurationProvider)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Network.Tests/SnapshotReconnectRegressionTests.cs LINE: 34 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: TestProcessInboundBatchAsync(TcpPeerClient client, string peerNodeId, IList changes, CancellationToken token) MESSAGE: Method 'TestProcessInboundBatchAsync(TcpPeerClient client, string peerNodeId, IList changes, CancellationToken token)' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Network.Tests/SnapshotReconnectRegressionTests.cs LINE: 159 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: ProcessInboundBatch_ShouldSkipGapRecovery_WhenEntryMatchesSnapshotBoundary() MESSAGE: Method 'ProcessInboundBatch_ShouldSkipGapRecovery_WhenEntryMatchesSnapshotBoundary()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Network.Tests/SnapshotReconnectRegressionTests.cs LINE: 191 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: ProcessInboundBatch_ShouldTryRecovery_WhenSnapshotMismatch() MESSAGE: Method 'ProcessInboundBatch_ShouldTryRecovery_WhenSnapshotMismatch()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Network.Tests/TelemetryTests.cs LINE: 14 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Constructor SIGNATURE: TelemetryTests() MESSAGE: Constructor 'TelemetryTests()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Network.Tests/TelemetryTests.cs LINE: 19 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: Dispose() MESSAGE: Method 'Dispose()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Network.Tests/TelemetryTests.cs LINE: 24 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: Should_Record_And_Persist_Metrics() MESSAGE: Method 'Should_Record_And_Persist_Metrics()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Network.Tests/VectorClockSyncTests.cs LINE: 14 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: VectorClockSync_ShouldPullOnlyNodesWithUpdates() MESSAGE: Method 'VectorClockSync_ShouldPullOnlyNodesWithUpdates()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Network.Tests/VectorClockSyncTests.cs LINE: 61 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: VectorClockSync_ShouldPushOnlyNodesWithLocalUpdates() MESSAGE: Method 'VectorClockSync_ShouldPushOnlyNodesWithLocalUpdates()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Network.Tests/VectorClockSyncTests.cs LINE: 103 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: VectorClockSync_SplitBrain_ShouldSyncBothDirections() MESSAGE: Method 'VectorClockSync_SplitBrain_ShouldSyncBothDirections()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Network.Tests/VectorClockSyncTests.cs LINE: 160 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: VectorClockSync_EqualClocks_ShouldNotSync() MESSAGE: Method 'VectorClockSync_EqualClocks_ShouldNotSync()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Network.Tests/VectorClockSyncTests.cs LINE: 183 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: VectorClockSync_NewNodeJoins_ShouldBeDetected() MESSAGE: Method 'VectorClockSync_NewNodeJoins_ShouldBeDetected()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Sample.Console.Tests/BLiteStoreExportImportTests.cs LINE: 26 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Constructor SIGNATURE: BLiteStoreExportImportTests() MESSAGE: Constructor 'BLiteStoreExportImportTests()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Sample.Console.Tests/BLiteStoreExportImportTests.cs LINE: 47 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: OplogStore_ExportAsync_ReturnsAllEntries() MESSAGE: Method 'OplogStore_ExportAsync_ReturnsAllEntries()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Sample.Console.Tests/BLiteStoreExportImportTests.cs LINE: 65 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: OplogStore_ImportAsync_AddsEntries() MESSAGE: Method 'OplogStore_ImportAsync_AddsEntries()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Sample.Console.Tests/BLiteStoreExportImportTests.cs LINE: 85 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: OplogStore_MergeAsync_OnlyAddsNewEntries() MESSAGE: Method 'OplogStore_MergeAsync_OnlyAddsNewEntries()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Sample.Console.Tests/BLiteStoreExportImportTests.cs LINE: 107 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: OplogStore_DropAsync_ClearsAllEntries() MESSAGE: Method 'OplogStore_DropAsync_ClearsAllEntries()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Sample.Console.Tests/BLiteStoreExportImportTests.cs LINE: 127 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: PeerConfigStore_ExportAsync_ReturnsAllPeers() MESSAGE: Method 'PeerConfigStore_ExportAsync_ReturnsAllPeers()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Sample.Console.Tests/BLiteStoreExportImportTests.cs LINE: 143 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: PeerConfigStore_ImportAsync_AddsPeers() MESSAGE: Method 'PeerConfigStore_ImportAsync_AddsPeers()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Sample.Console.Tests/BLiteStoreExportImportTests.cs LINE: 161 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: PeerConfigStore_MergeAsync_OnlyAddsNewPeers() MESSAGE: Method 'PeerConfigStore_MergeAsync_OnlyAddsNewPeers()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Sample.Console.Tests/BLiteStoreExportImportTests.cs LINE: 183 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: PeerConfigStore_DropAsync_ClearsAllPeers() MESSAGE: Method 'PeerConfigStore_DropAsync_ClearsAllPeers()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Sample.Console.Tests/BLiteStoreExportImportTests.cs LINE: 203 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: SnapshotMetadataStore_ExportAsync_ReturnsAllMetadata() MESSAGE: Method 'SnapshotMetadataStore_ExportAsync_ReturnsAllMetadata()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Sample.Console.Tests/BLiteStoreExportImportTests.cs LINE: 221 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: SnapshotMetadataStore_ImportAsync_AddsMetadata() MESSAGE: Method 'SnapshotMetadataStore_ImportAsync_AddsMetadata()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Sample.Console.Tests/BLiteStoreExportImportTests.cs LINE: 239 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: SnapshotMetadataStore_MergeAsync_OnlyAddsNewMetadata() MESSAGE: Method 'SnapshotMetadataStore_MergeAsync_OnlyAddsNewMetadata()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Sample.Console.Tests/BLiteStoreExportImportTests.cs LINE: 260 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: SnapshotMetadataStore_DropAsync_ClearsAllMetadata() MESSAGE: Method 'SnapshotMetadataStore_DropAsync_ClearsAllMetadata()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Sample.Console.Tests/BLiteStoreExportImportTests.cs LINE: 279 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: DocumentStore_ExportAsync_ReturnsAllDocuments() MESSAGE: Method 'DocumentStore_ExportAsync_ReturnsAllDocuments()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Sample.Console.Tests/BLiteStoreExportImportTests.cs LINE: 296 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: DocumentStore_ImportAsync_AddsDocuments() MESSAGE: Method 'DocumentStore_ImportAsync_AddsDocuments()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Sample.Console.Tests/BLiteStoreExportImportTests.cs LINE: 318 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: DocumentStore_MergeAsync_UsesConflictResolution() MESSAGE: Method 'DocumentStore_MergeAsync_UsesConflictResolution()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Sample.Console.Tests/BLiteStoreExportImportTests.cs LINE: 344 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: DocumentStore_DropAsync_ClearsAllDocuments() MESSAGE: Method 'DocumentStore_DropAsync_ClearsAllDocuments()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Sample.Console.Tests/BLiteStoreExportImportTests.cs LINE: 403 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: Dispose() MESSAGE: Method 'Dispose()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Sample.Console.Tests/EfCoreStoreExportImportTests.cs LINE: 32 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Constructor SIGNATURE: EfCoreStoreExportImportTests() MESSAGE: Constructor 'EfCoreStoreExportImportTests()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Sample.Console.Tests/EfCoreStoreExportImportTests.cs LINE: 64 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: OplogStore_ExportAsync_ReturnsAllEntries() MESSAGE: Method 'OplogStore_ExportAsync_ReturnsAllEntries()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Sample.Console.Tests/EfCoreStoreExportImportTests.cs LINE: 82 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: OplogStore_ImportAsync_AddsEntries() MESSAGE: Method 'OplogStore_ImportAsync_AddsEntries()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Sample.Console.Tests/EfCoreStoreExportImportTests.cs LINE: 102 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: OplogStore_MergeAsync_OnlyAddsNewEntries() MESSAGE: Method 'OplogStore_MergeAsync_OnlyAddsNewEntries()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Sample.Console.Tests/EfCoreStoreExportImportTests.cs LINE: 124 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: OplogStore_DropAsync_ClearsAllEntries() MESSAGE: Method 'OplogStore_DropAsync_ClearsAllEntries()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Sample.Console.Tests/EfCoreStoreExportImportTests.cs LINE: 143 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: PeerConfigStore_ExportAsync_ReturnsAllPeers() MESSAGE: Method 'PeerConfigStore_ExportAsync_ReturnsAllPeers()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Sample.Console.Tests/EfCoreStoreExportImportTests.cs LINE: 159 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: PeerConfigStore_ImportAsync_AddsPeers() MESSAGE: Method 'PeerConfigStore_ImportAsync_AddsPeers()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Sample.Console.Tests/EfCoreStoreExportImportTests.cs LINE: 177 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: PeerConfigStore_MergeAsync_OnlyAddsNewPeers() MESSAGE: Method 'PeerConfigStore_MergeAsync_OnlyAddsNewPeers()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Sample.Console.Tests/EfCoreStoreExportImportTests.cs LINE: 198 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: PeerConfigStore_DropAsync_ClearsAllPeers() MESSAGE: Method 'PeerConfigStore_DropAsync_ClearsAllPeers()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Sample.Console.Tests/EfCoreStoreExportImportTests.cs LINE: 217 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: SnapshotMetadataStore_ExportAsync_ReturnsAllMetadata() MESSAGE: Method 'SnapshotMetadataStore_ExportAsync_ReturnsAllMetadata()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Sample.Console.Tests/EfCoreStoreExportImportTests.cs LINE: 235 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: SnapshotMetadataStore_ImportAsync_AddsMetadata() MESSAGE: Method 'SnapshotMetadataStore_ImportAsync_AddsMetadata()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Sample.Console.Tests/EfCoreStoreExportImportTests.cs LINE: 253 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: SnapshotMetadataStore_MergeAsync_OnlyAddsNewMetadata() MESSAGE: Method 'SnapshotMetadataStore_MergeAsync_OnlyAddsNewMetadata()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Sample.Console.Tests/EfCoreStoreExportImportTests.cs LINE: 274 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: SnapshotMetadataStore_DropAsync_ClearsAllMetadata() MESSAGE: Method 'SnapshotMetadataStore_DropAsync_ClearsAllMetadata()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Sample.Console.Tests/EfCoreStoreExportImportTests.cs LINE: 293 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: DocumentStore_ExportAsync_ReturnsAllDocuments() MESSAGE: Method 'DocumentStore_ExportAsync_ReturnsAllDocuments()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Sample.Console.Tests/EfCoreStoreExportImportTests.cs LINE: 310 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: DocumentStore_ImportAsync_AddsDocuments() MESSAGE: Method 'DocumentStore_ImportAsync_AddsDocuments()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Sample.Console.Tests/EfCoreStoreExportImportTests.cs LINE: 332 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: DocumentStore_MergeAsync_UsesConflictResolution() MESSAGE: Method 'DocumentStore_MergeAsync_UsesConflictResolution()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Sample.Console.Tests/EfCoreStoreExportImportTests.cs LINE: 358 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: DocumentStore_DropAsync_ClearsAllDocuments() MESSAGE: Method 'DocumentStore_DropAsync_ClearsAllDocuments()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Sample.Console.Tests/EfCoreStoreExportImportTests.cs LINE: 417 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: Dispose() MESSAGE: Method 'Dispose()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Sample.Console.Tests/SampleDbContextTests.cs LINE: 15 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Constructor SIGNATURE: SampleDbContextTests() MESSAGE: Constructor 'SampleDbContextTests()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Sample.Console.Tests/SampleDbContextTests.cs LINE: 21 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: Dispose() MESSAGE: Method 'Dispose()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Sample.Console.Tests/SampleDbContextTests.cs LINE: 30 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: Context_ShouldInitializeCollections() MESSAGE: Method 'Context_ShouldInitializeCollections()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Sample.Console.Tests/SampleDbContextTests.cs LINE: 40 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: Users_Insert_ShouldPersist() MESSAGE: Method 'Users_Insert_ShouldPersist()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Sample.Console.Tests/SampleDbContextTests.cs LINE: 64 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: Users_Update_ShouldModifyExisting() MESSAGE: Method 'Users_Update_ShouldModifyExisting()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Sample.Console.Tests/SampleDbContextTests.cs LINE: 85 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: Users_Delete_ShouldRemove() MESSAGE: Method 'Users_Delete_ShouldRemove()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Sample.Console.Tests/SampleDbContextTests.cs LINE: 102 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: TodoLists_InsertWithItems_ShouldPersist() MESSAGE: Method 'TodoLists_InsertWithItems_ShouldPersist()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Sample.Console.Tests/SampleDbContextTests.cs LINE: 130 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: TodoLists_UpdateItems_ShouldModifyNestedCollection() MESSAGE: Method 'TodoLists_UpdateItems_ShouldModifyNestedCollection()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Sample.Console.Tests/SampleDbContextTests.cs LINE: 160 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: Users_FindAll_ShouldReturnAllUsers() MESSAGE: Method 'Users_FindAll_ShouldReturnAllUsers()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Sample.Console.Tests/SampleDbContextTests.cs LINE: 179 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: Users_Find_WithPredicate_ShouldFilterCorrectly() MESSAGE: Method 'Users_Find_WithPredicate_ShouldFilterCorrectly()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Sample.Console.Tests/SnapshotStoreTests.cs LINE: 23 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Constructor SIGNATURE: SnapshotStoreTests() MESSAGE: Constructor 'SnapshotStoreTests()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Sample.Console.Tests/SnapshotStoreTests.cs LINE: 54 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: CreateSnapshotAsync_WritesValidJsonToStream() MESSAGE: Method 'CreateSnapshotAsync_WritesValidJsonToStream()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Sample.Console.Tests/SnapshotStoreTests.cs LINE: 86 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: CreateSnapshotAsync_IncludesAllDocuments() MESSAGE: Method 'CreateSnapshotAsync_IncludesAllDocuments()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Sample.Console.Tests/SnapshotStoreTests.cs LINE: 113 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: RoundTrip_CreateAndReplace_PreservesData() MESSAGE: Method 'RoundTrip_CreateAndReplace_PreservesData()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Sample.Console.Tests/SnapshotStoreTests.cs LINE: 164 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: MergeSnapshotAsync_MergesWithExistingData() MESSAGE: Method 'MergeSnapshotAsync_MergesWithExistingData()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Sample.Console.Tests/SnapshotStoreTests.cs LINE: 221 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: CreateSnapshotAsync_HandlesEmptyDatabase() MESSAGE: Method 'CreateSnapshotAsync_HandlesEmptyDatabase()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Sample.Console.Tests/SnapshotStoreTests.cs LINE: 239 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: CreateSnapshotAsync_IncludesOplogEntries() MESSAGE: Method 'CreateSnapshotAsync_IncludesOplogEntries()' is missing XML documentation.
FILE: /Users/dohertj2/Desktop/CBDDC/tests/ZB.MOM.WW.CBDDC.Sample.Console.Tests/SnapshotStoreTests.cs LINE: 270 CATEGORY: MissingDoc SEVERITY: Error MEMBER: Method SIGNATURE: Dispose() MESSAGE: Method 'Dispose()' is missing XML documentation.