This captures the iterative CommentChecker cleanup plus updated snapshot/report outputs used to validate and benchmark the latest JetStream and transport work.
11747 lines
340 KiB
Markdown
11747 lines
340 KiB
Markdown
# Documentation Analysis Report
|
|
|
|
Files Scanned: 273
|
|
Files With Issues: 186
|
|
Total Issues: 1174
|
|
|
|
## Issues
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/AccountConfig.cs
|
|
LINE: 5
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: MaxConnections
|
|
MESSAGE: Property 'MaxConnections' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/AccountConfig.cs
|
|
LINE: 6
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: MaxSubscriptions
|
|
MESSAGE: Property 'MaxSubscriptions' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/AccountConfig.cs
|
|
LINE: 7
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: DefaultPermissions
|
|
MESSAGE: Property 'DefaultPermissions' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/AccountConfig.cs
|
|
LINE: 22
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Service
|
|
MESSAGE: Property 'Service' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/AccountConfig.cs
|
|
LINE: 23
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Stream
|
|
MESSAGE: Property 'Stream' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/AccountConfig.cs
|
|
LINE: 39
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: ServiceAccount
|
|
MESSAGE: Property 'ServiceAccount' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/AccountConfig.cs
|
|
LINE: 40
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: ServiceSubject
|
|
MESSAGE: Property 'ServiceSubject' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/AccountConfig.cs
|
|
LINE: 41
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: StreamAccount
|
|
MESSAGE: Property 'StreamAccount' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/AccountConfig.cs
|
|
LINE: 42
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: StreamSubject
|
|
MESSAGE: Property 'StreamSubject' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/AccountConfig.cs
|
|
LINE: 43
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: To
|
|
MESSAGE: Property 'To' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/AccountImportExport.cs
|
|
LINE: 18
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: DetectCycle(Account from, Account to, HashSet<string>? visited)
|
|
MESSAGE: Method 'DetectCycle(Account from, Account to, HashSet<string>? visited)' is missing <param name="visited"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/AccountImportExport.cs
|
|
LINE: 18
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: DetectCycle(Account from, Account to, HashSet<string>? visited)
|
|
MESSAGE: Method 'DetectCycle(Account from, Account to, HashSet<string>? visited)' is missing <param name="to"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/AccountImportExport.cs
|
|
LINE: 18
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: DetectCycle(Account from, Account to, HashSet<string>? visited)
|
|
MESSAGE: Method 'DetectCycle(Account from, Account to, HashSet<string>? visited)' is missing <param name="from"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/AccountImportExport.cs
|
|
LINE: 53
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: ValidateImport(Account importingAccount, Account exportingAccount, string exportSubject)
|
|
MESSAGE: Method 'ValidateImport(Account importingAccount, Account exportingAccount, string exportSubject)' is missing <param name="exportSubject"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/AccountImportExport.cs
|
|
LINE: 53
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: ValidateImport(Account importingAccount, Account exportingAccount, string exportSubject)
|
|
MESSAGE: Method 'ValidateImport(Account importingAccount, Account exportingAccount, string exportSubject)' is missing <param name="exportingAccount"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/AccountImportExport.cs
|
|
LINE: 53
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: ValidateImport(Account importingAccount, Account exportingAccount, string exportSubject)
|
|
MESSAGE: Method 'ValidateImport(Account importingAccount, Account exportingAccount, string exportSubject)' is missing <param name="importingAccount"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/AuthExtensionOptions.cs
|
|
LINE: 5
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: AuthorizeAsync(ExternalAuthRequest request, CancellationToken ct)
|
|
MESSAGE: Method 'AuthorizeAsync(ExternalAuthRequest request, CancellationToken ct)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/AuthExtensionOptions.cs
|
|
LINE: 22
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Enabled
|
|
MESSAGE: Property 'Enabled' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/AuthExtensionOptions.cs
|
|
LINE: 23
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Timeout
|
|
MESSAGE: Property 'Timeout' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/AuthExtensionOptions.cs
|
|
LINE: 24
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Client
|
|
MESSAGE: Property 'Client' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/AuthExtensionOptions.cs
|
|
LINE: 29
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Enabled
|
|
MESSAGE: Property 'Enabled' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/AuthExtensionOptions.cs
|
|
LINE: 30
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: UsernamePrefix
|
|
MESSAGE: Property 'UsernamePrefix' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/AuthExtensionOptions.cs
|
|
LINE: 31
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Account
|
|
MESSAGE: Property 'Account' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/AuthResult.cs
|
|
LINE: 5
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Identity
|
|
MESSAGE: Property 'Identity' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/AuthResult.cs
|
|
LINE: 6
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: AccountName
|
|
MESSAGE: Property 'AccountName' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/AuthResult.cs
|
|
LINE: 7
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Permissions
|
|
MESSAGE: Property 'Permissions' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/AuthResult.cs
|
|
LINE: 8
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Expiry
|
|
MESSAGE: Property 'Expiry' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/AuthResult.cs
|
|
LINE: 9
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: MaxJetStreamStreams
|
|
MESSAGE: Property 'MaxJetStreamStreams' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/AuthResult.cs
|
|
LINE: 10
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: JetStreamTier
|
|
MESSAGE: Property 'JetStreamTier' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/AuthService.cs
|
|
LINE: 18
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: IsAuthRequired
|
|
MESSAGE: Property 'IsAuthRequired' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/AuthService.cs
|
|
LINE: 19
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: NonceRequired
|
|
MESSAGE: Property 'NonceRequired' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/AuthService.cs
|
|
LINE: 31
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: Build(NatsOptions options)
|
|
MESSAGE: Method 'Build(NatsOptions options)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/AuthService.cs
|
|
LINE: 100
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: Authenticate(ClientAuthContext context)
|
|
MESSAGE: Method 'Authenticate(ClientAuthContext context)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/AuthService.cs
|
|
LINE: 148
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: GenerateNonce()
|
|
MESSAGE: Method 'GenerateNonce()' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/AuthService.cs
|
|
LINE: 155
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: ValidateMqttCredentials(string? configuredUsername, string? configuredPassword, string? providedUsername, string? providedPassword)
|
|
MESSAGE: Method 'ValidateMqttCredentials(string? configuredUsername, string? configuredPassword, string? providedUsername, string? providedPassword)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/AuthService.cs
|
|
LINE: 168
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: EncodeNonce(byte[] nonce)
|
|
MESSAGE: Method 'EncodeNonce(byte[] nonce)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/ClientPermissions.cs
|
|
LINE: 19
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: Build(Permissions? permissions)
|
|
MESSAGE: Method 'Build(Permissions? permissions)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/ClientPermissions.cs
|
|
LINE: 36
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: ResponseTracker
|
|
MESSAGE: Property 'ResponseTracker' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/ClientPermissions.cs
|
|
LINE: 38
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: IsPublishAllowed(string subject)
|
|
MESSAGE: Method 'IsPublishAllowed(string subject)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/ClientPermissions.cs
|
|
LINE: 59
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: IsSubscribeAllowed(string subject, string? queue)
|
|
MESSAGE: Method 'IsSubscribeAllowed(string subject, string? queue)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/ClientPermissions.cs
|
|
LINE: 70
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: IsDeliveryAllowed(string subject)
|
|
MESSAGE: Method 'IsDeliveryAllowed(string subject)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/ClientPermissions.cs
|
|
LINE: 77
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: Dispose()
|
|
MESSAGE: Method 'Dispose()' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/ClientPermissions.cs
|
|
LINE: 95
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: Build(SubjectPermission? permission)
|
|
MESSAGE: Method 'Build(SubjectPermission? permission)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/ClientPermissions.cs
|
|
LINE: 126
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: IsAllowed(string subject)
|
|
MESSAGE: Method 'IsAllowed(string subject)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/ClientPermissions.cs
|
|
LINE: 145
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: IsDenied(string subject)
|
|
MESSAGE: Method 'IsDenied(string subject)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/ClientPermissions.cs
|
|
LINE: 152
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: IsDeliveryAllowed(string subject)
|
|
MESSAGE: Method 'IsDeliveryAllowed(string subject)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/ClientPermissions.cs
|
|
LINE: 160
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: Dispose()
|
|
MESSAGE: Method 'Dispose()' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/ExternalAuthCalloutAuthenticator.cs
|
|
LINE: 12
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Constructor
|
|
SIGNATURE: ExternalAuthCalloutAuthenticator(IExternalAuthClient client, TimeSpan timeout)
|
|
MESSAGE: Constructor 'ExternalAuthCalloutAuthenticator(IExternalAuthClient client, TimeSpan timeout)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/ExternalAuthCalloutAuthenticator.cs
|
|
LINE: 18
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: Authenticate(ClientAuthContext context)
|
|
MESSAGE: Method 'Authenticate(ClientAuthContext context)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/IAuthenticator.cs
|
|
LINE: 9
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: Authenticate(ClientAuthContext context)
|
|
MESSAGE: Method 'Authenticate(ClientAuthContext context)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/IAuthenticator.cs
|
|
LINE: 14
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Opts
|
|
MESSAGE: Property 'Opts' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/IAuthenticator.cs
|
|
LINE: 15
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Nonce
|
|
MESSAGE: Property 'Nonce' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/IAuthenticator.cs
|
|
LINE: 16
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: ClientCertificate
|
|
MESSAGE: Property 'ClientCertificate' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/Jwt/AccountClaims.cs
|
|
LINE: 102
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: MaxStreams
|
|
MESSAGE: Property 'MaxStreams' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/Jwt/AccountClaims.cs
|
|
LINE: 105
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Tier
|
|
MESSAGE: Property 'Tier' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/Jwt/AccountResolver.cs
|
|
LINE: 20
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: FetchAsync(string accountNkey)
|
|
MESSAGE: Method 'FetchAsync(string accountNkey)' is missing <param name="accountNkey"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/Jwt/AccountResolver.cs
|
|
LINE: 26
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: StoreAsync(string accountNkey, string jwt)
|
|
MESSAGE: Method 'StoreAsync(string accountNkey, string jwt)' is missing <param name="jwt"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/Jwt/AccountResolver.cs
|
|
LINE: 26
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: StoreAsync(string accountNkey, string jwt)
|
|
MESSAGE: Method 'StoreAsync(string accountNkey, string jwt)' is missing <param name="accountNkey"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/Jwt/JwtConnectionTypes.cs
|
|
LINE: 18
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: Convert(IEnumerable<string>? values)
|
|
MESSAGE: Method 'Convert(IEnumerable<string>? values)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/Jwt/NatsJwt.cs
|
|
LINE: 22
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: IsJwt(string token)
|
|
MESSAGE: Method 'IsJwt(string token)' is missing <param name="token"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/Jwt/NatsJwt.cs
|
|
LINE: 31
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: Decode(string token)
|
|
MESSAGE: Method 'Decode(string token)' is missing <param name="token"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/Jwt/NatsJwt.cs
|
|
LINE: 71
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: DecodeUserClaims(string token)
|
|
MESSAGE: Method 'DecodeUserClaims(string token)' is missing <param name="token"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/Jwt/NatsJwt.cs
|
|
LINE: 91
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: DecodeAccountClaims(string token)
|
|
MESSAGE: Method 'DecodeAccountClaims(string token)' is missing <param name="token"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/Jwt/NatsJwt.cs
|
|
LINE: 110
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: Verify(string token, string publicNkey)
|
|
MESSAGE: Method 'Verify(string token, string publicNkey)' is missing <param name="publicNkey"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/Jwt/NatsJwt.cs
|
|
LINE: 110
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: Verify(string token, string publicNkey)
|
|
MESSAGE: Method 'Verify(string token, string publicNkey)' is missing <param name="token"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/Jwt/NatsJwt.cs
|
|
LINE: 132
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: VerifyNonce(byte[] nonce, string signature, string publicNkey)
|
|
MESSAGE: Method 'VerifyNonce(byte[] nonce, string signature, string publicNkey)' is missing <param name="publicNkey"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/Jwt/NatsJwt.cs
|
|
LINE: 132
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: VerifyNonce(byte[] nonce, string signature, string publicNkey)
|
|
MESSAGE: Method 'VerifyNonce(byte[] nonce, string signature, string publicNkey)' is missing <param name="signature"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/Jwt/NatsJwt.cs
|
|
LINE: 132
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: VerifyNonce(byte[] nonce, string signature, string publicNkey)
|
|
MESSAGE: Method 'VerifyNonce(byte[] nonce, string signature, string publicNkey)' is missing <param name="nonce"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/Jwt/NatsJwt.cs
|
|
LINE: 153
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: Base64UrlDecode(string input)
|
|
MESSAGE: Method 'Base64UrlDecode(string input)' is missing <param name="input"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/Jwt/NatsJwt.cs
|
|
LINE: 216
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Algorithm
|
|
MESSAGE: Property 'Algorithm' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/Jwt/NatsJwt.cs
|
|
LINE: 219
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Type
|
|
MESSAGE: Property 'Type' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/Jwt/PermissionTemplates.cs
|
|
LINE: 36
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: Expand(string pattern, string name, string subject, string accountName, string accountSubject, string[] userTags, string[] accountTags)
|
|
MESSAGE: Method 'Expand(string pattern, string name, string subject, string accountName, string accountSubject, string[] userTags, string[] accountTags)' is missing <param name="accountTags"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/Jwt/PermissionTemplates.cs
|
|
LINE: 36
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: Expand(string pattern, string name, string subject, string accountName, string accountSubject, string[] userTags, string[] accountTags)
|
|
MESSAGE: Method 'Expand(string pattern, string name, string subject, string accountName, string accountSubject, string[] userTags, string[] accountTags)' is missing <param name="userTags"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/Jwt/PermissionTemplates.cs
|
|
LINE: 36
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: Expand(string pattern, string name, string subject, string accountName, string accountSubject, string[] userTags, string[] accountTags)
|
|
MESSAGE: Method 'Expand(string pattern, string name, string subject, string accountName, string accountSubject, string[] userTags, string[] accountTags)' is missing <param name="accountSubject"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/Jwt/PermissionTemplates.cs
|
|
LINE: 36
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: Expand(string pattern, string name, string subject, string accountName, string accountSubject, string[] userTags, string[] accountTags)
|
|
MESSAGE: Method 'Expand(string pattern, string name, string subject, string accountName, string accountSubject, string[] userTags, string[] accountTags)' is missing <param name="accountName"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/Jwt/PermissionTemplates.cs
|
|
LINE: 36
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: Expand(string pattern, string name, string subject, string accountName, string accountSubject, string[] userTags, string[] accountTags)
|
|
MESSAGE: Method 'Expand(string pattern, string name, string subject, string accountName, string accountSubject, string[] userTags, string[] accountTags)' is missing <param name="subject"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/Jwt/PermissionTemplates.cs
|
|
LINE: 36
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: Expand(string pattern, string name, string subject, string accountName, string accountSubject, string[] userTags, string[] accountTags)
|
|
MESSAGE: Method 'Expand(string pattern, string name, string subject, string accountName, string accountSubject, string[] userTags, string[] accountTags)' is missing <param name="name"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/Jwt/PermissionTemplates.cs
|
|
LINE: 36
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: Expand(string pattern, string name, string subject, string accountName, string accountSubject, string[] userTags, string[] accountTags)
|
|
MESSAGE: Method 'Expand(string pattern, string name, string subject, string accountName, string accountSubject, string[] userTags, string[] accountTags)' is missing <param name="pattern"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/Jwt/PermissionTemplates.cs
|
|
LINE: 74
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: ExpandAll(IEnumerable<string> patterns, string name, string subject, string accountName, string accountSubject, string[] userTags, string[] accountTags)
|
|
MESSAGE: Method 'ExpandAll(IEnumerable<string> patterns, string name, string subject, string accountName, string accountSubject, string[] userTags, string[] accountTags)' is missing <param name="accountTags"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/Jwt/PermissionTemplates.cs
|
|
LINE: 74
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: ExpandAll(IEnumerable<string> patterns, string name, string subject, string accountName, string accountSubject, string[] userTags, string[] accountTags)
|
|
MESSAGE: Method 'ExpandAll(IEnumerable<string> patterns, string name, string subject, string accountName, string accountSubject, string[] userTags, string[] accountTags)' is missing <param name="userTags"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/Jwt/PermissionTemplates.cs
|
|
LINE: 74
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: ExpandAll(IEnumerable<string> patterns, string name, string subject, string accountName, string accountSubject, string[] userTags, string[] accountTags)
|
|
MESSAGE: Method 'ExpandAll(IEnumerable<string> patterns, string name, string subject, string accountName, string accountSubject, string[] userTags, string[] accountTags)' is missing <param name="accountSubject"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/Jwt/PermissionTemplates.cs
|
|
LINE: 74
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: ExpandAll(IEnumerable<string> patterns, string name, string subject, string accountName, string accountSubject, string[] userTags, string[] accountTags)
|
|
MESSAGE: Method 'ExpandAll(IEnumerable<string> patterns, string name, string subject, string accountName, string accountSubject, string[] userTags, string[] accountTags)' is missing <param name="accountName"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/Jwt/PermissionTemplates.cs
|
|
LINE: 74
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: ExpandAll(IEnumerable<string> patterns, string name, string subject, string accountName, string accountSubject, string[] userTags, string[] accountTags)
|
|
MESSAGE: Method 'ExpandAll(IEnumerable<string> patterns, string name, string subject, string accountName, string accountSubject, string[] userTags, string[] accountTags)' is missing <param name="subject"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/Jwt/PermissionTemplates.cs
|
|
LINE: 74
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: ExpandAll(IEnumerable<string> patterns, string name, string subject, string accountName, string accountSubject, string[] userTags, string[] accountTags)
|
|
MESSAGE: Method 'ExpandAll(IEnumerable<string> patterns, string name, string subject, string accountName, string accountSubject, string[] userTags, string[] accountTags)' is missing <param name="name"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/Jwt/PermissionTemplates.cs
|
|
LINE: 74
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: ExpandAll(IEnumerable<string> patterns, string name, string subject, string accountName, string accountSubject, string[] userTags, string[] accountTags)
|
|
MESSAGE: Method 'ExpandAll(IEnumerable<string> patterns, string name, string subject, string accountName, string accountSubject, string[] userTags, string[] accountTags)' is missing <param name="patterns"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/JwtAuthenticator.cs
|
|
LINE: 15
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Constructor
|
|
SIGNATURE: JwtAuthenticator(string[] trustedKeys, IAccountResolver resolver)
|
|
MESSAGE: Constructor 'JwtAuthenticator(string[] trustedKeys, IAccountResolver resolver)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/JwtAuthenticator.cs
|
|
LINE: 21
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: Authenticate(ClientAuthContext context)
|
|
MESSAGE: Method 'Authenticate(ClientAuthContext context)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/NKeyAuthenticator.cs
|
|
LINE: 21
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: Authenticate(ClientAuthContext context)
|
|
MESSAGE: Method 'Authenticate(ClientAuthContext context)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/NKeyUser.cs
|
|
LINE: 5
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Nkey
|
|
MESSAGE: Property 'Nkey' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/NKeyUser.cs
|
|
LINE: 6
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Permissions
|
|
MESSAGE: Property 'Permissions' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/NKeyUser.cs
|
|
LINE: 7
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Account
|
|
MESSAGE: Property 'Account' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/NKeyUser.cs
|
|
LINE: 8
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: SigningKey
|
|
MESSAGE: Property 'SigningKey' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/NKeyUser.cs
|
|
LINE: 9
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Issued
|
|
MESSAGE: Property 'Issued' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/NKeyUser.cs
|
|
LINE: 10
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: AllowedConnectionTypes
|
|
MESSAGE: Property 'AllowedConnectionTypes' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/NKeyUser.cs
|
|
LINE: 11
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: ProxyRequired
|
|
MESSAGE: Property 'ProxyRequired' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/PermissionLruCache.cs
|
|
LINE: 21
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Constructor
|
|
SIGNATURE: PermissionLruCache(int capacity)
|
|
MESSAGE: Constructor 'PermissionLruCache(int capacity)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/PermissionLruCache.cs
|
|
LINE: 54
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: TryGet(string key, bool value)
|
|
MESSAGE: Method 'TryGet(string key, bool value)' is missing <param name="value"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/PermissionLruCache.cs
|
|
LINE: 54
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: TryGet(string key, bool value)
|
|
MESSAGE: Method 'TryGet(string key, bool value)' is missing <param name="key"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/PermissionLruCache.cs
|
|
LINE: 74
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: Set(string key, bool value)
|
|
MESSAGE: Method 'Set(string key, bool value)' is missing <param name="value"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/PermissionLruCache.cs
|
|
LINE: 74
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: Set(string key, bool value)
|
|
MESSAGE: Method 'Set(string key, bool value)' is missing <param name="key"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/PermissionLruCache.cs
|
|
LINE: 87
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: TryGetSub(string subject, bool value)
|
|
MESSAGE: Method 'TryGetSub(string subject, bool value)' is missing <param name="value"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/PermissionLruCache.cs
|
|
LINE: 87
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: TryGetSub(string subject, bool value)
|
|
MESSAGE: Method 'TryGetSub(string subject, bool value)' is missing <param name="subject"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/PermissionLruCache.cs
|
|
LINE: 107
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: SetSub(string subject, bool allowed)
|
|
MESSAGE: Method 'SetSub(string subject, bool allowed)' is missing <param name="allowed"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/PermissionLruCache.cs
|
|
LINE: 107
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: SetSub(string subject, bool allowed)
|
|
MESSAGE: Method 'SetSub(string subject, bool allowed)' is missing <param name="subject"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/PermissionLruCache.cs
|
|
LINE: 119
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Count
|
|
MESSAGE: Property 'Count' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/Permissions.cs
|
|
LINE: 5
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Publish
|
|
MESSAGE: Property 'Publish' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/Permissions.cs
|
|
LINE: 6
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Subscribe
|
|
MESSAGE: Property 'Subscribe' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/Permissions.cs
|
|
LINE: 7
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Response
|
|
MESSAGE: Property 'Response' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/Permissions.cs
|
|
LINE: 12
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Allow
|
|
MESSAGE: Property 'Allow' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/Permissions.cs
|
|
LINE: 13
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Deny
|
|
MESSAGE: Property 'Deny' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/Permissions.cs
|
|
LINE: 18
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: MaxMsgs
|
|
MESSAGE: Property 'MaxMsgs' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/Permissions.cs
|
|
LINE: 19
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Expires
|
|
MESSAGE: Property 'Expires' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/ProxyAuthenticator.cs
|
|
LINE: 5
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: Authenticate(ClientAuthContext context)
|
|
MESSAGE: Method 'Authenticate(ClientAuthContext context)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/ResponseTracker.cs
|
|
LINE: 14
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Constructor
|
|
SIGNATURE: ResponseTracker(int maxMsgs, TimeSpan expires)
|
|
MESSAGE: Constructor 'ResponseTracker(int maxMsgs, TimeSpan expires)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/ResponseTracker.cs
|
|
LINE: 20
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Count
|
|
MESSAGE: Property 'Count' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/ResponseTracker.cs
|
|
LINE: 25
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: RegisterReply(string replySubject)
|
|
MESSAGE: Method 'RegisterReply(string replySubject)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/ResponseTracker.cs
|
|
LINE: 33
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: IsReplyAllowed(string subject)
|
|
MESSAGE: Method 'IsReplyAllowed(string subject)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/ResponseTracker.cs
|
|
LINE: 58
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: Prune()
|
|
MESSAGE: Method 'Prune()' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/ServiceLatencyTracker.cs
|
|
LINE: 14
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Constructor
|
|
SIGNATURE: ServiceLatencyTracker(int maxSamples)
|
|
MESSAGE: Constructor 'ServiceLatencyTracker(int maxSamples)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/ServiceLatencyTracker.cs
|
|
LINE: 20
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: RecordLatency(double latencyMs)
|
|
MESSAGE: Method 'RecordLatency(double latencyMs)' is missing <param name="latencyMs"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/ServiceLatencyTracker.cs
|
|
LINE: 31
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: GetP50()
|
|
MESSAGE: Method 'GetP50()' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/ServiceLatencyTracker.cs
|
|
LINE: 32
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: GetP90()
|
|
MESSAGE: Method 'GetP90()' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/ServiceLatencyTracker.cs
|
|
LINE: 33
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: GetP99()
|
|
MESSAGE: Method 'GetP99()' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/ServiceLatencyTracker.cs
|
|
LINE: 36
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: GetPercentile(double percentile)
|
|
MESSAGE: Method 'GetPercentile(double percentile)' is missing <param name="percentile"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/ServiceLatencyTracker.cs
|
|
LINE: 64
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: TotalRequests
|
|
MESSAGE: Property 'TotalRequests' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/ServiceLatencyTracker.cs
|
|
LINE: 69
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: AverageLatencyMs
|
|
MESSAGE: Property 'AverageLatencyMs' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/ServiceLatencyTracker.cs
|
|
LINE: 74
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: MinLatencyMs
|
|
MESSAGE: Property 'MinLatencyMs' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/ServiceLatencyTracker.cs
|
|
LINE: 83
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: MaxLatencyMs
|
|
MESSAGE: Property 'MaxLatencyMs' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/ServiceLatencyTracker.cs
|
|
LINE: 92
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: SampleCount
|
|
MESSAGE: Property 'SampleCount' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/SimpleUserPasswordAuthenticator.cs
|
|
LINE: 17
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Constructor
|
|
SIGNATURE: SimpleUserPasswordAuthenticator(string username, string password)
|
|
MESSAGE: Constructor 'SimpleUserPasswordAuthenticator(string username, string password)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/SimpleUserPasswordAuthenticator.cs
|
|
LINE: 23
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: Authenticate(ClientAuthContext context)
|
|
MESSAGE: Method 'Authenticate(ClientAuthContext context)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/TlsMapAuthenticator.cs
|
|
LINE: 14
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Constructor
|
|
SIGNATURE: TlsMapAuthenticator(IReadOnlyList<User> users)
|
|
MESSAGE: Constructor 'TlsMapAuthenticator(IReadOnlyList<User> users)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/TlsMapAuthenticator.cs
|
|
LINE: 25
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: Authenticate(ClientAuthContext context)
|
|
MESSAGE: Method 'Authenticate(ClientAuthContext context)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/TlsMapAuthenticator.cs
|
|
LINE: 68
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: GetTlsAuthDcs(X500DistinguishedName dn)
|
|
MESSAGE: Method 'GetTlsAuthDcs(X500DistinguishedName dn)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/TlsMapAuthenticator.cs
|
|
LINE: 85
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: DnsAltNameLabels(string dnsAltName)
|
|
MESSAGE: Method 'DnsAltNameLabels(string dnsAltName)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/TlsMapAuthenticator.cs
|
|
LINE: 93
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: DnsAltNameMatches(string[] dnsAltNameLabels, IReadOnlyList<Uri?> urls)
|
|
MESSAGE: Method 'DnsAltNameMatches(string[] dnsAltNameLabels, IReadOnlyList<Uri?> urls)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/TokenAuthenticator.cs
|
|
LINE: 10
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Constructor
|
|
SIGNATURE: TokenAuthenticator(string token)
|
|
MESSAGE: Constructor 'TokenAuthenticator(string token)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/TokenAuthenticator.cs
|
|
LINE: 15
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: Authenticate(ClientAuthContext context)
|
|
MESSAGE: Method 'Authenticate(ClientAuthContext context)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/User.cs
|
|
LINE: 5
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Username
|
|
MESSAGE: Property 'Username' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/User.cs
|
|
LINE: 6
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Password
|
|
MESSAGE: Property 'Password' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/User.cs
|
|
LINE: 7
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Permissions
|
|
MESSAGE: Property 'Permissions' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/User.cs
|
|
LINE: 8
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Account
|
|
MESSAGE: Property 'Account' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/User.cs
|
|
LINE: 9
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: ConnectionDeadline
|
|
MESSAGE: Property 'ConnectionDeadline' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/User.cs
|
|
LINE: 10
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: AllowedConnectionTypes
|
|
MESSAGE: Property 'AllowedConnectionTypes' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/User.cs
|
|
LINE: 11
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: ProxyRequired
|
|
MESSAGE: Property 'ProxyRequired' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/UserPasswordAuthenticator.cs
|
|
LINE: 16
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Constructor
|
|
SIGNATURE: UserPasswordAuthenticator(IEnumerable<User> users)
|
|
MESSAGE: Constructor 'UserPasswordAuthenticator(IEnumerable<User> users)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Auth/UserPasswordAuthenticator.cs
|
|
LINE: 23
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: Authenticate(ClientAuthContext context)
|
|
MESSAGE: Method 'Authenticate(ClientAuthContext context)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/ClientClosedReason.cs
|
|
LINE: 31
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: ToReasonString(ClientClosedReason reason)
|
|
MESSAGE: Method 'ToReasonString(ClientClosedReason reason)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/ClientFlags.cs
|
|
LINE: 28
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: SetFlag(ClientFlags flag)
|
|
MESSAGE: Method 'SetFlag(ClientFlags flag)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/ClientFlags.cs
|
|
LINE: 33
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: ClearFlag(ClientFlags flag)
|
|
MESSAGE: Method 'ClearFlag(ClientFlags flag)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/ClientFlags.cs
|
|
LINE: 38
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: HasFlag(ClientFlags flag)
|
|
MESSAGE: Method 'HasFlag(ClientFlags flag)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/ClientKind.cs
|
|
LINE: 20
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: IsInternal(ClientKind kind)
|
|
MESSAGE: Method 'IsInternal(ClientKind kind)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/ClientTraceInfo.cs
|
|
LINE: 32
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: TraceMsgDelivery(string subject, string destination, int payloadSize)
|
|
MESSAGE: Method 'TraceMsgDelivery(string subject, string destination, int payloadSize)' is missing <param name="payloadSize"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/ClientTraceInfo.cs
|
|
LINE: 32
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: TraceMsgDelivery(string subject, string destination, int payloadSize)
|
|
MESSAGE: Method 'TraceMsgDelivery(string subject, string destination, int payloadSize)' is missing <param name="destination"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/ClientTraceInfo.cs
|
|
LINE: 32
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: TraceMsgDelivery(string subject, string destination, int payloadSize)
|
|
MESSAGE: Method 'TraceMsgDelivery(string subject, string destination, int payloadSize)' is missing <param name="subject"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/ClientTraceInfo.cs
|
|
LINE: 53
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: ShouldEcho(string publisherClientId, string subscriberClientId)
|
|
MESSAGE: Method 'ShouldEcho(string publisherClientId, string subscriberClientId)' is missing <param name="subscriberClientId"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/ClientTraceInfo.cs
|
|
LINE: 53
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: ShouldEcho(string publisherClientId, string subscriberClientId)
|
|
MESSAGE: Method 'ShouldEcho(string publisherClientId, string subscriberClientId)' is missing <param name="publisherClientId"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/ClientTraceInfo.cs
|
|
LINE: 79
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Subject
|
|
MESSAGE: Property 'Subject' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/ClientTraceInfo.cs
|
|
LINE: 80
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Destination
|
|
MESSAGE: Property 'Destination' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/ClientTraceInfo.cs
|
|
LINE: 81
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: PayloadSize
|
|
MESSAGE: Property 'PayloadSize' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/ClientTraceInfo.cs
|
|
LINE: 82
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: TimestampUtc
|
|
MESSAGE: Property 'TimestampUtc' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Configuration/ClusterOptions.cs
|
|
LINE: 5
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Name
|
|
MESSAGE: Property 'Name' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Configuration/ClusterOptions.cs
|
|
LINE: 6
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Host
|
|
MESSAGE: Property 'Host' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Configuration/ClusterOptions.cs
|
|
LINE: 7
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Port
|
|
MESSAGE: Property 'Port' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Configuration/ClusterOptions.cs
|
|
LINE: 8
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: PoolSize
|
|
MESSAGE: Property 'PoolSize' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Configuration/ClusterOptions.cs
|
|
LINE: 9
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Routes
|
|
MESSAGE: Property 'Routes' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Configuration/ClusterOptions.cs
|
|
LINE: 10
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Accounts
|
|
MESSAGE: Property 'Accounts' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Configuration/ClusterOptions.cs
|
|
LINE: 11
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Compression
|
|
MESSAGE: Property 'Compression' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Configuration/ClusterOptions.cs
|
|
LINE: 14
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: WriteDeadline
|
|
MESSAGE: Property 'WriteDeadline' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Configuration/ConfigProcessor.cs
|
|
LINE: 22
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: ProcessConfigFile(string filePath)
|
|
MESSAGE: Method 'ProcessConfigFile(string filePath)' is missing <param name="filePath"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Configuration/ConfigProcessor.cs
|
|
LINE: 33
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: ProcessConfig(string configText)
|
|
MESSAGE: Method 'ProcessConfig(string configText)' is missing <param name="configText"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Configuration/ConfigProcessor.cs
|
|
LINE: 45
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: ApplyConfig(Dictionary<string, object?> config, NatsOptions opts)
|
|
MESSAGE: Method 'ApplyConfig(Dictionary<string, object?> config, NatsOptions opts)' is missing <param name="opts"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Configuration/ConfigProcessor.cs
|
|
LINE: 45
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: ApplyConfig(Dictionary<string, object?> config, NatsOptions opts)
|
|
MESSAGE: Method 'ApplyConfig(Dictionary<string, object?> config, NatsOptions opts)' is missing <param name="config"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Configuration/ConfigProcessor.cs
|
|
LINE: 426
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: ParseDuration(object? value)
|
|
MESSAGE: Method 'ParseDuration(object? value)' is missing <param name="value"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Configuration/ConfigProcessor.cs
|
|
LINE: 1880
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Errors
|
|
MESSAGE: Property 'Errors' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Configuration/ConfigProcessor.cs
|
|
LINE: 1881
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Warnings
|
|
MESSAGE: Property 'Warnings' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Configuration/ConfigProcessor.cs
|
|
LINE: 1890
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: SourceLocation
|
|
MESSAGE: Property 'SourceLocation' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Configuration/ConfigProcessor.cs
|
|
LINE: 1900
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Field
|
|
MESSAGE: Property 'Field' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Configuration/ConfigReloader.cs
|
|
LINE: 813
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Constructor
|
|
SIGNATURE: ConfigReloadResult(bool Unchanged, NatsOptions? NewOptions, string? NewDigest, List<IConfigChange>? Changes, List<string>? Errors)
|
|
MESSAGE: Constructor 'ConfigReloadResult(bool Unchanged, NatsOptions? NewOptions, string? NewDigest, List<IConfigChange>? Changes, List<string>? Errors)' is missing <param name="Errors"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Configuration/ConfigReloader.cs
|
|
LINE: 813
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Constructor
|
|
SIGNATURE: ConfigReloadResult(bool Unchanged, NatsOptions? NewOptions, string? NewDigest, List<IConfigChange>? Changes, List<string>? Errors)
|
|
MESSAGE: Constructor 'ConfigReloadResult(bool Unchanged, NatsOptions? NewOptions, string? NewDigest, List<IConfigChange>? Changes, List<string>? Errors)' is missing <param name="Changes"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Configuration/ConfigReloader.cs
|
|
LINE: 813
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Constructor
|
|
SIGNATURE: ConfigReloadResult(bool Unchanged, NatsOptions? NewOptions, string? NewDigest, List<IConfigChange>? Changes, List<string>? Errors)
|
|
MESSAGE: Constructor 'ConfigReloadResult(bool Unchanged, NatsOptions? NewOptions, string? NewDigest, List<IConfigChange>? Changes, List<string>? Errors)' is missing <param name="NewDigest"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Configuration/ConfigReloader.cs
|
|
LINE: 813
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Constructor
|
|
SIGNATURE: ConfigReloadResult(bool Unchanged, NatsOptions? NewOptions, string? NewDigest, List<IConfigChange>? Changes, List<string>? Errors)
|
|
MESSAGE: Constructor 'ConfigReloadResult(bool Unchanged, NatsOptions? NewOptions, string? NewDigest, List<IConfigChange>? Changes, List<string>? Errors)' is missing <param name="NewOptions"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Configuration/ConfigReloader.cs
|
|
LINE: 813
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Constructor
|
|
SIGNATURE: ConfigReloadResult(bool Unchanged, NatsOptions? NewOptions, string? NewDigest, List<IConfigChange>? Changes, List<string>? Errors)
|
|
MESSAGE: Constructor 'ConfigReloadResult(bool Unchanged, NatsOptions? NewOptions, string? NewDigest, List<IConfigChange>? Changes, List<string>? Errors)' is missing <param name="Unchanged"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Configuration/IConfigChange.cs
|
|
LINE: 49
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Name
|
|
MESSAGE: Property 'Name' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Configuration/IConfigChange.cs
|
|
LINE: 50
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: IsLoggingChange
|
|
MESSAGE: Property 'IsLoggingChange' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Configuration/IConfigChange.cs
|
|
LINE: 51
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: IsAuthChange
|
|
MESSAGE: Property 'IsAuthChange' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Configuration/IConfigChange.cs
|
|
LINE: 52
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: IsTlsChange
|
|
MESSAGE: Property 'IsTlsChange' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Configuration/IConfigChange.cs
|
|
LINE: 53
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: IsNonReloadable
|
|
MESSAGE: Property 'IsNonReloadable' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Configuration/LeafNodeOptions.cs
|
|
LINE: 68
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: SetConnectDelay(TimeSpan delay)
|
|
MESSAGE: Method 'SetConnectDelay(TimeSpan delay)' is missing <param name="delay"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Configuration/LeafNodeOptions.cs
|
|
LINE: 74
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: StartMigrateTimer(TimerCallback callback, TimeSpan delay)
|
|
MESSAGE: Method 'StartMigrateTimer(TimerCallback callback, TimeSpan delay)' is missing <param name="delay"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Configuration/LeafNodeOptions.cs
|
|
LINE: 74
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: StartMigrateTimer(TimerCallback callback, TimeSpan delay)
|
|
MESSAGE: Method 'StartMigrateTimer(TimerCallback callback, TimeSpan delay)' is missing <param name="callback"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Configuration/LeafNodeOptions.cs
|
|
LINE: 96
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: SaveTlsHostname(string url)
|
|
MESSAGE: Method 'SaveTlsHostname(string url)' is missing <param name="url"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Configuration/LeafNodeOptions.cs
|
|
LINE: 106
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: SaveUserPassword(string url)
|
|
MESSAGE: Method 'SaveUserPassword(string url)' is missing <param name="url"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Configuration/LeafNodeOptions.cs
|
|
LINE: 127
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Host
|
|
MESSAGE: Property 'Host' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Configuration/LeafNodeOptions.cs
|
|
LINE: 128
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Port
|
|
MESSAGE: Property 'Port' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Configuration/LeafNodeOptions.cs
|
|
LINE: 131
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Username
|
|
MESSAGE: Property 'Username' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Configuration/LeafNodeOptions.cs
|
|
LINE: 132
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Password
|
|
MESSAGE: Property 'Password' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Configuration/LeafNodeOptions.cs
|
|
LINE: 133
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: AuthTimeout
|
|
MESSAGE: Property 'AuthTimeout' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Configuration/LeafNodeOptions.cs
|
|
LINE: 136
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Advertise
|
|
MESSAGE: Property 'Advertise' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Configuration/LeafNodeOptions.cs
|
|
LINE: 139
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: WriteDeadline
|
|
MESSAGE: Property 'WriteDeadline' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Configuration/LeafNodeOptions.cs
|
|
LINE: 159
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: DenyExports
|
|
MESSAGE: Property 'DenyExports' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Configuration/LeafNodeOptions.cs
|
|
LINE: 160
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: DenyImports
|
|
MESSAGE: Property 'DenyImports' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Configuration/LeafNodeOptions.cs
|
|
LINE: 161
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: ExportSubjects
|
|
MESSAGE: Property 'ExportSubjects' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Configuration/LeafNodeOptions.cs
|
|
LINE: 162
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: ImportSubjects
|
|
MESSAGE: Property 'ImportSubjects' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Configuration/NatsConfLexer.cs
|
|
LINE: 66
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: Tokenize(string input)
|
|
MESSAGE: Method 'Tokenize(string input)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Configuration/NatsConfParser.cs
|
|
LINE: 31
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: Parse(string data)
|
|
MESSAGE: Method 'Parse(string data)' is missing <param name="data"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Configuration/NatsConfParser.cs
|
|
LINE: 43
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: ParseWithChecks(string data)
|
|
MESSAGE: Method 'ParseWithChecks(string data)' is missing <param name="data"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Configuration/NatsConfParser.cs
|
|
LINE: 48
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: ParseFile(string filePath)
|
|
MESSAGE: Method 'ParseFile(string filePath)' is missing <param name="filePath"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Configuration/NatsConfParser.cs
|
|
LINE: 55
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: ParseFileWithChecks(string filePath)
|
|
MESSAGE: Method 'ParseFileWithChecks(string filePath)' is missing <param name="filePath"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Configuration/NatsConfParser.cs
|
|
LINE: 71
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: ParseFileWithDigest(string filePath)
|
|
MESSAGE: Method 'ParseFileWithDigest(string filePath)' is missing <param name="filePath"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Configuration/NatsConfParser.cs
|
|
LINE: 88
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: ParseFileWithChecksDigest(string filePath)
|
|
MESSAGE: Method 'ParseFileWithChecksDigest(string filePath)' is missing <param name="filePath"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Configuration/NatsConfParser.cs
|
|
LINE: 207
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Mapping
|
|
MESSAGE: Property 'Mapping' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Configuration/NatsConfParser.cs
|
|
LINE: 209
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Constructor
|
|
SIGNATURE: ParserState(IReadOnlyList<Token> tokens, string baseDir)
|
|
MESSAGE: Constructor 'ParserState(IReadOnlyList<Token> tokens, string baseDir)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Configuration/NatsConfParser.cs
|
|
LINE: 214
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Constructor
|
|
SIGNATURE: ParserState(IReadOnlyList<Token> tokens, string baseDir, HashSet<string> envVarReferences, int includeDepth)
|
|
MESSAGE: Constructor 'ParserState(IReadOnlyList<Token> tokens, string baseDir, HashSet<string> envVarReferences, int includeDepth)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Configuration/NatsConfParser.cs
|
|
LINE: 222
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: Run()
|
|
MESSAGE: Method 'Run()' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Configuration/NatsConfToken.cs
|
|
LINE: 39
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Constructor
|
|
SIGNATURE: PedanticToken(Token item, object? value, bool usedVariable, string sourceFile)
|
|
MESSAGE: Constructor 'PedanticToken(Token item, object? value, bool usedVariable, string sourceFile)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Configuration/NatsConfToken.cs
|
|
LINE: 47
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: MarshalJson()
|
|
MESSAGE: Method 'MarshalJson()' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Configuration/NatsConfToken.cs
|
|
LINE: 49
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: Value()
|
|
MESSAGE: Method 'Value()' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Configuration/NatsConfToken.cs
|
|
LINE: 51
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: Line()
|
|
MESSAGE: Method 'Line()' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Configuration/NatsConfToken.cs
|
|
LINE: 53
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: IsUsedVariable()
|
|
MESSAGE: Method 'IsUsedVariable()' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Configuration/NatsConfToken.cs
|
|
LINE: 55
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: SourceFile()
|
|
MESSAGE: Method 'SourceFile()' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Configuration/NatsConfToken.cs
|
|
LINE: 57
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: Position()
|
|
MESSAGE: Method 'Position()' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Events/EventCompressor.cs
|
|
LINE: 80
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: Compress(ReadOnlySpan<byte> payload, EventCompressionType compression)
|
|
MESSAGE: Method 'Compress(ReadOnlySpan<byte> payload, EventCompressionType compression)' is missing <param name="compression"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Events/EventCompressor.cs
|
|
LINE: 80
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: Compress(ReadOnlySpan<byte> payload, EventCompressionType compression)
|
|
MESSAGE: Method 'Compress(ReadOnlySpan<byte> payload, EventCompressionType compression)' is missing <param name="payload"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Events/EventCompressor.cs
|
|
LINE: 107
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: Decompress(ReadOnlySpan<byte> compressed, EventCompressionType compression)
|
|
MESSAGE: Method 'Decompress(ReadOnlySpan<byte> compressed, EventCompressionType compression)' is missing <param name="compression"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Events/EventCompressor.cs
|
|
LINE: 107
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: Decompress(ReadOnlySpan<byte> compressed, EventCompressionType compression)
|
|
MESSAGE: Method 'Decompress(ReadOnlySpan<byte> compressed, EventCompressionType compression)' is missing <param name="compressed"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Events/EventCompressor.cs
|
|
LINE: 153
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: CompressIfBeneficial(ReadOnlySpan<byte> payload, EventCompressionType compression, int thresholdBytes)
|
|
MESSAGE: Method 'CompressIfBeneficial(ReadOnlySpan<byte> payload, EventCompressionType compression, int thresholdBytes)' is missing <param name="thresholdBytes"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Events/EventCompressor.cs
|
|
LINE: 153
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: CompressIfBeneficial(ReadOnlySpan<byte> payload, EventCompressionType compression, int thresholdBytes)
|
|
MESSAGE: Method 'CompressIfBeneficial(ReadOnlySpan<byte> payload, EventCompressionType compression, int thresholdBytes)' is missing <param name="compression"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Events/EventCompressor.cs
|
|
LINE: 153
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: CompressIfBeneficial(ReadOnlySpan<byte> payload, EventCompressionType compression, int thresholdBytes)
|
|
MESSAGE: Method 'CompressIfBeneficial(ReadOnlySpan<byte> payload, EventCompressionType compression, int thresholdBytes)' is missing <param name="payload"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Events/EventCompressor.cs
|
|
LINE: 192
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: GetAcceptEncoding(string? acceptEncoding)
|
|
MESSAGE: Method 'GetAcceptEncoding(string? acceptEncoding)' is missing <param name="acceptEncoding"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Events/EventSubjects.cs
|
|
LINE: 78
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Delegate
|
|
SIGNATURE: SystemMessageHandler
|
|
MESSAGE: Parameter 'sub' in delegate 'SystemMessageHandler' is missing from XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Events/EventSubjects.cs
|
|
LINE: 79
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Delegate
|
|
SIGNATURE: SystemMessageHandler
|
|
MESSAGE: Parameter 'client' in delegate 'SystemMessageHandler' is missing from XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Events/EventSubjects.cs
|
|
LINE: 80
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Delegate
|
|
SIGNATURE: SystemMessageHandler
|
|
MESSAGE: Parameter 'account' in delegate 'SystemMessageHandler' is missing from XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Events/EventSubjects.cs
|
|
LINE: 81
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Delegate
|
|
SIGNATURE: SystemMessageHandler
|
|
MESSAGE: Parameter 'subject' in delegate 'SystemMessageHandler' is missing from XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Events/EventSubjects.cs
|
|
LINE: 82
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Delegate
|
|
SIGNATURE: SystemMessageHandler
|
|
MESSAGE: Parameter 'reply' in delegate 'SystemMessageHandler' is missing from XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Events/EventSubjects.cs
|
|
LINE: 83
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Delegate
|
|
SIGNATURE: SystemMessageHandler
|
|
MESSAGE: Parameter 'headers' in delegate 'SystemMessageHandler' is missing from XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Events/EventSubjects.cs
|
|
LINE: 84
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Delegate
|
|
SIGNATURE: SystemMessageHandler
|
|
MESSAGE: Parameter 'message' in delegate 'SystemMessageHandler' is missing from XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Gateways/GatewayCommands.cs
|
|
LINE: 48
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: FormatSub(string account, string subject)
|
|
MESSAGE: Method 'FormatSub(string account, string subject)' is missing <param name="subject"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Gateways/GatewayCommands.cs
|
|
LINE: 48
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: FormatSub(string account, string subject)
|
|
MESSAGE: Method 'FormatSub(string account, string subject)' is missing <param name="account"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Gateways/GatewayCommands.cs
|
|
LINE: 56
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: FormatUnsub(string account, string subject)
|
|
MESSAGE: Method 'FormatUnsub(string account, string subject)' is missing <param name="subject"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Gateways/GatewayCommands.cs
|
|
LINE: 56
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: FormatUnsub(string account, string subject)
|
|
MESSAGE: Method 'FormatUnsub(string account, string subject)' is missing <param name="account"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Gateways/GatewayCommands.cs
|
|
LINE: 65
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: FormatMode(string account, GatewayInterestMode mode)
|
|
MESSAGE: Method 'FormatMode(string account, GatewayInterestMode mode)' is missing <param name="mode"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Gateways/GatewayCommands.cs
|
|
LINE: 65
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: FormatMode(string account, GatewayInterestMode mode)
|
|
MESSAGE: Method 'FormatMode(string account, GatewayInterestMode mode)' is missing <param name="account"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Gateways/GatewayCommands.cs
|
|
LINE: 76
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: ParseCommandType(ReadOnlySpan<byte> line)
|
|
MESSAGE: Method 'ParseCommandType(ReadOnlySpan<byte> line)' is missing <param name="line"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Gateways/GatewayInterestTracker.cs
|
|
LINE: 45
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Constructor
|
|
SIGNATURE: GatewayInterestTracker(int noInterestThreshold)
|
|
MESSAGE: Constructor 'GatewayInterestTracker(int noInterestThreshold)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Gateways/GatewayInterestTracker.cs
|
|
LINE: 54
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: GetMode(string account)
|
|
MESSAGE: Method 'GetMode(string account)' is missing <param name="account"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Gateways/GatewayInterestTracker.cs
|
|
LINE: 61
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: TrackInterest(string account, string subject)
|
|
MESSAGE: Method 'TrackInterest(string account, string subject)' is missing <param name="subject"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Gateways/GatewayInterestTracker.cs
|
|
LINE: 61
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: TrackInterest(string account, string subject)
|
|
MESSAGE: Method 'TrackInterest(string account, string subject)' is missing <param name="account"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Gateways/GatewayInterestTracker.cs
|
|
LINE: 86
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: TrackNoInterest(string account, string subject)
|
|
MESSAGE: Method 'TrackNoInterest(string account, string subject)' is missing <param name="subject"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Gateways/GatewayInterestTracker.cs
|
|
LINE: 86
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: TrackNoInterest(string account, string subject)
|
|
MESSAGE: Method 'TrackNoInterest(string account, string subject)' is missing <param name="account"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Gateways/GatewayInterestTracker.cs
|
|
LINE: 113
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: ShouldForward(string account, string subject)
|
|
MESSAGE: Method 'ShouldForward(string account, string subject)' is missing <param name="subject"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Gateways/GatewayInterestTracker.cs
|
|
LINE: 113
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: ShouldForward(string account, string subject)
|
|
MESSAGE: Method 'ShouldForward(string account, string subject)' is missing <param name="account"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Gateways/GatewayInterestTracker.cs
|
|
LINE: 144
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: SwitchToInterestOnly(string account)
|
|
MESSAGE: Method 'SwitchToInterestOnly(string account)' is missing <param name="account"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Gateways/GatewayInterestTracker.cs
|
|
LINE: 182
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Mode
|
|
MESSAGE: Property 'Mode' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Imports/ExportAuth.cs
|
|
LINE: 7
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: TokenRequired
|
|
MESSAGE: Property 'TokenRequired' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Imports/ExportAuth.cs
|
|
LINE: 8
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: AccountPosition
|
|
MESSAGE: Property 'AccountPosition' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Imports/ExportAuth.cs
|
|
LINE: 9
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: ApprovedAccounts
|
|
MESSAGE: Property 'ApprovedAccounts' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Imports/ExportAuth.cs
|
|
LINE: 10
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: RevokedAccounts
|
|
MESSAGE: Property 'RevokedAccounts' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Imports/ExportAuth.cs
|
|
LINE: 12
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: IsAuthorized(Account account)
|
|
MESSAGE: Method 'IsAuthorized(Account account)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Imports/ExportMap.cs
|
|
LINE: 5
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Streams
|
|
MESSAGE: Property 'Streams' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Imports/ExportMap.cs
|
|
LINE: 6
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Services
|
|
MESSAGE: Property 'Services' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Imports/ExportMap.cs
|
|
LINE: 7
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Responses
|
|
MESSAGE: Property 'Responses' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Imports/ImportMap.cs
|
|
LINE: 7
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Streams
|
|
MESSAGE: Property 'Streams' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Imports/ImportMap.cs
|
|
LINE: 8
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Services
|
|
MESSAGE: Property 'Services' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Imports/ImportMap.cs
|
|
LINE: 10
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: AddServiceImport(ServiceImport si)
|
|
MESSAGE: Method 'AddServiceImport(ServiceImport si)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Imports/LatencyTracker.cs
|
|
LINE: 7
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Type
|
|
MESSAGE: Property 'Type' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Imports/LatencyTracker.cs
|
|
LINE: 10
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Requestor
|
|
MESSAGE: Property 'Requestor' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Imports/LatencyTracker.cs
|
|
LINE: 13
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Responder
|
|
MESSAGE: Property 'Responder' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Imports/LatencyTracker.cs
|
|
LINE: 16
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Status
|
|
MESSAGE: Property 'Status' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Imports/LatencyTracker.cs
|
|
LINE: 19
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: ServiceLatencyNanos
|
|
MESSAGE: Property 'ServiceLatencyNanos' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Imports/LatencyTracker.cs
|
|
LINE: 22
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: TotalLatencyNanos
|
|
MESSAGE: Property 'TotalLatencyNanos' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Imports/LatencyTracker.cs
|
|
LINE: 28
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: ShouldSample(ServiceLatency latency)
|
|
MESSAGE: Method 'ShouldSample(ServiceLatency latency)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Imports/LatencyTracker.cs
|
|
LINE: 35
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: BuildLatencyMsg(string requestor, string responder, TimeSpan serviceLatency, TimeSpan totalLatency)
|
|
MESSAGE: Method 'BuildLatencyMsg(string requestor, string responder, TimeSpan serviceLatency, TimeSpan totalLatency)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Imports/ResponseRouter.cs
|
|
LINE: 33
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: CreateResponseImport(Account exporterAccount, ServiceImport originalImport, string originalReply)
|
|
MESSAGE: Method 'CreateResponseImport(Account exporterAccount, ServiceImport originalImport, string originalReply)' is missing <param name="originalReply"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Imports/ResponseRouter.cs
|
|
LINE: 33
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: CreateResponseImport(Account exporterAccount, ServiceImport originalImport, string originalReply)
|
|
MESSAGE: Method 'CreateResponseImport(Account exporterAccount, ServiceImport originalImport, string originalReply)' is missing <param name="originalImport"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Imports/ResponseRouter.cs
|
|
LINE: 33
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: CreateResponseImport(Account exporterAccount, ServiceImport originalImport, string originalReply)
|
|
MESSAGE: Method 'CreateResponseImport(Account exporterAccount, ServiceImport originalImport, string originalReply)' is missing <param name="exporterAccount"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Imports/ResponseRouter.cs
|
|
LINE: 60
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: CleanupResponse(Account account, string replyPrefix, ServiceImport responseSi)
|
|
MESSAGE: Method 'CleanupResponse(Account account, string replyPrefix, ServiceImport responseSi)' is missing <param name="responseSi"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Imports/ResponseRouter.cs
|
|
LINE: 60
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: CleanupResponse(Account account, string replyPrefix, ServiceImport responseSi)
|
|
MESSAGE: Method 'CleanupResponse(Account account, string replyPrefix, ServiceImport responseSi)' is missing <param name="replyPrefix"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Imports/ResponseRouter.cs
|
|
LINE: 60
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: CleanupResponse(Account account, string replyPrefix, ServiceImport responseSi)
|
|
MESSAGE: Method 'CleanupResponse(Account account, string replyPrefix, ServiceImport responseSi)' is missing <param name="account"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Imports/ServiceExport.cs
|
|
LINE: 7
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Auth
|
|
MESSAGE: Property 'Auth' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Imports/ServiceExport.cs
|
|
LINE: 8
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Account
|
|
MESSAGE: Property 'Account' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Imports/ServiceExport.cs
|
|
LINE: 9
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: ResponseType
|
|
MESSAGE: Property 'ResponseType' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Imports/ServiceExport.cs
|
|
LINE: 10
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: ResponseThreshold
|
|
MESSAGE: Property 'ResponseThreshold' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Imports/ServiceExport.cs
|
|
LINE: 11
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Latency
|
|
MESSAGE: Property 'Latency' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Imports/ServiceExport.cs
|
|
LINE: 12
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: AllowTrace
|
|
MESSAGE: Property 'AllowTrace' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Imports/ServiceImport.cs
|
|
LINE: 8
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: DestinationAccount
|
|
MESSAGE: Property 'DestinationAccount' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Imports/ServiceImport.cs
|
|
LINE: 9
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: From
|
|
MESSAGE: Property 'From' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Imports/ServiceImport.cs
|
|
LINE: 10
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: To
|
|
MESSAGE: Property 'To' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Imports/ServiceImport.cs
|
|
LINE: 11
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Transform
|
|
MESSAGE: Property 'Transform' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Imports/ServiceImport.cs
|
|
LINE: 12
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Export
|
|
MESSAGE: Property 'Export' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Imports/ServiceImport.cs
|
|
LINE: 13
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: ResponseType
|
|
MESSAGE: Property 'ResponseType' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Imports/ServiceImport.cs
|
|
LINE: 14
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Sid
|
|
MESSAGE: Property 'Sid' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Imports/ServiceImport.cs
|
|
LINE: 15
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: IsResponse
|
|
MESSAGE: Property 'IsResponse' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Imports/ServiceImport.cs
|
|
LINE: 16
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: UsePub
|
|
MESSAGE: Property 'UsePub' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Imports/ServiceImport.cs
|
|
LINE: 17
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Invalid
|
|
MESSAGE: Property 'Invalid' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Imports/ServiceImport.cs
|
|
LINE: 18
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Share
|
|
MESSAGE: Property 'Share' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Imports/ServiceImport.cs
|
|
LINE: 19
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Tracking
|
|
MESSAGE: Property 'Tracking' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Imports/ServiceImport.cs
|
|
LINE: 20
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: TimestampTicks
|
|
MESSAGE: Property 'TimestampTicks' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Imports/ServiceLatency.cs
|
|
LINE: 5
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: SamplingPercentage
|
|
MESSAGE: Property 'SamplingPercentage' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Imports/ServiceLatency.cs
|
|
LINE: 6
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Subject
|
|
MESSAGE: Property 'Subject' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Imports/StreamExport.cs
|
|
LINE: 5
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Auth
|
|
MESSAGE: Property 'Auth' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Imports/StreamImport.cs
|
|
LINE: 8
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: SourceAccount
|
|
MESSAGE: Property 'SourceAccount' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Imports/StreamImport.cs
|
|
LINE: 9
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: From
|
|
MESSAGE: Property 'From' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Imports/StreamImport.cs
|
|
LINE: 10
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: To
|
|
MESSAGE: Property 'To' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Imports/StreamImport.cs
|
|
LINE: 11
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Transform
|
|
MESSAGE: Property 'Transform' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Imports/StreamImport.cs
|
|
LINE: 12
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: UsePub
|
|
MESSAGE: Property 'UsePub' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Imports/StreamImport.cs
|
|
LINE: 13
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Invalid
|
|
MESSAGE: Property 'Invalid' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/INatsClient.cs
|
|
LINE: 8
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Id
|
|
MESSAGE: Property 'Id' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/INatsClient.cs
|
|
LINE: 9
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Kind
|
|
MESSAGE: Property 'Kind' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/INatsClient.cs
|
|
LINE: 10
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: IsInternal
|
|
MESSAGE: Property 'IsInternal' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/INatsClient.cs
|
|
LINE: 11
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Account
|
|
MESSAGE: Property 'Account' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/INatsClient.cs
|
|
LINE: 12
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: ClientOpts
|
|
MESSAGE: Property 'ClientOpts' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/INatsClient.cs
|
|
LINE: 13
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Permissions
|
|
MESSAGE: Property 'Permissions' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/INatsClient.cs
|
|
LINE: 15
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: SendMessage(string subject, string sid, string? replyTo, ReadOnlyMemory<byte> headers, ReadOnlyMemory<byte> payload)
|
|
MESSAGE: Method 'SendMessage(string subject, string sid, string? replyTo, ReadOnlyMemory<byte> headers, ReadOnlyMemory<byte> payload)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/INatsClient.cs
|
|
LINE: 17
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: SendMessageNoFlush(string subject, string sid, string? replyTo, ReadOnlyMemory<byte> headers, ReadOnlyMemory<byte> payload)
|
|
MESSAGE: Method 'SendMessageNoFlush(string subject, string sid, string? replyTo, ReadOnlyMemory<byte> headers, ReadOnlyMemory<byte> payload)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/INatsClient.cs
|
|
LINE: 19
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: SignalFlush()
|
|
MESSAGE: Method 'SignalFlush()' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/INatsClient.cs
|
|
LINE: 20
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: QueueOutbound(ReadOnlyMemory<byte> data)
|
|
MESSAGE: Method 'QueueOutbound(ReadOnlyMemory<byte> data)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/INatsClient.cs
|
|
LINE: 21
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: RemoveSubscription(string sid)
|
|
MESSAGE: Method 'RemoveSubscription(string sid)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Internal/SubjectTree/Nodes.cs
|
|
LINE: 185
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: SetPrefix(ReadOnlySpan<byte> pre)
|
|
MESSAGE: Method 'SetPrefix(ReadOnlySpan<byte> pre)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Internal/SubjectTree/Nodes.cs
|
|
LINE: 186
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: AddChild(byte c, INode n)
|
|
MESSAGE: Method 'AddChild(byte c, INode n)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Internal/SubjectTree/Nodes.cs
|
|
LINE: 187
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: FindChild(byte c)
|
|
MESSAGE: Method 'FindChild(byte c)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Internal/SubjectTree/Nodes.cs
|
|
LINE: 188
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: Grow()
|
|
MESSAGE: Method 'Grow()' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Internal/SubjectTree/Nodes.cs
|
|
LINE: 189
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: DeleteChild(byte c)
|
|
MESSAGE: Method 'DeleteChild(byte c)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Internal/SubjectTree/Nodes.cs
|
|
LINE: 190
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: Shrink()
|
|
MESSAGE: Method 'Shrink()' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Internal/SubjectTree/Parts.cs
|
|
LINE: 23
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: Pivot(ReadOnlySpan<byte> subject, int pos)
|
|
MESSAGE: Method 'Pivot(ReadOnlySpan<byte> subject, int pos)' is missing <param name="pos"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Internal/SubjectTree/Parts.cs
|
|
LINE: 23
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: Pivot(ReadOnlySpan<byte> subject, int pos)
|
|
MESSAGE: Method 'Pivot(ReadOnlySpan<byte> subject, int pos)' is missing <param name="subject"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Internal/SubjectTree/Parts.cs
|
|
LINE: 33
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: CommonPrefixLen(ReadOnlySpan<byte> s1, ReadOnlySpan<byte> s2)
|
|
MESSAGE: Method 'CommonPrefixLen(ReadOnlySpan<byte> s1, ReadOnlySpan<byte> s2)' is missing <param name="s2"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Internal/SubjectTree/Parts.cs
|
|
LINE: 33
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: CommonPrefixLen(ReadOnlySpan<byte> s1, ReadOnlySpan<byte> s2)
|
|
MESSAGE: Method 'CommonPrefixLen(ReadOnlySpan<byte> s1, ReadOnlySpan<byte> s2)' is missing <param name="s1"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Internal/SubjectTree/Parts.cs
|
|
LINE: 47
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: CopyBytes(ReadOnlySpan<byte> src)
|
|
MESSAGE: Method 'CopyBytes(ReadOnlySpan<byte> src)' is missing <param name="src"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Internal/SubjectTree/Parts.cs
|
|
LINE: 57
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: GenParts(ReadOnlySpan<byte> filter)
|
|
MESSAGE: Method 'GenParts(ReadOnlySpan<byte> filter)' is missing <param name="filter"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Internal/SubjectTree/Parts.cs
|
|
LINE: 145
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: MatchPartsAgainstFragment(ReadOnlyMemory<byte>[] parts, ReadOnlySpan<byte> frag)
|
|
MESSAGE: Method 'MatchPartsAgainstFragment(ReadOnlyMemory<byte>[] parts, ReadOnlySpan<byte> frag)' is missing <param name="frag"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Internal/SubjectTree/Parts.cs
|
|
LINE: 145
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: MatchPartsAgainstFragment(ReadOnlyMemory<byte>[] parts, ReadOnlySpan<byte> frag)
|
|
MESSAGE: Method 'MatchPartsAgainstFragment(ReadOnlyMemory<byte>[] parts, ReadOnlySpan<byte> frag)' is missing <param name="parts"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Internal/TimeHashWheel/HashWheel.cs
|
|
LINE: 34
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Constructor
|
|
SIGNATURE: HashWheel()
|
|
MESSAGE: Constructor 'HashWheel()' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Internal/TimeHashWheel/HashWheel.cs
|
|
LINE: 60
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: Add(ulong seq, long expires)
|
|
MESSAGE: Method 'Add(ulong seq, long expires)' is missing <param name="expires"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Internal/TimeHashWheel/HashWheel.cs
|
|
LINE: 60
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: Add(ulong seq, long expires)
|
|
MESSAGE: Method 'Add(ulong seq, long expires)' is missing <param name="seq"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Internal/TimeHashWheel/HashWheel.cs
|
|
LINE: 92
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: Remove(ulong seq, long expires)
|
|
MESSAGE: Method 'Remove(ulong seq, long expires)' is missing <param name="expires"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Internal/TimeHashWheel/HashWheel.cs
|
|
LINE: 92
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: Remove(ulong seq, long expires)
|
|
MESSAGE: Method 'Remove(ulong seq, long expires)' is missing <param name="seq"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Internal/TimeHashWheel/HashWheel.cs
|
|
LINE: 123
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: Update(ulong seq, long oldExpires, long newExpires)
|
|
MESSAGE: Method 'Update(ulong seq, long oldExpires, long newExpires)' is missing <param name="newExpires"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Internal/TimeHashWheel/HashWheel.cs
|
|
LINE: 123
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: Update(ulong seq, long oldExpires, long newExpires)
|
|
MESSAGE: Method 'Update(ulong seq, long oldExpires, long newExpires)' is missing <param name="oldExpires"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Internal/TimeHashWheel/HashWheel.cs
|
|
LINE: 123
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: Update(ulong seq, long oldExpires, long newExpires)
|
|
MESSAGE: Method 'Update(ulong seq, long oldExpires, long newExpires)' is missing <param name="seq"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Internal/TimeHashWheel/HashWheel.cs
|
|
LINE: 135
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: ExpireTasks(Func<ulong, long, bool> callback)
|
|
MESSAGE: Method 'ExpireTasks(Func<ulong, long, bool> callback)' is missing <param name="callback"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Internal/TimeHashWheel/HashWheel.cs
|
|
LINE: 148
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: ExpireTasksInternal(long ts, Func<ulong, long, bool> callback)
|
|
MESSAGE: Method 'ExpireTasksInternal(long ts, Func<ulong, long, bool> callback)' is missing <param name="callback"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Internal/TimeHashWheel/HashWheel.cs
|
|
LINE: 148
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: ExpireTasksInternal(long ts, Func<ulong, long, bool> callback)
|
|
MESSAGE: Method 'ExpireTasksInternal(long ts, Func<ulong, long, bool> callback)' is missing <param name="ts"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Internal/TimeHashWheel/HashWheel.cs
|
|
LINE: 219
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: GetNextExpiration(long before)
|
|
MESSAGE: Method 'GetNextExpiration(long before)' is missing <param name="before"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Internal/TimeHashWheel/HashWheel.cs
|
|
LINE: 235
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: Encode(ulong highSeq)
|
|
MESSAGE: Method 'Encode(ulong highSeq)' is missing <param name="highSeq"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Internal/TimeHashWheel/HashWheel.cs
|
|
LINE: 282
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: Decode(ReadOnlySpan<byte> buf)
|
|
MESSAGE: Method 'Decode(ReadOnlySpan<byte> buf)' is missing <param name="buf"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Internal/TimeHashWheel/HashWheel.cs
|
|
LINE: 415
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Entries
|
|
MESSAGE: Property 'Entries' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Internal/TimeHashWheel/HashWheel.cs
|
|
LINE: 418
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Lowest
|
|
MESSAGE: Property 'Lowest' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/InternalClient.cs
|
|
LINE: 14
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Id
|
|
MESSAGE: Property 'Id' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/InternalClient.cs
|
|
LINE: 15
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Kind
|
|
MESSAGE: Property 'Kind' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/InternalClient.cs
|
|
LINE: 16
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: IsInternal
|
|
MESSAGE: Property 'IsInternal' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/InternalClient.cs
|
|
LINE: 17
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Account
|
|
MESSAGE: Property 'Account' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/InternalClient.cs
|
|
LINE: 18
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: ClientOpts
|
|
MESSAGE: Property 'ClientOpts' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/InternalClient.cs
|
|
LINE: 19
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Permissions
|
|
MESSAGE: Property 'Permissions' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/InternalClient.cs
|
|
LINE: 29
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Constructor
|
|
SIGNATURE: InternalClient(ulong id, ClientKind kind, Account account)
|
|
MESSAGE: Constructor 'InternalClient(ulong id, ClientKind kind, Account account)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/InternalClient.cs
|
|
LINE: 39
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: SendMessage(string subject, string sid, string? replyTo, ReadOnlyMemory<byte> headers, ReadOnlyMemory<byte> payload)
|
|
MESSAGE: Method 'SendMessage(string subject, string sid, string? replyTo, ReadOnlyMemory<byte> headers, ReadOnlyMemory<byte> payload)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/InternalClient.cs
|
|
LINE: 45
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: SendMessageNoFlush(string subject, string sid, string? replyTo, ReadOnlyMemory<byte> headers, ReadOnlyMemory<byte> payload)
|
|
MESSAGE: Method 'SendMessageNoFlush(string subject, string sid, string? replyTo, ReadOnlyMemory<byte> headers, ReadOnlyMemory<byte> payload)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/InternalClient.cs
|
|
LINE: 52
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: SignalFlush()
|
|
MESSAGE: Method 'SignalFlush()' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/InternalClient.cs
|
|
LINE: 54
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: QueueOutbound(ReadOnlyMemory<byte> data)
|
|
MESSAGE: Method 'QueueOutbound(ReadOnlyMemory<byte> data)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/InternalClient.cs
|
|
LINE: 56
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: RemoveSubscription(string sid)
|
|
MESSAGE: Method 'RemoveSubscription(string sid)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/InternalClient.cs
|
|
LINE: 62
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: AddSubscription(Subscription sub)
|
|
MESSAGE: Method 'AddSubscription(Subscription sub)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/InternalClient.cs
|
|
LINE: 67
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Subscriptions
|
|
MESSAGE: Property 'Subscriptions' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/IO/AdaptiveReadBuffer.cs
|
|
LINE: 14
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: CurrentSize
|
|
MESSAGE: Property 'CurrentSize' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/IO/AdaptiveReadBuffer.cs
|
|
LINE: 19
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: RecordRead(int bytesRead)
|
|
MESSAGE: Method 'RecordRead(int bytesRead)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/IO/OutboundBufferPool.cs
|
|
LINE: 26
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: RentCount
|
|
MESSAGE: Property 'RentCount' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/IO/OutboundBufferPool.cs
|
|
LINE: 27
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: ReturnCount
|
|
MESSAGE: Property 'ReturnCount' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/IO/OutboundBufferPool.cs
|
|
LINE: 28
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: BroadcastCount
|
|
MESSAGE: Property 'BroadcastCount' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/IO/OutboundBufferPool.cs
|
|
LINE: 39
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: Rent(int size)
|
|
MESSAGE: Method 'Rent(int size)' is missing <param name="size"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/IO/OutboundBufferPool.cs
|
|
LINE: 73
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: RentBuffer(int size)
|
|
MESSAGE: Method 'RentBuffer(int size)' is missing <param name="size"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/IO/OutboundBufferPool.cs
|
|
LINE: 97
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: ReturnBuffer(byte[] buffer)
|
|
MESSAGE: Method 'ReturnBuffer(byte[] buffer)' is missing <param name="buffer"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/IO/OutboundBufferPool.cs
|
|
LINE: 131
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: BroadcastDrain(IReadOnlyList<ReadOnlyMemory<byte>> pendingWrites, byte[] destination)
|
|
MESSAGE: Method 'BroadcastDrain(IReadOnlyList<ReadOnlyMemory<byte>> pendingWrites, byte[] destination)' is missing <param name="destination"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/IO/OutboundBufferPool.cs
|
|
LINE: 131
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: BroadcastDrain(IReadOnlyList<ReadOnlyMemory<byte>> pendingWrites, byte[] destination)
|
|
MESSAGE: Method 'BroadcastDrain(IReadOnlyList<ReadOnlyMemory<byte>> pendingWrites, byte[] destination)' is missing <param name="pendingWrites"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/IO/OutboundBufferPool.cs
|
|
LINE: 147
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: CalculateBroadcastSize(IReadOnlyList<ReadOnlyMemory<byte>> pendingWrites)
|
|
MESSAGE: Method 'CalculateBroadcastSize(IReadOnlyList<ReadOnlyMemory<byte>> pendingWrites)' is missing <param name="pendingWrites"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/IO/OutboundBufferPool.cs
|
|
LINE: 167
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Constructor
|
|
SIGNATURE: PooledMemoryOwner(byte[] buffer, ConcurrentBag<byte[]> pool)
|
|
MESSAGE: Constructor 'PooledMemoryOwner(byte[] buffer, ConcurrentBag<byte[]> pool)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/IO/OutboundBufferPool.cs
|
|
LINE: 173
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Memory
|
|
MESSAGE: Property 'Memory' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/IO/OutboundBufferPool.cs
|
|
LINE: 176
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: Dispose()
|
|
MESSAGE: Method 'Dispose()' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Api/AdvisoryPublisher.cs
|
|
LINE: 14
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Constructor
|
|
SIGNATURE: AdvisoryPublisher(Action<string, object> publishAction)
|
|
MESSAGE: Constructor 'AdvisoryPublisher(Action<string, object> publishAction)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Api/AdvisoryPublisher.cs
|
|
LINE: 28
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: StreamCreated(string streamName, object? detail)
|
|
MESSAGE: Method 'StreamCreated(string streamName, object? detail)' is missing <param name="detail"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Api/AdvisoryPublisher.cs
|
|
LINE: 28
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: StreamCreated(string streamName, object? detail)
|
|
MESSAGE: Method 'StreamCreated(string streamName, object? detail)' is missing <param name="streamName"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Api/AdvisoryPublisher.cs
|
|
LINE: 44
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: StreamDeleted(string streamName)
|
|
MESSAGE: Method 'StreamDeleted(string streamName)' is missing <param name="streamName"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Api/AdvisoryPublisher.cs
|
|
LINE: 59
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: StreamUpdated(string streamName, object? detail)
|
|
MESSAGE: Method 'StreamUpdated(string streamName, object? detail)' is missing <param name="detail"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Api/AdvisoryPublisher.cs
|
|
LINE: 59
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: StreamUpdated(string streamName, object? detail)
|
|
MESSAGE: Method 'StreamUpdated(string streamName, object? detail)' is missing <param name="streamName"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Api/AdvisoryPublisher.cs
|
|
LINE: 75
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: ConsumerCreated(string streamName, string consumerName)
|
|
MESSAGE: Method 'ConsumerCreated(string streamName, string consumerName)' is missing <param name="consumerName"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Api/AdvisoryPublisher.cs
|
|
LINE: 75
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: ConsumerCreated(string streamName, string consumerName)
|
|
MESSAGE: Method 'ConsumerCreated(string streamName, string consumerName)' is missing <param name="streamName"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Api/AdvisoryPublisher.cs
|
|
LINE: 91
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: ConsumerDeleted(string streamName, string consumerName)
|
|
MESSAGE: Method 'ConsumerDeleted(string streamName, string consumerName)' is missing <param name="consumerName"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Api/AdvisoryPublisher.cs
|
|
LINE: 91
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: ConsumerDeleted(string streamName, string consumerName)
|
|
MESSAGE: Method 'ConsumerDeleted(string streamName, string consumerName)' is missing <param name="streamName"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Api/ApiRateLimiter.cs
|
|
LINE: 18
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Constructor
|
|
SIGNATURE: ApiRateLimiter(int maxConcurrent, TimeSpan? dedupTtl)
|
|
MESSAGE: Constructor 'ApiRateLimiter(int maxConcurrent, TimeSpan? dedupTtl)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Api/ApiRateLimiter.cs
|
|
LINE: 36
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: TryAcquireAsync(CancellationToken ct)
|
|
MESSAGE: Method 'TryAcquireAsync(CancellationToken ct)' is missing <param name="ct"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Api/ApiRateLimiter.cs
|
|
LINE: 54
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: GetCachedResponse(string? requestId)
|
|
MESSAGE: Method 'GetCachedResponse(string? requestId)' is missing <param name="requestId"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Api/ApiRateLimiter.cs
|
|
LINE: 76
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: CacheResponse(string? requestId, JetStreamApiResponse response)
|
|
MESSAGE: Method 'CacheResponse(string? requestId, JetStreamApiResponse response)' is missing <param name="response"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Api/ApiRateLimiter.cs
|
|
LINE: 76
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: CacheResponse(string? requestId, JetStreamApiResponse response)
|
|
MESSAGE: Method 'CacheResponse(string? requestId, JetStreamApiResponse response)' is missing <param name="requestId"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Api/ApiRateLimiter.cs
|
|
LINE: 102
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: Dispose()
|
|
MESSAGE: Method 'Dispose()' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Api/ClusteredRequestProcessor.cs
|
|
LINE: 21
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Constructor
|
|
SIGNATURE: ClusteredRequestProcessor(TimeSpan? timeout)
|
|
MESSAGE: Constructor 'ClusteredRequestProcessor(TimeSpan? timeout)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Api/ClusteredRequestProcessor.cs
|
|
LINE: 50
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: WaitForResultAsync(string requestId, CancellationToken ct)
|
|
MESSAGE: Method 'WaitForResultAsync(string requestId, CancellationToken ct)' is missing <param name="ct"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Api/ClusteredRequestProcessor.cs
|
|
LINE: 50
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: WaitForResultAsync(string requestId, CancellationToken ct)
|
|
MESSAGE: Method 'WaitForResultAsync(string requestId, CancellationToken ct)' is missing <param name="requestId"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Api/ClusteredRequestProcessor.cs
|
|
LINE: 79
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: DeliverResult(string requestId, JetStreamApiResponse response)
|
|
MESSAGE: Method 'DeliverResult(string requestId, JetStreamApiResponse response)' is missing <param name="response"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Api/ClusteredRequestProcessor.cs
|
|
LINE: 79
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: DeliverResult(string requestId, JetStreamApiResponse response)
|
|
MESSAGE: Method 'DeliverResult(string requestId, JetStreamApiResponse response)' is missing <param name="requestId"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Api/ClusteredRequestProcessor.cs
|
|
LINE: 94
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: CancelAll(string reason)
|
|
MESSAGE: Method 'CancelAll(string reason)' is missing <param name="reason"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Api/Handlers/AccountApiHandlers.cs
|
|
LINE: 5
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: HandleInfo(StreamManager streams, ConsumerManager consumers)
|
|
MESSAGE: Method 'HandleInfo(StreamManager streams, ConsumerManager consumers)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Api/Handlers/AccountControlApiHandlers.cs
|
|
LINE: 5
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: HandleServerRemove()
|
|
MESSAGE: Method 'HandleServerRemove()' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Api/Handlers/AccountControlApiHandlers.cs
|
|
LINE: 8
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: HandleAccountPurge(string subject)
|
|
MESSAGE: Method 'HandleAccountPurge(string subject)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Api/Handlers/AccountControlApiHandlers.cs
|
|
LINE: 17
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: HandleAccountStreamMove(string subject)
|
|
MESSAGE: Method 'HandleAccountStreamMove(string subject)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Api/Handlers/AccountControlApiHandlers.cs
|
|
LINE: 26
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: HandleAccountStreamMoveCancel(string subject)
|
|
MESSAGE: Method 'HandleAccountStreamMoveCancel(string subject)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Api/Handlers/ClusterControlApiHandlers.cs
|
|
LINE: 5
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: HandleMetaLeaderStepdown(JetStream.Cluster.JetStreamMetaGroup meta)
|
|
MESSAGE: Method 'HandleMetaLeaderStepdown(JetStream.Cluster.JetStreamMetaGroup meta)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Api/Handlers/ClusterControlApiHandlers.cs
|
|
LINE: 11
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: HandleStreamLeaderStepdown(string subject, StreamManager streams)
|
|
MESSAGE: Method 'HandleStreamLeaderStepdown(string subject, StreamManager streams)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Api/Handlers/ClusterControlApiHandlers.cs
|
|
LINE: 24
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: HandleStreamPeerRemove(string subject)
|
|
MESSAGE: Method 'HandleStreamPeerRemove(string subject)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Api/Handlers/ClusterControlApiHandlers.cs
|
|
LINE: 33
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: HandleConsumerLeaderStepdown(string subject)
|
|
MESSAGE: Method 'HandleConsumerLeaderStepdown(string subject)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Api/Handlers/ConsumerApiHandlers.cs
|
|
LINE: 20
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: HandleCreate(string subject, ReadOnlySpan<byte> payload, ConsumerManager consumerManager)
|
|
MESSAGE: Method 'HandleCreate(string subject, ReadOnlySpan<byte> payload, ConsumerManager consumerManager)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Api/Handlers/ConsumerApiHandlers.cs
|
|
LINE: 34
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: HandleInfo(string subject, ConsumerManager consumerManager)
|
|
MESSAGE: Method 'HandleInfo(string subject, ConsumerManager consumerManager)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Api/Handlers/ConsumerApiHandlers.cs
|
|
LINE: 44
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: HandleDelete(string subject, ConsumerManager consumerManager)
|
|
MESSAGE: Method 'HandleDelete(string subject, ConsumerManager consumerManager)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Api/Handlers/ConsumerApiHandlers.cs
|
|
LINE: 56
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: HandleNames(string subject, ReadOnlySpan<byte> payload, ConsumerManager consumerManager)
|
|
MESSAGE: Method 'HandleNames(string subject, ReadOnlySpan<byte> payload, ConsumerManager consumerManager)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Api/Handlers/ConsumerApiHandlers.cs
|
|
LINE: 73
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: HandleList(string subject, ReadOnlySpan<byte> payload, ConsumerManager consumerManager)
|
|
MESSAGE: Method 'HandleList(string subject, ReadOnlySpan<byte> payload, ConsumerManager consumerManager)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Api/Handlers/ConsumerApiHandlers.cs
|
|
LINE: 108
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: HandlePause(string subject, ReadOnlySpan<byte> payload, ConsumerManager consumerManager)
|
|
MESSAGE: Method 'HandlePause(string subject, ReadOnlySpan<byte> payload, ConsumerManager consumerManager)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Api/Handlers/ConsumerApiHandlers.cs
|
|
LINE: 134
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: HandleReset(string subject, ConsumerManager consumerManager)
|
|
MESSAGE: Method 'HandleReset(string subject, ConsumerManager consumerManager)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Api/Handlers/ConsumerApiHandlers.cs
|
|
LINE: 146
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: HandleUnpin(string subject, ConsumerManager consumerManager)
|
|
MESSAGE: Method 'HandleUnpin(string subject, ConsumerManager consumerManager)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Api/Handlers/ConsumerApiHandlers.cs
|
|
LINE: 158
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: HandleNext(string subject, ReadOnlySpan<byte> payload, ConsumerManager consumerManager, StreamManager streamManager)
|
|
MESSAGE: Method 'HandleNext(string subject, ReadOnlySpan<byte> payload, ConsumerManager consumerManager, StreamManager streamManager)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Api/Handlers/ConsumerApiHandlers.cs
|
|
LINE: 194
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: HandleClusteredCreateAsync(string subject, byte[] payload, JetStreamMetaGroup metaGroup, CancellationToken ct)
|
|
MESSAGE: Method 'HandleClusteredCreateAsync(string subject, byte[] payload, JetStreamMetaGroup metaGroup, CancellationToken ct)' is missing <param name="ct"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Api/Handlers/ConsumerApiHandlers.cs
|
|
LINE: 194
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: HandleClusteredCreateAsync(string subject, byte[] payload, JetStreamMetaGroup metaGroup, CancellationToken ct)
|
|
MESSAGE: Method 'HandleClusteredCreateAsync(string subject, byte[] payload, JetStreamMetaGroup metaGroup, CancellationToken ct)' is missing <param name="metaGroup"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Api/Handlers/ConsumerApiHandlers.cs
|
|
LINE: 194
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: HandleClusteredCreateAsync(string subject, byte[] payload, JetStreamMetaGroup metaGroup, CancellationToken ct)
|
|
MESSAGE: Method 'HandleClusteredCreateAsync(string subject, byte[] payload, JetStreamMetaGroup metaGroup, CancellationToken ct)' is missing <param name="payload"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Api/Handlers/ConsumerApiHandlers.cs
|
|
LINE: 194
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: HandleClusteredCreateAsync(string subject, byte[] payload, JetStreamMetaGroup metaGroup, CancellationToken ct)
|
|
MESSAGE: Method 'HandleClusteredCreateAsync(string subject, byte[] payload, JetStreamMetaGroup metaGroup, CancellationToken ct)' is missing <param name="subject"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Api/Handlers/ConsumerApiHandlers.cs
|
|
LINE: 233
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: HandleClusteredDeleteAsync(string subject, JetStreamMetaGroup metaGroup, CancellationToken ct)
|
|
MESSAGE: Method 'HandleClusteredDeleteAsync(string subject, JetStreamMetaGroup metaGroup, CancellationToken ct)' is missing <param name="ct"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Api/Handlers/ConsumerApiHandlers.cs
|
|
LINE: 233
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: HandleClusteredDeleteAsync(string subject, JetStreamMetaGroup metaGroup, CancellationToken ct)
|
|
MESSAGE: Method 'HandleClusteredDeleteAsync(string subject, JetStreamMetaGroup metaGroup, CancellationToken ct)' is missing <param name="metaGroup"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Api/Handlers/ConsumerApiHandlers.cs
|
|
LINE: 233
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: HandleClusteredDeleteAsync(string subject, JetStreamMetaGroup metaGroup, CancellationToken ct)
|
|
MESSAGE: Method 'HandleClusteredDeleteAsync(string subject, JetStreamMetaGroup metaGroup, CancellationToken ct)' is missing <param name="subject"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Api/Handlers/DirectApiHandlers.cs
|
|
LINE: 10
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: HandleGet(string subject, ReadOnlySpan<byte> payload, StreamManager streamManager)
|
|
MESSAGE: Method 'HandleGet(string subject, ReadOnlySpan<byte> payload, StreamManager streamManager)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Api/JetStreamApiError.cs
|
|
LINE: 5
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Code
|
|
MESSAGE: Property 'Code' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Api/JetStreamApiError.cs
|
|
LINE: 6
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Description
|
|
MESSAGE: Property 'Description' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Api/JetStreamApiRouter.cs
|
|
LINE: 17
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: ForwardAsync(string subject, ReadOnlyMemory<byte> payload, string leaderName, CancellationToken ct)
|
|
MESSAGE: Method 'ForwardAsync(string subject, ReadOnlyMemory<byte> payload, string leaderName, CancellationToken ct)' is missing <param name="ct"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Api/JetStreamApiRouter.cs
|
|
LINE: 17
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: ForwardAsync(string subject, ReadOnlyMemory<byte> payload, string leaderName, CancellationToken ct)
|
|
MESSAGE: Method 'ForwardAsync(string subject, ReadOnlyMemory<byte> payload, string leaderName, CancellationToken ct)' is missing <param name="leaderName"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Api/JetStreamApiRouter.cs
|
|
LINE: 17
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: ForwardAsync(string subject, ReadOnlyMemory<byte> payload, string leaderName, CancellationToken ct)
|
|
MESSAGE: Method 'ForwardAsync(string subject, ReadOnlyMemory<byte> payload, string leaderName, CancellationToken ct)' is missing <param name="payload"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Api/JetStreamApiRouter.cs
|
|
LINE: 17
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: ForwardAsync(string subject, ReadOnlyMemory<byte> payload, string leaderName, CancellationToken ct)
|
|
MESSAGE: Method 'ForwardAsync(string subject, ReadOnlyMemory<byte> payload, string leaderName, CancellationToken ct)' is missing <param name="subject"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Api/JetStreamApiRouter.cs
|
|
LINE: 39
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Constructor
|
|
SIGNATURE: DefaultLeaderForwarder(TimeSpan? timeout)
|
|
MESSAGE: Constructor 'DefaultLeaderForwarder(TimeSpan? timeout)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Api/JetStreamApiRouter.cs
|
|
LINE: 76
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Constructor
|
|
SIGNATURE: JetStreamApiRouter()
|
|
MESSAGE: Constructor 'JetStreamApiRouter()' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Api/JetStreamApiRouter.cs
|
|
LINE: 81
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Constructor
|
|
SIGNATURE: JetStreamApiRouter(StreamManager streamManager, ConsumerManager consumerManager, JetStream.Cluster.JetStreamMetaGroup? metaGroup, ILeaderForwarder? forwarder)
|
|
MESSAGE: Constructor 'JetStreamApiRouter(StreamManager streamManager, ConsumerManager consumerManager, JetStream.Cluster.JetStreamMetaGroup? metaGroup, ILeaderForwarder? forwarder)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Api/JetStreamApiRouter.cs
|
|
LINE: 107
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: IsLeaderRequired(string subject)
|
|
MESSAGE: Method 'IsLeaderRequired(string subject)' is missing <param name="subject"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Api/JetStreamApiRouter.cs
|
|
LINE: 168
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: ForwardToLeader(string subject, ReadOnlySpan<byte> payload, string leaderName)
|
|
MESSAGE: Method 'ForwardToLeader(string subject, ReadOnlySpan<byte> payload, string leaderName)' is missing <param name="leaderName"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Api/JetStreamApiRouter.cs
|
|
LINE: 168
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: ForwardToLeader(string subject, ReadOnlySpan<byte> payload, string leaderName)
|
|
MESSAGE: Method 'ForwardToLeader(string subject, ReadOnlySpan<byte> payload, string leaderName)' is missing <param name="payload"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Api/JetStreamApiRouter.cs
|
|
LINE: 168
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: ForwardToLeader(string subject, ReadOnlySpan<byte> payload, string leaderName)
|
|
MESSAGE: Method 'ForwardToLeader(string subject, ReadOnlySpan<byte> payload, string leaderName)' is missing <param name="subject"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Api/JetStreamApiRouter.cs
|
|
LINE: 184
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: RouteAsync(string subject, ReadOnlyMemory<byte> payload, CancellationToken ct)
|
|
MESSAGE: Method 'RouteAsync(string subject, ReadOnlyMemory<byte> payload, CancellationToken ct)' is missing <param name="ct"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Api/JetStreamApiRouter.cs
|
|
LINE: 184
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: RouteAsync(string subject, ReadOnlyMemory<byte> payload, CancellationToken ct)
|
|
MESSAGE: Method 'RouteAsync(string subject, ReadOnlyMemory<byte> payload, CancellationToken ct)' is missing <param name="payload"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Api/JetStreamApiRouter.cs
|
|
LINE: 184
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: RouteAsync(string subject, ReadOnlyMemory<byte> payload, CancellationToken ct)
|
|
MESSAGE: Method 'RouteAsync(string subject, ReadOnlyMemory<byte> payload, CancellationToken ct)' is missing <param name="subject"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Api/JetStreamApiRouter.cs
|
|
LINE: 222
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: Route(string subject, ReadOnlySpan<byte> payload)
|
|
MESSAGE: Method 'Route(string subject, ReadOnlySpan<byte> payload)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Cluster/AssetPlacementPlanner.cs
|
|
LINE: 7
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Constructor
|
|
SIGNATURE: AssetPlacementPlanner(int nodes)
|
|
MESSAGE: Constructor 'AssetPlacementPlanner(int nodes)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Cluster/AssetPlacementPlanner.cs
|
|
LINE: 12
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: PlanReplicas(int replicas)
|
|
MESSAGE: Method 'PlanReplicas(int replicas)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Cluster/AssignmentCodec.cs
|
|
LINE: 52
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: EncodeStreamAssignment(StreamAssignment sa)
|
|
MESSAGE: Method 'EncodeStreamAssignment(StreamAssignment sa)' is missing <param name="sa"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Cluster/AssignmentCodec.cs
|
|
LINE: 61
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: DecodeStreamAssignment(ReadOnlySpan<byte> data)
|
|
MESSAGE: Method 'DecodeStreamAssignment(ReadOnlySpan<byte> data)' is missing <param name="data"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Cluster/AssignmentCodec.cs
|
|
LINE: 87
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: EncodeConsumerAssignment(ConsumerAssignment ca)
|
|
MESSAGE: Method 'EncodeConsumerAssignment(ConsumerAssignment ca)' is missing <param name="ca"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Cluster/AssignmentCodec.cs
|
|
LINE: 96
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: DecodeConsumerAssignment(ReadOnlySpan<byte> data)
|
|
MESSAGE: Method 'DecodeConsumerAssignment(ReadOnlySpan<byte> data)' is missing <param name="data"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Cluster/AssignmentCodec.cs
|
|
LINE: 131
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: CompressIfLarge(byte[] data, int threshold)
|
|
MESSAGE: Method 'CompressIfLarge(byte[] data, int threshold)' is missing <param name="threshold"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Cluster/AssignmentCodec.cs
|
|
LINE: 131
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: CompressIfLarge(byte[] data, int threshold)
|
|
MESSAGE: Method 'CompressIfLarge(byte[] data, int threshold)' is missing <param name="data"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Cluster/AssignmentCodec.cs
|
|
LINE: 151
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: DecompressIfNeeded(byte[] data)
|
|
MESSAGE: Method 'DecompressIfNeeded(byte[] data)' is missing <param name="data"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Cluster/JetStreamClusterMonitor.cs
|
|
LINE: 33
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Constructor
|
|
SIGNATURE: JetStreamClusterMonitor(JetStreamMetaGroup meta, ChannelReader<RaftLogEntry> entries)
|
|
MESSAGE: Constructor 'JetStreamClusterMonitor(JetStreamMetaGroup meta, ChannelReader<RaftLogEntry> entries)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Cluster/JetStreamClusterMonitor.cs
|
|
LINE: 38
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Constructor
|
|
SIGNATURE: JetStreamClusterMonitor(JetStreamMetaGroup meta, ChannelReader<RaftLogEntry> entries, ILogger<JetStreamClusterMonitor> logger)
|
|
MESSAGE: Constructor 'JetStreamClusterMonitor(JetStreamMetaGroup meta, ChannelReader<RaftLogEntry> entries, ILogger<JetStreamClusterMonitor> logger)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Cluster/JetStreamClusterMonitor.cs
|
|
LINE: 53
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: StartAsync(CancellationToken ct)
|
|
MESSAGE: Method 'StartAsync(CancellationToken ct)' is missing <param name="ct"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Cluster/JetStreamClusterMonitor.cs
|
|
LINE: 78
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: WaitForProcessedAsync(int targetCount, CancellationToken ct)
|
|
MESSAGE: Method 'WaitForProcessedAsync(int targetCount, CancellationToken ct)' is missing <param name="ct"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Cluster/JetStreamClusterMonitor.cs
|
|
LINE: 78
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: WaitForProcessedAsync(int targetCount, CancellationToken ct)
|
|
MESSAGE: Method 'WaitForProcessedAsync(int targetCount, CancellationToken ct)' is missing <param name="targetCount"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Cluster/MetaSnapshotCodec.cs
|
|
LINE: 28
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: Encode(Dictionary<string, StreamAssignment> assignments)
|
|
MESSAGE: Method 'Encode(Dictionary<string, StreamAssignment> assignments)' is missing <param name="assignments"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Cluster/MetaSnapshotCodec.cs
|
|
LINE: 46
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: Decode(byte[] data)
|
|
MESSAGE: Method 'Decode(byte[] data)' is missing <param name="data"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Cluster/PlacementEngine.cs
|
|
LINE: 34
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: SelectPeerGroup(string groupName, int replicas, IReadOnlyList<PeerInfo> availablePeers, PlacementPolicy? policy, long assetCostWeight)
|
|
MESSAGE: Method 'SelectPeerGroup(string groupName, int replicas, IReadOnlyList<PeerInfo> availablePeers, PlacementPolicy? policy, long assetCostWeight)' is missing <param name="assetCostWeight"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Cluster/PlacementEngine.cs
|
|
LINE: 34
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: SelectPeerGroup(string groupName, int replicas, IReadOnlyList<PeerInfo> availablePeers, PlacementPolicy? policy, long assetCostWeight)
|
|
MESSAGE: Method 'SelectPeerGroup(string groupName, int replicas, IReadOnlyList<PeerInfo> availablePeers, PlacementPolicy? policy, long assetCostWeight)' is missing <param name="policy"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Cluster/PlacementEngine.cs
|
|
LINE: 34
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: SelectPeerGroup(string groupName, int replicas, IReadOnlyList<PeerInfo> availablePeers, PlacementPolicy? policy, long assetCostWeight)
|
|
MESSAGE: Method 'SelectPeerGroup(string groupName, int replicas, IReadOnlyList<PeerInfo> availablePeers, PlacementPolicy? policy, long assetCostWeight)' is missing <param name="availablePeers"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Cluster/PlacementEngine.cs
|
|
LINE: 34
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: SelectPeerGroup(string groupName, int replicas, IReadOnlyList<PeerInfo> availablePeers, PlacementPolicy? policy, long assetCostWeight)
|
|
MESSAGE: Method 'SelectPeerGroup(string groupName, int replicas, IReadOnlyList<PeerInfo> availablePeers, PlacementPolicy? policy, long assetCostWeight)' is missing <param name="replicas"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Cluster/PlacementEngine.cs
|
|
LINE: 34
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: SelectPeerGroup(string groupName, int replicas, IReadOnlyList<PeerInfo> availablePeers, PlacementPolicy? policy, long assetCostWeight)
|
|
MESSAGE: Method 'SelectPeerGroup(string groupName, int replicas, IReadOnlyList<PeerInfo> availablePeers, PlacementPolicy? policy, long assetCostWeight)' is missing <param name="groupName"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Cluster/PlacementEngine.cs
|
|
LINE: 204
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: PeerId
|
|
MESSAGE: Property 'PeerId' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Cluster/PlacementEngine.cs
|
|
LINE: 205
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Cluster
|
|
MESSAGE: Property 'Cluster' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Cluster/PlacementEngine.cs
|
|
LINE: 206
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Tags
|
|
MESSAGE: Property 'Tags' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Cluster/PlacementEngine.cs
|
|
LINE: 207
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Available
|
|
MESSAGE: Property 'Available' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Cluster/PlacementEngine.cs
|
|
LINE: 208
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: AvailableStorage
|
|
MESSAGE: Property 'AvailableStorage' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Cluster/PlacementEngine.cs
|
|
LINE: 231
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Cluster
|
|
MESSAGE: Property 'Cluster' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Cluster/PlacementEngine.cs
|
|
LINE: 232
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Tags
|
|
MESSAGE: Property 'Tags' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Cluster/PlacementEngine.cs
|
|
LINE: 233
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: ExcludeTags
|
|
MESSAGE: Property 'ExcludeTags' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Consumers/DeliveryInterestTracker.cs
|
|
LINE: 15
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Constructor
|
|
SIGNATURE: DeliveryInterestTracker(TimeSpan? inactiveTimeout)
|
|
MESSAGE: Constructor 'DeliveryInterestTracker(TimeSpan? inactiveTimeout)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Consumers/FilterSkipTracker.cs
|
|
LINE: 20
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Constructor
|
|
SIGNATURE: FilterSkipTracker(string? filterSubject, IReadOnlyList<string>? filterSubjects)
|
|
MESSAGE: Constructor 'FilterSkipTracker(string? filterSubject, IReadOnlyList<string>? filterSubjects)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Consumers/FilterSkipTracker.cs
|
|
LINE: 49
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: ShouldDeliver(string subject)
|
|
MESSAGE: Method 'ShouldDeliver(string subject)' is missing <param name="subject"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Consumers/FilterSkipTracker.cs
|
|
LINE: 82
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: RecordSkip(ulong sequence)
|
|
MESSAGE: Method 'RecordSkip(ulong sequence)' is missing <param name="sequence"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Consumers/FilterSkipTracker.cs
|
|
LINE: 91
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: NextUnskippedSequence(ulong startSeq)
|
|
MESSAGE: Method 'NextUnskippedSequence(ulong startSeq)' is missing <param name="startSeq"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Consumers/FilterSkipTracker.cs
|
|
LINE: 103
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: PurgeBelow(ulong floor)
|
|
MESSAGE: Method 'PurgeBelow(ulong floor)' is missing <param name="floor"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Consumers/PriorityGroupManager.cs
|
|
LINE: 22
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: Register(string groupName, string consumerId, int priority)
|
|
MESSAGE: Method 'Register(string groupName, string consumerId, int priority)' is missing <param name="priority"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Consumers/PriorityGroupManager.cs
|
|
LINE: 22
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: Register(string groupName, string consumerId, int priority)
|
|
MESSAGE: Method 'Register(string groupName, string consumerId, int priority)' is missing <param name="consumerId"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Consumers/PriorityGroupManager.cs
|
|
LINE: 22
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: Register(string groupName, string consumerId, int priority)
|
|
MESSAGE: Method 'Register(string groupName, string consumerId, int priority)' is missing <param name="groupName"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Consumers/PriorityGroupManager.cs
|
|
LINE: 44
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: Unregister(string groupName, string consumerId)
|
|
MESSAGE: Method 'Unregister(string groupName, string consumerId)' is missing <param name="consumerId"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Consumers/PriorityGroupManager.cs
|
|
LINE: 44
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: Unregister(string groupName, string consumerId)
|
|
MESSAGE: Method 'Unregister(string groupName, string consumerId)' is missing <param name="groupName"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Consumers/PriorityGroupManager.cs
|
|
LINE: 64
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: GetActiveConsumer(string groupName)
|
|
MESSAGE: Method 'GetActiveConsumer(string groupName)' is missing <param name="groupName"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Consumers/PriorityGroupManager.cs
|
|
LINE: 89
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: IsActive(string groupName, string consumerId)
|
|
MESSAGE: Method 'IsActive(string groupName, string consumerId)' is missing <param name="consumerId"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Consumers/PriorityGroupManager.cs
|
|
LINE: 89
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: IsActive(string groupName, string consumerId)
|
|
MESSAGE: Method 'IsActive(string groupName, string consumerId)' is missing <param name="groupName"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Consumers/PriorityGroupManager.cs
|
|
LINE: 100
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: AssignPinId(string groupName, string consumerId)
|
|
MESSAGE: Method 'AssignPinId(string groupName, string consumerId)' is missing <param name="consumerId"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Consumers/PriorityGroupManager.cs
|
|
LINE: 100
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: AssignPinId(string groupName, string consumerId)
|
|
MESSAGE: Method 'AssignPinId(string groupName, string consumerId)' is missing <param name="groupName"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Consumers/PriorityGroupManager.cs
|
|
LINE: 118
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: ValidatePinId(string groupName, string pinId)
|
|
MESSAGE: Method 'ValidatePinId(string groupName, string pinId)' is missing <param name="pinId"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Consumers/PriorityGroupManager.cs
|
|
LINE: 118
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: ValidatePinId(string groupName, string pinId)
|
|
MESSAGE: Method 'ValidatePinId(string groupName, string pinId)' is missing <param name="groupName"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Consumers/PriorityGroupManager.cs
|
|
LINE: 134
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: UnassignPinId(string groupName)
|
|
MESSAGE: Method 'UnassignPinId(string groupName)' is missing <param name="groupName"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Consumers/PriorityGroupManager.cs
|
|
LINE: 147
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Lock
|
|
MESSAGE: Property 'Lock' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Consumers/PriorityGroupManager.cs
|
|
LINE: 148
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Members
|
|
MESSAGE: Property 'Members' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Consumers/PriorityGroupManager.cs
|
|
LINE: 149
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: CurrentPinId
|
|
MESSAGE: Property 'CurrentPinId' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Consumers/PushConsumerEngine.cs
|
|
LINE: 28
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: DeliverSubject
|
|
MESSAGE: Property 'DeliverSubject' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Consumers/PushConsumerEngine.cs
|
|
LINE: 86
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: Enqueue(ConsumerHandle consumer, StoredMessage message)
|
|
MESSAGE: Method 'Enqueue(ConsumerHandle consumer, StoredMessage message)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Consumers/PushConsumerEngine.cs
|
|
LINE: 134
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: StartDeliveryLoop(ConsumerHandle consumer, Func<string, string, ReadOnlyMemory<byte>, ReadOnlyMemory<byte>, CancellationToken, ValueTask> sendMessage, CancellationToken ct)
|
|
MESSAGE: Method 'StartDeliveryLoop(ConsumerHandle consumer, Func<string, string, ReadOnlyMemory<byte>, ReadOnlyMemory<byte>, CancellationToken, ValueTask> sendMessage, CancellationToken ct)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Consumers/PushConsumerEngine.cs
|
|
LINE: 157
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: StopDeliveryLoop()
|
|
MESSAGE: Method 'StopDeliveryLoop()' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Consumers/PushConsumerEngine.cs
|
|
LINE: 169
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: StartGatherLoop(ConsumerHandle consumer, IStreamStore store, Func<string, string, ReadOnlyMemory<byte>, ReadOnlyMemory<byte>, CancellationToken, ValueTask> sendMessage, CancellationToken ct)
|
|
MESSAGE: Method 'StartGatherLoop(ConsumerHandle consumer, IStreamStore store, Func<string, string, ReadOnlyMemory<byte>, ReadOnlyMemory<byte>, CancellationToken, ValueTask> sendMessage, CancellationToken ct)' is missing <param name="ct"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Consumers/PushConsumerEngine.cs
|
|
LINE: 169
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: StartGatherLoop(ConsumerHandle consumer, IStreamStore store, Func<string, string, ReadOnlyMemory<byte>, ReadOnlyMemory<byte>, CancellationToken, ValueTask> sendMessage, CancellationToken ct)
|
|
MESSAGE: Method 'StartGatherLoop(ConsumerHandle consumer, IStreamStore store, Func<string, string, ReadOnlyMemory<byte>, ReadOnlyMemory<byte>, CancellationToken, ValueTask> sendMessage, CancellationToken ct)' is missing <param name="sendMessage"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Consumers/PushConsumerEngine.cs
|
|
LINE: 169
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: StartGatherLoop(ConsumerHandle consumer, IStreamStore store, Func<string, string, ReadOnlyMemory<byte>, ReadOnlyMemory<byte>, CancellationToken, ValueTask> sendMessage, CancellationToken ct)
|
|
MESSAGE: Method 'StartGatherLoop(ConsumerHandle consumer, IStreamStore store, Func<string, string, ReadOnlyMemory<byte>, ReadOnlyMemory<byte>, CancellationToken, ValueTask> sendMessage, CancellationToken ct)' is missing <param name="store"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Consumers/PushConsumerEngine.cs
|
|
LINE: 169
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: StartGatherLoop(ConsumerHandle consumer, IStreamStore store, Func<string, string, ReadOnlyMemory<byte>, ReadOnlyMemory<byte>, CancellationToken, ValueTask> sendMessage, CancellationToken ct)
|
|
MESSAGE: Method 'StartGatherLoop(ConsumerHandle consumer, IStreamStore store, Func<string, string, ReadOnlyMemory<byte>, ReadOnlyMemory<byte>, CancellationToken, ValueTask> sendMessage, CancellationToken ct)' is missing <param name="consumer"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Consumers/PushConsumerEngine.cs
|
|
LINE: 197
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: Signal(ConsumerSignal signal)
|
|
MESSAGE: Method 'Signal(ConsumerSignal signal)' is missing <param name="signal"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Consumers/PushConsumerEngine.cs
|
|
LINE: 206
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: ShouldDeliverPublic(ConsumerConfig config, string subject)
|
|
MESSAGE: Method 'ShouldDeliverPublic(ConsumerConfig config, string subject)' is missing <param name="subject"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Consumers/PushConsumerEngine.cs
|
|
LINE: 206
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: ShouldDeliverPublic(ConsumerConfig config, string subject)
|
|
MESSAGE: Method 'ShouldDeliverPublic(ConsumerConfig config, string subject)' is missing <param name="config"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Consumers/PushConsumerEngine.cs
|
|
LINE: 465
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: IsData
|
|
MESSAGE: Property 'IsData' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Consumers/PushConsumerEngine.cs
|
|
LINE: 466
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: IsFlowControl
|
|
MESSAGE: Property 'IsFlowControl' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Consumers/PushConsumerEngine.cs
|
|
LINE: 467
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: IsHeartbeat
|
|
MESSAGE: Property 'IsHeartbeat' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Consumers/PushConsumerEngine.cs
|
|
LINE: 468
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Message
|
|
MESSAGE: Property 'Message' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Consumers/PushConsumerEngine.cs
|
|
LINE: 469
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: AvailableAtUtc
|
|
MESSAGE: Property 'AvailableAtUtc' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Consumers/RedeliveryTracker.cs
|
|
LINE: 26
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Constructor
|
|
SIGNATURE: RedeliveryTracker(int[] backoffMs)
|
|
MESSAGE: Constructor 'RedeliveryTracker(int[] backoffMs)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Consumers/RedeliveryTracker.cs
|
|
LINE: 35
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Constructor
|
|
SIGNATURE: RedeliveryTracker(int maxDeliveries, long ackWaitMs, long[]? backoffMs)
|
|
MESSAGE: Constructor 'RedeliveryTracker(int maxDeliveries, long ackWaitMs, long[]? backoffMs)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Consumers/RedeliveryTracker.cs
|
|
LINE: 46
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: Schedule(ulong seq, int deliveryCount, int ackWaitMs)
|
|
MESSAGE: Method 'Schedule(ulong seq, int deliveryCount, int ackWaitMs)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Consumers/RedeliveryTracker.cs
|
|
LINE: 61
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: Schedule(ulong seq, DateTimeOffset deadline)
|
|
MESSAGE: Method 'Schedule(ulong seq, DateTimeOffset deadline)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Consumers/RedeliveryTracker.cs
|
|
LINE: 68
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: GetDue()
|
|
MESSAGE: Method 'GetDue()' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Consumers/RedeliveryTracker.cs
|
|
LINE: 87
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: GetDue(DateTimeOffset now)
|
|
MESSAGE: Method 'GetDue(DateTimeOffset now)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Consumers/RedeliveryTracker.cs
|
|
LINE: 126
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: Acknowledge(ulong seq)
|
|
MESSAGE: Method 'Acknowledge(ulong seq)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Consumers/RedeliveryTracker.cs
|
|
LINE: 134
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: IsMaxDeliveries(ulong seq, int maxDeliver)
|
|
MESSAGE: Method 'IsMaxDeliveries(ulong seq, int maxDeliver)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Consumers/RedeliveryTracker.cs
|
|
LINE: 146
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: IsMaxDeliveries(ulong seq)
|
|
MESSAGE: Method 'IsMaxDeliveries(ulong seq)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Consumers/RedeliveryTracker.cs
|
|
LINE: 156
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: IncrementDeliveryCount(ulong seq)
|
|
MESSAGE: Method 'IncrementDeliveryCount(ulong seq)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Consumers/RedeliveryTracker.cs
|
|
LINE: 163
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: GetBackoffDelay(int deliveryCount)
|
|
MESSAGE: Method 'GetBackoffDelay(int deliveryCount)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Consumers/RedeliveryTracker.cs
|
|
LINE: 175
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: IsTracking(ulong seq)
|
|
MESSAGE: Method 'IsTracking(ulong seq)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Consumers/RedeliveryTracker.cs
|
|
LINE: 177
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: TrackedCount
|
|
MESSAGE: Property 'TrackedCount' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Consumers/RedeliveryTracker.cs
|
|
LINE: 194
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: DeadlineUtc
|
|
MESSAGE: Property 'DeadlineUtc' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Consumers/RedeliveryTracker.cs
|
|
LINE: 195
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: DeliveryCount
|
|
MESSAGE: Property 'DeliveryCount' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Consumers/SampleTracker.cs
|
|
LINE: 20
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Constructor
|
|
SIGNATURE: SampleTracker(double sampleRate, Random? random)
|
|
MESSAGE: Constructor 'SampleTracker(double sampleRate, Random? random)' is missing <param name="random"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Consumers/SampleTracker.cs
|
|
LINE: 20
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Constructor
|
|
SIGNATURE: SampleTracker(double sampleRate, Random? random)
|
|
MESSAGE: Constructor 'SampleTracker(double sampleRate, Random? random)' is missing <param name="sampleRate"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Consumers/SampleTracker.cs
|
|
LINE: 64
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: RecordLatency(TimeSpan deliveryLatency, ulong sequence, string subject)
|
|
MESSAGE: Method 'RecordLatency(TimeSpan deliveryLatency, ulong sequence, string subject)' is missing <param name="subject"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Consumers/SampleTracker.cs
|
|
LINE: 64
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: RecordLatency(TimeSpan deliveryLatency, ulong sequence, string subject)
|
|
MESSAGE: Method 'RecordLatency(TimeSpan deliveryLatency, ulong sequence, string subject)' is missing <param name="sequence"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Consumers/SampleTracker.cs
|
|
LINE: 64
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: RecordLatency(TimeSpan deliveryLatency, ulong sequence, string subject)
|
|
MESSAGE: Method 'RecordLatency(TimeSpan deliveryLatency, ulong sequence, string subject)' is missing <param name="deliveryLatency"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Consumers/SampleTracker.cs
|
|
LINE: 81
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: ParseSampleFrequency(string? frequency)
|
|
MESSAGE: Method 'ParseSampleFrequency(string? frequency)' is missing <param name="frequency"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Consumers/SampleTracker.cs
|
|
LINE: 107
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Sequence
|
|
MESSAGE: Property 'Sequence' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Consumers/SampleTracker.cs
|
|
LINE: 108
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Subject
|
|
MESSAGE: Property 'Subject' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Consumers/SampleTracker.cs
|
|
LINE: 109
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: DeliveryLatency
|
|
MESSAGE: Property 'DeliveryLatency' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Consumers/SampleTracker.cs
|
|
LINE: 110
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: SampledAtUtc
|
|
MESSAGE: Property 'SampledAtUtc' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Consumers/TokenBucketRateLimiter.cs
|
|
LINE: 53
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: TryConsume(long bytes)
|
|
MESSAGE: Method 'TryConsume(long bytes)' is missing <param name="bytes"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Consumers/TokenBucketRateLimiter.cs
|
|
LINE: 72
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: EstimateWait(long bytes)
|
|
MESSAGE: Method 'EstimateWait(long bytes)' is missing <param name="bytes"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Consumers/TokenBucketRateLimiter.cs
|
|
LINE: 90
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: WaitForTokensAsync(long bytes, CancellationToken ct)
|
|
MESSAGE: Method 'WaitForTokensAsync(long bytes, CancellationToken ct)' is missing <param name="ct"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Consumers/TokenBucketRateLimiter.cs
|
|
LINE: 90
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: WaitForTokensAsync(long bytes, CancellationToken ct)
|
|
MESSAGE: Method 'WaitForTokensAsync(long bytes, CancellationToken ct)' is missing <param name="bytes"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Consumers/TokenBucketRateLimiter.cs
|
|
LINE: 110
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: UpdateRate(long bytesPerSecond, long burstSize)
|
|
MESSAGE: Method 'UpdateRate(long bytesPerSecond, long burstSize)' is missing <param name="burstSize"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Consumers/TokenBucketRateLimiter.cs
|
|
LINE: 110
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: UpdateRate(long bytesPerSecond, long burstSize)
|
|
MESSAGE: Method 'UpdateRate(long bytesPerSecond, long burstSize)' is missing <param name="bytesPerSecond"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Consumers/WaitingRequestQueue.cs
|
|
LINE: 28
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: ConsumeBytes(long bytes)
|
|
MESSAGE: Method 'ConsumeBytes(long bytes)' is missing <param name="bytes"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Consumers/WaitingRequestQueue.cs
|
|
LINE: 41
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Count
|
|
MESSAGE: Property 'Count' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Consumers/WaitingRequestQueue.cs
|
|
LINE: 42
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: IsEmpty
|
|
MESSAGE: Property 'IsEmpty' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Consumers/WaitingRequestQueue.cs
|
|
LINE: 44
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: Enqueue(PullRequest request)
|
|
MESSAGE: Method 'Enqueue(PullRequest request)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Consumers/WaitingRequestQueue.cs
|
|
LINE: 46
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: TryDequeue()
|
|
MESSAGE: Method 'TryDequeue()' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Consumers/WaitingRequestQueue.cs
|
|
LINE: 54
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: RemoveExpired(DateTimeOffset now)
|
|
MESSAGE: Method 'RemoveExpired(DateTimeOffset now)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/InterestRetentionPolicy.cs
|
|
LINE: 21
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: RegisterInterest(string consumer, string filterSubject)
|
|
MESSAGE: Method 'RegisterInterest(string consumer, string filterSubject)' is missing <param name="filterSubject"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/InterestRetentionPolicy.cs
|
|
LINE: 21
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: RegisterInterest(string consumer, string filterSubject)
|
|
MESSAGE: Method 'RegisterInterest(string consumer, string filterSubject)' is missing <param name="consumer"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/InterestRetentionPolicy.cs
|
|
LINE: 29
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: UnregisterInterest(string consumer)
|
|
MESSAGE: Method 'UnregisterInterest(string consumer)' is missing <param name="consumer"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/InterestRetentionPolicy.cs
|
|
LINE: 37
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: AcknowledgeDelivery(string consumer, ulong seq)
|
|
MESSAGE: Method 'AcknowledgeDelivery(string consumer, ulong seq)' is missing <param name="seq"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/InterestRetentionPolicy.cs
|
|
LINE: 37
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: AcknowledgeDelivery(string consumer, ulong seq)
|
|
MESSAGE: Method 'AcknowledgeDelivery(string consumer, ulong seq)' is missing <param name="consumer"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/InterestRetentionPolicy.cs
|
|
LINE: 52
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: ShouldRetain(ulong seq, string msgSubject)
|
|
MESSAGE: Method 'ShouldRetain(ulong seq, string msgSubject)' is missing <param name="msgSubject"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/InterestRetentionPolicy.cs
|
|
LINE: 52
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: ShouldRetain(ulong seq, string msgSubject)
|
|
MESSAGE: Method 'ShouldRetain(ulong seq, string msgSubject)' is missing <param name="seq"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/JetStreamProfiler.cs
|
|
LINE: 22
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: RecordFindBySubject(long ticks)
|
|
MESSAGE: Method 'RecordFindBySubject(long ticks)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/JetStreamProfiler.cs
|
|
LINE: 23
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: RecordGetState(long ticks)
|
|
MESSAGE: Method 'RecordGetState(long ticks)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/JetStreamProfiler.cs
|
|
LINE: 24
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: RecordAppend(long ticks)
|
|
MESSAGE: Method 'RecordAppend(long ticks)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/JetStreamProfiler.cs
|
|
LINE: 25
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: RecordEnforcePolicies(long ticks)
|
|
MESSAGE: Method 'RecordEnforcePolicies(long ticks)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/JetStreamProfiler.cs
|
|
LINE: 26
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: RecordCaptureOverhead(long ticks)
|
|
MESSAGE: Method 'RecordCaptureOverhead(long ticks)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/JetStreamProfiler.cs
|
|
LINE: 27
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: RecordJsonSerialize(long ticks)
|
|
MESSAGE: Method 'RecordJsonSerialize(long ticks)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/JetStreamProfiler.cs
|
|
LINE: 28
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: RecordAckDeliver(long ticks)
|
|
MESSAGE: Method 'RecordAckDeliver(long ticks)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/JetStreamProfiler.cs
|
|
LINE: 29
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: RecordTotalProcessMessage(long ticks)
|
|
MESSAGE: Method 'RecordTotalProcessMessage(long ticks)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/JetStreamProfiler.cs
|
|
LINE: 30
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: IncrementCalls()
|
|
MESSAGE: Method 'IncrementCalls()' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/JetStreamProfiler.cs
|
|
LINE: 32
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: DumpAndReset()
|
|
MESSAGE: Method 'DumpAndReset()' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/JetStreamService.cs
|
|
LINE: 47
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: InternalClient
|
|
MESSAGE: Property 'InternalClient' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/JetStreamService.cs
|
|
LINE: 48
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: IsRunning
|
|
MESSAGE: Property 'IsRunning' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/JetStreamService.cs
|
|
LINE: 80
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Constructor
|
|
SIGNATURE: JetStreamService(JetStreamOptions options, InternalClient? internalClient)
|
|
MESSAGE: Constructor 'JetStreamService(JetStreamOptions options, InternalClient? internalClient)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/JetStreamService.cs
|
|
LINE: 85
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Constructor
|
|
SIGNATURE: JetStreamService(JetStreamOptions options, InternalClient? internalClient, ILoggerFactory loggerFactory)
|
|
MESSAGE: Constructor 'JetStreamService(JetStreamOptions options, InternalClient? internalClient, ILoggerFactory loggerFactory)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/JetStreamService.cs
|
|
LINE: 95
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: StartAsync(CancellationToken ct)
|
|
MESSAGE: Method 'StartAsync(CancellationToken ct)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/JetStreamService.cs
|
|
LINE: 141
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: DisposeAsync()
|
|
MESSAGE: Method 'DisposeAsync()' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/JsVersioning.cs
|
|
LINE: 37
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: GetRequiredApiLevel(Dictionary<string, string>? metadata)
|
|
MESSAGE: Method 'GetRequiredApiLevel(Dictionary<string, string>? metadata)' is missing <param name="metadata"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/JsVersioning.cs
|
|
LINE: 48
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: SupportsRequiredApiLevel(Dictionary<string, string>? metadata)
|
|
MESSAGE: Method 'SupportsRequiredApiLevel(Dictionary<string, string>? metadata)' is missing <param name="metadata"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/JsVersioning.cs
|
|
LINE: 63
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: SetStaticStreamMetadata(StreamConfig cfg)
|
|
MESSAGE: Method 'SetStaticStreamMetadata(StreamConfig cfg)' is missing <param name="cfg"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/JsVersioning.cs
|
|
LINE: 101
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: SetDynamicStreamMetadata(StreamConfig cfg)
|
|
MESSAGE: Method 'SetDynamicStreamMetadata(StreamConfig cfg)' is missing <param name="cfg"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/JsVersioning.cs
|
|
LINE: 121
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: CopyStreamMetadata(StreamConfig cfg, StreamConfig? prevCfg)
|
|
MESSAGE: Method 'CopyStreamMetadata(StreamConfig cfg, StreamConfig? prevCfg)' is missing <param name="prevCfg"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/JsVersioning.cs
|
|
LINE: 121
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: CopyStreamMetadata(StreamConfig cfg, StreamConfig? prevCfg)
|
|
MESSAGE: Method 'CopyStreamMetadata(StreamConfig cfg, StreamConfig? prevCfg)' is missing <param name="cfg"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/JsVersioning.cs
|
|
LINE: 132
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: SetStaticConsumerMetadata(ConsumerConfig cfg)
|
|
MESSAGE: Method 'SetStaticConsumerMetadata(ConsumerConfig cfg)' is missing <param name="cfg"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/JsVersioning.cs
|
|
LINE: 157
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: SetDynamicConsumerMetadata(ConsumerConfig cfg)
|
|
MESSAGE: Method 'SetDynamicConsumerMetadata(ConsumerConfig cfg)' is missing <param name="cfg"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/JsVersioning.cs
|
|
LINE: 176
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: CopyConsumerMetadata(ConsumerConfig cfg, ConsumerConfig? prevCfg)
|
|
MESSAGE: Method 'CopyConsumerMetadata(ConsumerConfig cfg, ConsumerConfig? prevCfg)' is missing <param name="prevCfg"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/JsVersioning.cs
|
|
LINE: 176
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: CopyConsumerMetadata(ConsumerConfig cfg, ConsumerConfig? prevCfg)
|
|
MESSAGE: Method 'CopyConsumerMetadata(ConsumerConfig cfg, ConsumerConfig? prevCfg)' is missing <param name="cfg"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/JsVersioning.cs
|
|
LINE: 187
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: DeleteDynamicMetadata(Dictionary<string, string> metadata)
|
|
MESSAGE: Method 'DeleteDynamicMetadata(Dictionary<string, string> metadata)' is missing <param name="metadata"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/MirrorSource/MirrorCoordinator.cs
|
|
LINE: 99
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Constructor
|
|
SIGNATURE: MirrorCoordinator(IStreamStore targetStore)
|
|
MESSAGE: Constructor 'MirrorCoordinator(IStreamStore targetStore)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/MirrorSource/MirrorCoordinator.cs
|
|
LINE: 114
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: OnOriginAppendAsync(StoredMessage message, CancellationToken ct)
|
|
MESSAGE: Method 'OnOriginAppendAsync(StoredMessage message, CancellationToken ct)' is missing <param name="ct"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/MirrorSource/MirrorCoordinator.cs
|
|
LINE: 114
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: OnOriginAppendAsync(StoredMessage message, CancellationToken ct)
|
|
MESSAGE: Method 'OnOriginAppendAsync(StoredMessage message, CancellationToken ct)' is missing <param name="message"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/MirrorSource/MirrorCoordinator.cs
|
|
LINE: 138
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: TryEnqueue(StoredMessage message)
|
|
MESSAGE: Method 'TryEnqueue(StoredMessage message)' is missing <param name="message"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/MirrorSource/MirrorCoordinator.cs
|
|
LINE: 166
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: StartPullSyncLoop(IStreamStore originStore, int batchSize)
|
|
MESSAGE: Method 'StartPullSyncLoop(IStreamStore originStore, int batchSize)' is missing <param name="batchSize"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/MirrorSource/MirrorCoordinator.cs
|
|
LINE: 166
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: StartPullSyncLoop(IStreamStore originStore, int batchSize)
|
|
MESSAGE: Method 'StartPullSyncLoop(IStreamStore originStore, int batchSize)' is missing <param name="originStore"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/MirrorSource/MirrorCoordinator.cs
|
|
LINE: 257
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: RecordSourceSeq(ulong seq)
|
|
MESSAGE: Method 'RecordSourceSeq(ulong seq)' is missing <param name="seq"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/MirrorSource/MirrorCoordinator.cs
|
|
LINE: 273
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: SetError(string message)
|
|
MESSAGE: Method 'SetError(string message)' is missing <param name="message"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/MirrorSource/MirrorCoordinator.cs
|
|
LINE: 282
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: GetHealthReport(ulong? originLastSeq)
|
|
MESSAGE: Method 'GetHealthReport(ulong? originLastSeq)' is missing <param name="originLastSeq"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/MirrorSource/MirrorCoordinator.cs
|
|
LINE: 304
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: GetMirrorInfo(string streamName)
|
|
MESSAGE: Method 'GetMirrorInfo(string streamName)' is missing <param name="streamName"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/MirrorSource/MirrorCoordinator.cs
|
|
LINE: 316
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: DisposeAsync()
|
|
MESSAGE: Method 'DisposeAsync()' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/MirrorSource/MirrorCoordinator.cs
|
|
LINE: 474
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: LastOriginSequence
|
|
MESSAGE: Property 'LastOriginSequence' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/MirrorSource/MirrorCoordinator.cs
|
|
LINE: 475
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: LastSyncUtc
|
|
MESSAGE: Property 'LastSyncUtc' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/MirrorSource/MirrorCoordinator.cs
|
|
LINE: 476
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Lag
|
|
MESSAGE: Property 'Lag' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/MirrorSource/MirrorCoordinator.cs
|
|
LINE: 477
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: ConsecutiveFailures
|
|
MESSAGE: Property 'ConsecutiveFailures' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/MirrorSource/MirrorCoordinator.cs
|
|
LINE: 478
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: IsRunning
|
|
MESSAGE: Property 'IsRunning' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/MirrorSource/MirrorCoordinator.cs
|
|
LINE: 479
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: IsStalled
|
|
MESSAGE: Property 'IsStalled' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/MirrorSource/SourceCoordinator.cs
|
|
LINE: 105
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Constructor
|
|
SIGNATURE: SourceCoordinator(IStreamStore targetStore, StreamSourceConfig sourceConfig)
|
|
MESSAGE: Constructor 'SourceCoordinator(IStreamStore targetStore, StreamSourceConfig sourceConfig)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/MirrorSource/SourceCoordinator.cs
|
|
LINE: 162
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: OnOriginAppendAsync(StoredMessage message, CancellationToken ct)
|
|
MESSAGE: Method 'OnOriginAppendAsync(StoredMessage message, CancellationToken ct)' is missing <param name="ct"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/MirrorSource/SourceCoordinator.cs
|
|
LINE: 162
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: OnOriginAppendAsync(StoredMessage message, CancellationToken ct)
|
|
MESSAGE: Method 'OnOriginAppendAsync(StoredMessage message, CancellationToken ct)' is missing <param name="message"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/MirrorSource/SourceCoordinator.cs
|
|
LINE: 226
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: TryEnqueue(StoredMessage message)
|
|
MESSAGE: Method 'TryEnqueue(StoredMessage message)' is missing <param name="message"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/MirrorSource/SourceCoordinator.cs
|
|
LINE: 251
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: StartPullSyncLoop(IStreamStore originStore, int batchSize)
|
|
MESSAGE: Method 'StartPullSyncLoop(IStreamStore originStore, int batchSize)' is missing <param name="batchSize"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/MirrorSource/SourceCoordinator.cs
|
|
LINE: 251
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: StartPullSyncLoop(IStreamStore originStore, int batchSize)
|
|
MESSAGE: Method 'StartPullSyncLoop(IStreamStore originStore, int batchSize)' is missing <param name="originStore"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/MirrorSource/SourceCoordinator.cs
|
|
LINE: 299
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: GetHealthReport(ulong? originLastSeq)
|
|
MESSAGE: Method 'GetHealthReport(ulong? originLastSeq)' is missing <param name="originLastSeq"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/MirrorSource/SourceCoordinator.cs
|
|
LINE: 338
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: DisposeAsync()
|
|
MESSAGE: Method 'DisposeAsync()' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/MirrorSource/SourceCoordinator.cs
|
|
LINE: 579
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: IsDuplicate(string msgId)
|
|
MESSAGE: Method 'IsDuplicate(string msgId)' is missing <param name="msgId"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/MirrorSource/SourceCoordinator.cs
|
|
LINE: 589
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: RecordMsgId(string msgId)
|
|
MESSAGE: Method 'RecordMsgId(string msgId)' is missing <param name="msgId"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/MirrorSource/SourceCoordinator.cs
|
|
LINE: 600
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: PruneDedupWindow(DateTimeOffset cutoff)
|
|
MESSAGE: Method 'PruneDedupWindow(DateTimeOffset cutoff)' is missing <param name="cutoff"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/MirrorSource/SourceCoordinator.cs
|
|
LINE: 645
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: SourceName
|
|
MESSAGE: Property 'SourceName' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/MirrorSource/SourceCoordinator.cs
|
|
LINE: 646
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: FilterSubject
|
|
MESSAGE: Property 'FilterSubject' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/MirrorSource/SourceCoordinator.cs
|
|
LINE: 647
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: LastOriginSequence
|
|
MESSAGE: Property 'LastOriginSequence' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/MirrorSource/SourceCoordinator.cs
|
|
LINE: 648
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: LastSyncUtc
|
|
MESSAGE: Property 'LastSyncUtc' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/MirrorSource/SourceCoordinator.cs
|
|
LINE: 649
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Lag
|
|
MESSAGE: Property 'Lag' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/MirrorSource/SourceCoordinator.cs
|
|
LINE: 650
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: ConsecutiveFailures
|
|
MESSAGE: Property 'ConsecutiveFailures' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/MirrorSource/SourceCoordinator.cs
|
|
LINE: 651
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: IsRunning
|
|
MESSAGE: Property 'IsRunning' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/MirrorSource/SourceCoordinator.cs
|
|
LINE: 652
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: IsStalled
|
|
MESSAGE: Property 'IsStalled' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/MirrorSource/SourceCoordinator.cs
|
|
LINE: 653
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: FilteredOutCount
|
|
MESSAGE: Property 'FilteredOutCount' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/MirrorSource/SourceCoordinator.cs
|
|
LINE: 654
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: DeduplicatedCount
|
|
MESSAGE: Property 'DeduplicatedCount' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Models/CounterValue.cs
|
|
LINE: 10
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Value
|
|
MESSAGE: Property 'Value' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Models/CounterValue.cs
|
|
LINE: 13
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: AsLong()
|
|
MESSAGE: Method 'AsLong()' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Models/CounterValue.cs
|
|
LINE: 15
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: FromLong(long value)
|
|
MESSAGE: Method 'FromLong(long value)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Models/CounterValue.cs
|
|
LINE: 17
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: ToPayload()
|
|
MESSAGE: Method 'ToPayload()' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Models/CounterValue.cs
|
|
LINE: 19
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: FromPayload(ReadOnlySpan<byte> payload)
|
|
MESSAGE: Method 'FromPayload(ReadOnlySpan<byte> payload)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Models/StreamState.cs
|
|
LINE: 5
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Messages
|
|
MESSAGE: Property 'Messages' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Models/StreamState.cs
|
|
LINE: 6
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: FirstSeq
|
|
MESSAGE: Property 'FirstSeq' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Models/StreamState.cs
|
|
LINE: 7
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: LastSeq
|
|
MESSAGE: Property 'LastSeq' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Models/StreamState.cs
|
|
LINE: 8
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Bytes
|
|
MESSAGE: Property 'Bytes' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Publish/JetStreamPubAckFormatter.cs
|
|
LINE: 21
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: FormatSuccess(Span<byte> dest, string streamName, ulong seq)
|
|
MESSAGE: Method 'FormatSuccess(Span<byte> dest, string streamName, ulong seq)' is missing <param name="seq"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Publish/JetStreamPubAckFormatter.cs
|
|
LINE: 21
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: FormatSuccess(Span<byte> dest, string streamName, ulong seq)
|
|
MESSAGE: Method 'FormatSuccess(Span<byte> dest, string streamName, ulong seq)' is missing <param name="streamName"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Publish/JetStreamPubAckFormatter.cs
|
|
LINE: 21
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: FormatSuccess(Span<byte> dest, string streamName, ulong seq)
|
|
MESSAGE: Method 'FormatSuccess(Span<byte> dest, string streamName, ulong seq)' is missing <param name="dest"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Publish/JetStreamPubAckFormatter.cs
|
|
LINE: 39
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: IsSimpleSuccess(PubAck ack)
|
|
MESSAGE: Method 'IsSimpleSuccess(PubAck ack)' is missing <param name="ack"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Publish/JetStreamPublisher.cs
|
|
LINE: 12
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Constructor
|
|
SIGNATURE: JetStreamPublisher(StreamManager streamManager)
|
|
MESSAGE: Constructor 'JetStreamPublisher(StreamManager streamManager)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Publish/JetStreamPublisher.cs
|
|
LINE: 17
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: TryCapture(string subject, ReadOnlyMemory<byte> payload, PubAck ack)
|
|
MESSAGE: Method 'TryCapture(string subject, ReadOnlyMemory<byte> payload, PubAck ack)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Publish/JetStreamPublisher.cs
|
|
LINE: 20
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: TryCapture(string subject, ReadOnlyMemory<byte> payload, string? msgId, PubAck ack)
|
|
MESSAGE: Method 'TryCapture(string subject, ReadOnlyMemory<byte> payload, string? msgId, PubAck ack)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Publish/JetStreamPublisher.cs
|
|
LINE: 23
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: TryCaptureWithOptions(string subject, ReadOnlyMemory<byte> payload, PublishOptions options, PubAck ack)
|
|
MESSAGE: Method 'TryCaptureWithOptions(string subject, ReadOnlyMemory<byte> payload, PublishOptions options, PubAck ack)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Publish/PubAck.cs
|
|
LINE: 5
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Stream
|
|
MESSAGE: Property 'Stream' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Publish/PubAck.cs
|
|
LINE: 6
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Seq
|
|
MESSAGE: Property 'Seq' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Publish/PubAck.cs
|
|
LINE: 7
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Duplicate
|
|
MESSAGE: Property 'Duplicate' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Publish/PubAck.cs
|
|
LINE: 8
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: ErrorCode
|
|
MESSAGE: Property 'ErrorCode' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Publish/PubAck.cs
|
|
LINE: 12
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: BatchId
|
|
MESSAGE: Property 'BatchId' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Publish/PubAck.cs
|
|
LINE: 16
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: BatchSize
|
|
MESSAGE: Property 'BatchSize' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Publish/PublishOptions.cs
|
|
LINE: 5
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: MsgId
|
|
MESSAGE: Property 'MsgId' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Publish/PublishOptions.cs
|
|
LINE: 6
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: ExpectedLastSeq
|
|
MESSAGE: Property 'ExpectedLastSeq' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Publish/PublishOptions.cs
|
|
LINE: 7
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: ExpectedLastSubjectSeq
|
|
MESSAGE: Property 'ExpectedLastSubjectSeq' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Publish/PublishOptions.cs
|
|
LINE: 8
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: ExpectedLastSubjectSeqSubject
|
|
MESSAGE: Property 'ExpectedLastSubjectSeqSubject' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Publish/PublishOptions.cs
|
|
LINE: 11
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: BatchId
|
|
MESSAGE: Property 'BatchId' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Publish/PublishOptions.cs
|
|
LINE: 14
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: BatchSeq
|
|
MESSAGE: Property 'BatchSeq' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Publish/PublishOptions.cs
|
|
LINE: 17
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: BatchCommit
|
|
MESSAGE: Property 'BatchCommit' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Publish/PublishOptions.cs
|
|
LINE: 20
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: ExpectedLastMsgId
|
|
MESSAGE: Property 'ExpectedLastMsgId' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Publish/PublishPreconditions.cs
|
|
LINE: 9
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: IsDuplicate(string? msgId, int duplicateWindowMs, ulong existingSequence)
|
|
MESSAGE: Method 'IsDuplicate(string? msgId, int duplicateWindowMs, ulong existingSequence)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Publish/PublishPreconditions.cs
|
|
LINE: 29
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: Record(string? msgId, ulong sequence)
|
|
MESSAGE: Method 'Record(string? msgId, ulong sequence)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Publish/PublishPreconditions.cs
|
|
LINE: 37
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: TrimOlderThan(int duplicateWindowMs)
|
|
MESSAGE: Method 'TrimOlderThan(int duplicateWindowMs)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Publish/PublishPreconditions.cs
|
|
LINE: 50
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: CheckExpectedLastSeq(ulong expectedLastSeq, ulong actualLastSeq)
|
|
MESSAGE: Method 'CheckExpectedLastSeq(ulong expectedLastSeq, ulong actualLastSeq)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Snapshots/StreamSnapshotService.cs
|
|
LINE: 33
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Sequence
|
|
MESSAGE: Property 'Sequence' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Snapshots/StreamSnapshotService.cs
|
|
LINE: 34
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Subject
|
|
MESSAGE: Property 'Subject' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Snapshots/StreamSnapshotService.cs
|
|
LINE: 35
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Payload
|
|
MESSAGE: Property 'Payload' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Snapshots/StreamSnapshotService.cs
|
|
LINE: 36
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Timestamp
|
|
MESSAGE: Property 'Timestamp' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Snapshots/StreamSnapshotService.cs
|
|
LINE: 49
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: SnapshotAsync(StreamHandle stream, CancellationToken ct)
|
|
MESSAGE: Method 'SnapshotAsync(StreamHandle stream, CancellationToken ct)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Snapshots/StreamSnapshotService.cs
|
|
LINE: 52
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: RestoreAsync(StreamHandle stream, ReadOnlyMemory<byte> snapshot, CancellationToken ct)
|
|
MESSAGE: Method 'RestoreAsync(StreamHandle stream, ReadOnlyMemory<byte> snapshot, CancellationToken ct)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Snapshots/StreamSnapshotService.cs
|
|
LINE: 69
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: CreateTarSnapshotAsync(StreamHandle stream, CancellationToken ct)
|
|
MESSAGE: Method 'CreateTarSnapshotAsync(StreamHandle stream, CancellationToken ct)' is missing <param name="ct"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Snapshots/StreamSnapshotService.cs
|
|
LINE: 69
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: CreateTarSnapshotAsync(StreamHandle stream, CancellationToken ct)
|
|
MESSAGE: Method 'CreateTarSnapshotAsync(StreamHandle stream, CancellationToken ct)' is missing <param name="stream"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Snapshots/StreamSnapshotService.cs
|
|
LINE: 106
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: RestoreTarSnapshotAsync(StreamHandle stream, ReadOnlyMemory<byte> snapshot, CancellationToken ct)
|
|
MESSAGE: Method 'RestoreTarSnapshotAsync(StreamHandle stream, ReadOnlyMemory<byte> snapshot, CancellationToken ct)' is missing <param name="ct"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Snapshots/StreamSnapshotService.cs
|
|
LINE: 106
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: RestoreTarSnapshotAsync(StreamHandle stream, ReadOnlyMemory<byte> snapshot, CancellationToken ct)
|
|
MESSAGE: Method 'RestoreTarSnapshotAsync(StreamHandle stream, ReadOnlyMemory<byte> snapshot, CancellationToken ct)' is missing <param name="snapshot"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Snapshots/StreamSnapshotService.cs
|
|
LINE: 106
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: RestoreTarSnapshotAsync(StreamHandle stream, ReadOnlyMemory<byte> snapshot, CancellationToken ct)
|
|
MESSAGE: Method 'RestoreTarSnapshotAsync(StreamHandle stream, ReadOnlyMemory<byte> snapshot, CancellationToken ct)' is missing <param name="stream"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Snapshots/StreamSnapshotService.cs
|
|
LINE: 177
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: CreateTarSnapshotWithDeadlineAsync(StreamHandle stream, TimeSpan deadline, CancellationToken ct)
|
|
MESSAGE: Method 'CreateTarSnapshotWithDeadlineAsync(StreamHandle stream, TimeSpan deadline, CancellationToken ct)' is missing <param name="ct"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Snapshots/StreamSnapshotService.cs
|
|
LINE: 177
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: CreateTarSnapshotWithDeadlineAsync(StreamHandle stream, TimeSpan deadline, CancellationToken ct)
|
|
MESSAGE: Method 'CreateTarSnapshotWithDeadlineAsync(StreamHandle stream, TimeSpan deadline, CancellationToken ct)' is missing <param name="deadline"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Snapshots/StreamSnapshotService.cs
|
|
LINE: 177
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: CreateTarSnapshotWithDeadlineAsync(StreamHandle stream, TimeSpan deadline, CancellationToken ct)
|
|
MESSAGE: Method 'CreateTarSnapshotWithDeadlineAsync(StreamHandle stream, TimeSpan deadline, CancellationToken ct)' is missing <param name="stream"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Storage/AeadEncryptor.cs
|
|
LINE: 73
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: Encrypt(ReadOnlySpan<byte> plaintext, byte[] key, StoreCipher cipher)
|
|
MESSAGE: Method 'Encrypt(ReadOnlySpan<byte> plaintext, byte[] key, StoreCipher cipher)' is missing <param name="cipher"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Storage/AeadEncryptor.cs
|
|
LINE: 73
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: Encrypt(ReadOnlySpan<byte> plaintext, byte[] key, StoreCipher cipher)
|
|
MESSAGE: Method 'Encrypt(ReadOnlySpan<byte> plaintext, byte[] key, StoreCipher cipher)' is missing <param name="key"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Storage/AeadEncryptor.cs
|
|
LINE: 73
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: Encrypt(ReadOnlySpan<byte> plaintext, byte[] key, StoreCipher cipher)
|
|
MESSAGE: Method 'Encrypt(ReadOnlySpan<byte> plaintext, byte[] key, StoreCipher cipher)' is missing <param name="plaintext"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Storage/AeadEncryptor.cs
|
|
LINE: 118
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: Decrypt(ReadOnlySpan<byte> encrypted, byte[] key, StoreCipher cipher)
|
|
MESSAGE: Method 'Decrypt(ReadOnlySpan<byte> encrypted, byte[] key, StoreCipher cipher)' is missing <param name="cipher"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Storage/AeadEncryptor.cs
|
|
LINE: 118
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: Decrypt(ReadOnlySpan<byte> encrypted, byte[] key, StoreCipher cipher)
|
|
MESSAGE: Method 'Decrypt(ReadOnlySpan<byte> encrypted, byte[] key, StoreCipher cipher)' is missing <param name="key"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Storage/AeadEncryptor.cs
|
|
LINE: 118
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: Decrypt(ReadOnlySpan<byte> encrypted, byte[] key, StoreCipher cipher)
|
|
MESSAGE: Method 'Decrypt(ReadOnlySpan<byte> encrypted, byte[] key, StoreCipher cipher)' is missing <param name="encrypted"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Storage/AtomicFileWriter.cs
|
|
LINE: 21
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: WriteAtomicallyAsync(string path, byte[] data)
|
|
MESSAGE: Method 'WriteAtomicallyAsync(string path, byte[] data)' is missing <param name="data"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Storage/AtomicFileWriter.cs
|
|
LINE: 21
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: WriteAtomicallyAsync(string path, byte[] data)
|
|
MESSAGE: Method 'WriteAtomicallyAsync(string path, byte[] data)' is missing <param name="path"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Storage/AtomicFileWriter.cs
|
|
LINE: 38
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: WriteAtomicallyAsync(string path, ReadOnlyMemory<byte> data)
|
|
MESSAGE: Method 'WriteAtomicallyAsync(string path, ReadOnlyMemory<byte> data)' is missing <param name="data"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Storage/AtomicFileWriter.cs
|
|
LINE: 38
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: WriteAtomicallyAsync(string path, ReadOnlyMemory<byte> data)
|
|
MESSAGE: Method 'WriteAtomicallyAsync(string path, ReadOnlyMemory<byte> data)' is missing <param name="path"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Storage/ConsumerFileStore.cs
|
|
LINE: 42
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Constructor
|
|
SIGNATURE: ConsumerFileStore(string stateFile, ConsumerConfig cfg)
|
|
MESSAGE: Constructor 'ConsumerFileStore(string stateFile, ConsumerConfig cfg)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Storage/ConsumerFileStore.cs
|
|
LINE: 66
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: SetStarting(ulong sseq)
|
|
MESSAGE: Method 'SetStarting(ulong sseq)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Storage/ConsumerFileStore.cs
|
|
LINE: 75
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: UpdateStarting(ulong sseq)
|
|
MESSAGE: Method 'UpdateStarting(ulong sseq)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Storage/ConsumerFileStore.cs
|
|
LINE: 84
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: Reset(ulong sseq)
|
|
MESSAGE: Method 'Reset(ulong sseq)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Storage/ConsumerFileStore.cs
|
|
LINE: 97
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: HasState()
|
|
MESSAGE: Method 'HasState()' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Storage/ConsumerFileStore.cs
|
|
LINE: 105
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: UpdateDelivered(ulong dseq, ulong sseq, ulong dc, long ts)
|
|
MESSAGE: Method 'UpdateDelivered(ulong dseq, ulong sseq, ulong dc, long ts)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Storage/ConsumerFileStore.cs
|
|
LINE: 141
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: UpdateAcks(ulong dseq, ulong sseq)
|
|
MESSAGE: Method 'UpdateAcks(ulong dseq, ulong sseq)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Storage/ConsumerFileStore.cs
|
|
LINE: 174
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: Update(ConsumerState state)
|
|
MESSAGE: Method 'Update(ConsumerState state)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Storage/ConsumerFileStore.cs
|
|
LINE: 184
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: State()
|
|
MESSAGE: Method 'State()' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Storage/ConsumerFileStore.cs
|
|
LINE: 210
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: BorrowState()
|
|
MESSAGE: Method 'BorrowState()' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Storage/ConsumerFileStore.cs
|
|
LINE: 216
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: EncodedState()
|
|
MESSAGE: Method 'EncodedState()' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Storage/ConsumerFileStore.cs
|
|
LINE: 223
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: Type()
|
|
MESSAGE: Method 'Type()' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Storage/ConsumerFileStore.cs
|
|
LINE: 226
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: Stop()
|
|
MESSAGE: Method 'Stop()' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Storage/ConsumerFileStore.cs
|
|
LINE: 243
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: Delete()
|
|
MESSAGE: Method 'Delete()' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Storage/ConsumerFileStore.cs
|
|
LINE: 261
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: StreamDelete()
|
|
MESSAGE: Method 'StreamDelete()' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Storage/ConsumerState.cs
|
|
LINE: 29
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Delivered
|
|
MESSAGE: Property 'Delivered' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Storage/ConsumerState.cs
|
|
LINE: 32
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: AckFloor
|
|
MESSAGE: Property 'AckFloor' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Storage/ConsumerState.cs
|
|
LINE: 36
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Pending
|
|
MESSAGE: Property 'Pending' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Storage/ConsumerState.cs
|
|
LINE: 40
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Redelivered
|
|
MESSAGE: Property 'Redelivered' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Storage/ConsumerStateCodec.cs
|
|
LINE: 47
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: Encode(ConsumerState state)
|
|
MESSAGE: Method 'Encode(ConsumerState state)' is missing <param name="state"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Storage/ConsumerStateCodec.cs
|
|
LINE: 108
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: Decode(ReadOnlySpan<byte> buf)
|
|
MESSAGE: Method 'Decode(ReadOnlySpan<byte> buf)' is missing <param name="buf"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Storage/FileStore.cs
|
|
LINE: 2880
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: EvictBlockNoSync(int blockId)
|
|
MESSAGE: Method 'EvictBlockNoSync(int blockId)' is missing <param name="blockId"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Storage/FileStoreBlock.cs
|
|
LINE: 5
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Id
|
|
MESSAGE: Property 'Id' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Storage/FileStoreBlock.cs
|
|
LINE: 6
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Path
|
|
MESSAGE: Property 'Path' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Storage/FileStoreBlock.cs
|
|
LINE: 7
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Sequence
|
|
MESSAGE: Property 'Sequence' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Storage/FileStoreBlock.cs
|
|
LINE: 8
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: OffsetBytes
|
|
MESSAGE: Property 'OffsetBytes' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Storage/FileStoreBlock.cs
|
|
LINE: 9
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: SizeBytes
|
|
MESSAGE: Property 'SizeBytes' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Storage/FileStoreConfig.cs
|
|
LINE: 15
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: StoreDir
|
|
MESSAGE: Property 'StoreDir' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Storage/FileStoreConfig.cs
|
|
LINE: 19
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: BlockSize
|
|
MESSAGE: Property 'BlockSize' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Storage/FileStoreConfig.cs
|
|
LINE: 23
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: CacheExpire
|
|
MESSAGE: Property 'CacheExpire' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Storage/FileStoreConfig.cs
|
|
LINE: 27
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: SubjectStateExpire
|
|
MESSAGE: Property 'SubjectStateExpire' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Storage/FileStoreConfig.cs
|
|
LINE: 31
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: SyncInterval
|
|
MESSAGE: Property 'SyncInterval' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Storage/FileStoreConfig.cs
|
|
LINE: 34
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: SyncAlways
|
|
MESSAGE: Property 'SyncAlways' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Storage/FileStoreConfig.cs
|
|
LINE: 38
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: AsyncFlush
|
|
MESSAGE: Property 'AsyncFlush' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Storage/FileStoreConfig.cs
|
|
LINE: 41
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Cipher
|
|
MESSAGE: Property 'Cipher' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Storage/FileStoreConfig.cs
|
|
LINE: 44
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Compression
|
|
MESSAGE: Property 'Compression' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Storage/FileStoreOptions.cs
|
|
LINE: 7
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Directory
|
|
MESSAGE: Property 'Directory' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Storage/FileStoreOptions.cs
|
|
LINE: 8
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: BlockSizeBytes
|
|
MESSAGE: Property 'BlockSizeBytes' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Storage/FileStoreOptions.cs
|
|
LINE: 9
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: IndexManifestFileName
|
|
MESSAGE: Property 'IndexManifestFileName' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Storage/FileStoreOptions.cs
|
|
LINE: 10
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: MaxAgeMs
|
|
MESSAGE: Property 'MaxAgeMs' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Storage/FileStoreOptions.cs
|
|
LINE: 14
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: MaxBytes
|
|
MESSAGE: Property 'MaxBytes' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Storage/FileStoreOptions.cs
|
|
LINE: 18
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Discard
|
|
MESSAGE: Property 'Discard' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Storage/FileStoreOptions.cs
|
|
LINE: 23
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: EnableCompression
|
|
MESSAGE: Property 'EnableCompression' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Storage/FileStoreOptions.cs
|
|
LINE: 24
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: EnableEncryption
|
|
MESSAGE: Property 'EnableEncryption' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Storage/FileStoreOptions.cs
|
|
LINE: 26
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: EnablePayloadIntegrityChecks
|
|
MESSAGE: Property 'EnablePayloadIntegrityChecks' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Storage/FileStoreOptions.cs
|
|
LINE: 27
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: EncryptionKey
|
|
MESSAGE: Property 'EncryptionKey' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Storage/FileStoreOptions.cs
|
|
LINE: 33
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Compression
|
|
MESSAGE: Property 'Compression' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Storage/FileStoreOptions.cs
|
|
LINE: 34
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Cipher
|
|
MESSAGE: Property 'Cipher' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Storage/FileStoreOptions.cs
|
|
LINE: 38
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: MaxMsgsPerSubject
|
|
MESSAGE: Property 'MaxMsgsPerSubject' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Storage/FileStoreOptions.cs
|
|
LINE: 44
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: MaxCacheSize
|
|
MESSAGE: Property 'MaxCacheSize' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Storage/FileStoreOptions.cs
|
|
LINE: 45
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: CacheExpiry
|
|
MESSAGE: Property 'CacheExpiry' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Storage/IConsumerStore.cs
|
|
LINE: 15
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: SetStarting(ulong sseq)
|
|
MESSAGE: Method 'SetStarting(ulong sseq)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Storage/IConsumerStore.cs
|
|
LINE: 18
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: UpdateStarting(ulong sseq)
|
|
MESSAGE: Method 'UpdateStarting(ulong sseq)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Storage/IConsumerStore.cs
|
|
LINE: 21
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: Reset(ulong sseq)
|
|
MESSAGE: Method 'Reset(ulong sseq)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Storage/IConsumerStore.cs
|
|
LINE: 24
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: HasState()
|
|
MESSAGE: Method 'HasState()' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Storage/IConsumerStore.cs
|
|
LINE: 28
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: UpdateDelivered(ulong dseq, ulong sseq, ulong dc, long ts)
|
|
MESSAGE: Method 'UpdateDelivered(ulong dseq, ulong sseq, ulong dc, long ts)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Storage/IConsumerStore.cs
|
|
LINE: 31
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: UpdateAcks(ulong dseq, ulong sseq)
|
|
MESSAGE: Method 'UpdateAcks(ulong dseq, ulong sseq)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Storage/IConsumerStore.cs
|
|
LINE: 34
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: Update(ConsumerState state)
|
|
MESSAGE: Method 'Update(ConsumerState state)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Storage/IConsumerStore.cs
|
|
LINE: 37
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: State()
|
|
MESSAGE: Method 'State()' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Storage/IConsumerStore.cs
|
|
LINE: 40
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: BorrowState()
|
|
MESSAGE: Method 'BorrowState()' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Storage/IConsumerStore.cs
|
|
LINE: 43
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: EncodedState()
|
|
MESSAGE: Method 'EncodedState()' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Storage/IConsumerStore.cs
|
|
LINE: 46
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: Type()
|
|
MESSAGE: Method 'Type()' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Storage/IConsumerStore.cs
|
|
LINE: 49
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: Stop()
|
|
MESSAGE: Method 'Stop()' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Storage/IConsumerStore.cs
|
|
LINE: 52
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: Delete()
|
|
MESSAGE: Method 'Delete()' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Storage/IConsumerStore.cs
|
|
LINE: 55
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: StreamDelete()
|
|
MESSAGE: Method 'StreamDelete()' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Validation/JetStreamConfigValidator.cs
|
|
LINE: 10
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: IsValidName(string? name)
|
|
MESSAGE: Method 'IsValidName(string? name)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Validation/JetStreamConfigValidator.cs
|
|
LINE: 28
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: IsMetadataWithinLimit(Dictionary<string, string>? metadata)
|
|
MESSAGE: Method 'IsMetadataWithinLimit(Dictionary<string, string>? metadata)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Validation/JetStreamConfigValidator.cs
|
|
LINE: 31
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: MetadataByteSize(Dictionary<string, string>? metadata)
|
|
MESSAGE: Method 'MetadataByteSize(Dictionary<string, string>? metadata)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Validation/JetStreamConfigValidator.cs
|
|
LINE: 46
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: Validate(StreamConfig config)
|
|
MESSAGE: Method 'Validate(StreamConfig config)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Validation/JetStreamConfigValidator.cs
|
|
LINE: 69
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: ValidateClusterConfig(NatsOptions options)
|
|
MESSAGE: Method 'ValidateClusterConfig(NatsOptions options)' is missing <param name="options"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Validation/JetStreamConfigValidator.cs
|
|
LINE: 87
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: IsValid
|
|
MESSAGE: Property 'IsValid' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Validation/JetStreamConfigValidator.cs
|
|
LINE: 88
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Message
|
|
MESSAGE: Property 'Message' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Validation/JetStreamConfigValidator.cs
|
|
LINE: 96
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: Valid()
|
|
MESSAGE: Method 'Valid()' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/JetStream/Validation/JetStreamConfigValidator.cs
|
|
LINE: 97
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: Invalid(string message)
|
|
MESSAGE: Method 'Invalid(string message)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/LeafNodes/LeafConnectInfo.cs
|
|
LINE: 11
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Jwt
|
|
MESSAGE: Property 'Jwt' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/LeafNodes/LeafConnectInfo.cs
|
|
LINE: 14
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Nkey
|
|
MESSAGE: Property 'Nkey' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/LeafNodes/LeafConnectInfo.cs
|
|
LINE: 17
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Sig
|
|
MESSAGE: Property 'Sig' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/LeafNodes/LeafConnectInfo.cs
|
|
LINE: 20
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Hub
|
|
MESSAGE: Property 'Hub' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/LeafNodes/LeafConnectInfo.cs
|
|
LINE: 23
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Cluster
|
|
MESSAGE: Property 'Cluster' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/LeafNodes/LeafConnectInfo.cs
|
|
LINE: 26
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Headers
|
|
MESSAGE: Property 'Headers' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/LeafNodes/LeafConnectInfo.cs
|
|
LINE: 29
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: JetStream
|
|
MESSAGE: Property 'JetStream' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/LeafNodes/LeafConnectInfo.cs
|
|
LINE: 32
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Compression
|
|
MESSAGE: Property 'Compression' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/LeafNodes/LeafConnectInfo.cs
|
|
LINE: 35
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: RemoteAccount
|
|
MESSAGE: Property 'RemoteAccount' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/LeafNodes/LeafConnectInfo.cs
|
|
LINE: 38
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Proto
|
|
MESSAGE: Property 'Proto' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/LeafNodes/LeafHubSpokeMapper.cs
|
|
LINE: 35
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Constructor
|
|
SIGNATURE: LeafHubSpokeMapper(IReadOnlyDictionary<string, string> hubToSpoke)
|
|
MESSAGE: Constructor 'LeafHubSpokeMapper(IReadOnlyDictionary<string, string> hubToSpoke)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/LeafNodes/LeafHubSpokeMapper.cs
|
|
LINE: 43
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Constructor
|
|
SIGNATURE: LeafHubSpokeMapper(IReadOnlyDictionary<string, string> hubToSpoke, IReadOnlyList<string> denyExports, IReadOnlyList<string> denyImports)
|
|
MESSAGE: Constructor 'LeafHubSpokeMapper(IReadOnlyDictionary<string, string> hubToSpoke, IReadOnlyList<string> denyExports, IReadOnlyList<string> denyImports)' is missing <param name="denyImports"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/LeafNodes/LeafHubSpokeMapper.cs
|
|
LINE: 43
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Constructor
|
|
SIGNATURE: LeafHubSpokeMapper(IReadOnlyDictionary<string, string> hubToSpoke, IReadOnlyList<string> denyExports, IReadOnlyList<string> denyImports)
|
|
MESSAGE: Constructor 'LeafHubSpokeMapper(IReadOnlyDictionary<string, string> hubToSpoke, IReadOnlyList<string> denyExports, IReadOnlyList<string> denyImports)' is missing <param name="denyExports"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/LeafNodes/LeafHubSpokeMapper.cs
|
|
LINE: 43
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Constructor
|
|
SIGNATURE: LeafHubSpokeMapper(IReadOnlyDictionary<string, string> hubToSpoke, IReadOnlyList<string> denyExports, IReadOnlyList<string> denyImports)
|
|
MESSAGE: Constructor 'LeafHubSpokeMapper(IReadOnlyDictionary<string, string> hubToSpoke, IReadOnlyList<string> denyExports, IReadOnlyList<string> denyImports)' is missing <param name="hubToSpoke"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/LeafNodes/LeafHubSpokeMapper.cs
|
|
LINE: 77
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: Map(string account, string subject, LeafMapDirection direction)
|
|
MESSAGE: Method 'Map(string account, string subject, LeafMapDirection direction)' is missing <param name="direction"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/LeafNodes/LeafHubSpokeMapper.cs
|
|
LINE: 77
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: Map(string account, string subject, LeafMapDirection direction)
|
|
MESSAGE: Method 'Map(string account, string subject, LeafMapDirection direction)' is missing <param name="subject"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/LeafNodes/LeafHubSpokeMapper.cs
|
|
LINE: 77
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: Map(string account, string subject, LeafMapDirection direction)
|
|
MESSAGE: Method 'Map(string account, string subject, LeafMapDirection direction)' is missing <param name="account"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/LeafNodes/LeafHubSpokeMapper.cs
|
|
LINE: 92
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: IsSubjectAllowed(string subject, LeafMapDirection direction)
|
|
MESSAGE: Method 'IsSubjectAllowed(string subject, LeafMapDirection direction)' is missing <param name="direction"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/LeafNodes/LeafHubSpokeMapper.cs
|
|
LINE: 92
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: IsSubjectAllowed(string subject, LeafMapDirection direction)
|
|
MESSAGE: Method 'IsSubjectAllowed(string subject, LeafMapDirection direction)' is missing <param name="subject"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/LeafNodes/LeafLoopDetector.cs
|
|
LINE: 7
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: HasLoopMarker(string subject)
|
|
MESSAGE: Method 'HasLoopMarker(string subject)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/LeafNodes/LeafLoopDetector.cs
|
|
LINE: 10
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: Mark(string subject, string serverId)
|
|
MESSAGE: Method 'Mark(string subject, string serverId)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/LeafNodes/LeafLoopDetector.cs
|
|
LINE: 13
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: IsLooped(string subject, string localServerId)
|
|
MESSAGE: Method 'IsLooped(string subject, string localServerId)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/LeafNodes/LeafLoopDetector.cs
|
|
LINE: 16
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: TryUnmark(string subject, string unmarked)
|
|
MESSAGE: Method 'TryUnmark(string subject, string unmarked)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/LeafNodes/LeafSubKey.cs
|
|
LINE: 19
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: KeyFromSub(Subscription sub)
|
|
MESSAGE: Method 'KeyFromSub(Subscription sub)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/LeafNodes/LeafSubKey.cs
|
|
LINE: 27
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: KeyFromSubWithOrigin(Subscription sub, string? origin)
|
|
MESSAGE: Method 'KeyFromSubWithOrigin(Subscription sub, string? origin)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/LeafNodes/WebSocketStreamAdapter.cs
|
|
LINE: 20
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Constructor
|
|
SIGNATURE: WebSocketStreamAdapter(SystemWebSocket ws, int initialBufferSize)
|
|
MESSAGE: Constructor 'WebSocketStreamAdapter(SystemWebSocket ws, int initialBufferSize)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/LeafNodes/WebSocketStreamAdapter.cs
|
|
LINE: 37
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: IsConnected
|
|
MESSAGE: Property 'IsConnected' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/LeafNodes/WebSocketStreamAdapter.cs
|
|
LINE: 38
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: BytesRead
|
|
MESSAGE: Property 'BytesRead' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/LeafNodes/WebSocketStreamAdapter.cs
|
|
LINE: 39
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: BytesWritten
|
|
MESSAGE: Property 'BytesWritten' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/LeafNodes/WebSocketStreamAdapter.cs
|
|
LINE: 40
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: MessagesRead
|
|
MESSAGE: Property 'MessagesRead' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/LeafNodes/WebSocketStreamAdapter.cs
|
|
LINE: 41
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: MessagesWritten
|
|
MESSAGE: Property 'MessagesWritten' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/LeafNodes/WebSocketStreamAdapter.cs
|
|
LINE: 199
|
|
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/natsdotnet/src/NATS.Server/LeafNodes/WebSocketStreamAdapter.cs
|
|
LINE: 200
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: SetLength(long value)
|
|
MESSAGE: Method 'SetLength(long value)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/LeafNodes/WebSocketStreamAdapter.cs
|
|
LINE: 201
|
|
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/natsdotnet/src/NATS.Server/LeafNodes/WebSocketStreamAdapter.cs
|
|
LINE: 202
|
|
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/natsdotnet/src/NATS.Server/LeafNodes/WebSocketStreamAdapter.cs
|
|
LINE: 203
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: Flush()
|
|
MESSAGE: Method 'Flush()' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/LeafNodes/WebSocketStreamAdapter.cs
|
|
LINE: 205
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: Dispose(bool disposing)
|
|
MESSAGE: Method 'Dispose(bool disposing)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Monitoring/AccountzHandler.cs
|
|
LINE: 9
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Constructor
|
|
SIGNATURE: AccountzHandler(NatsServer server)
|
|
MESSAGE: Constructor 'AccountzHandler(NatsServer server)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Monitoring/AccountzHandler.cs
|
|
LINE: 14
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: Build()
|
|
MESSAGE: Method 'Build()' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Monitoring/AccountzHandler.cs
|
|
LINE: 24
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: BuildStats()
|
|
MESSAGE: Method 'BuildStats()' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Monitoring/ClosedConnectionRingBuffer.cs
|
|
LINE: 16
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Constructor
|
|
SIGNATURE: ClosedConnectionRingBuffer(int capacity)
|
|
MESSAGE: Constructor 'ClosedConnectionRingBuffer(int capacity)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Monitoring/ClosedConnectionRingBuffer.cs
|
|
LINE: 22
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Capacity
|
|
MESSAGE: Property 'Capacity' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Monitoring/ClosedConnectionRingBuffer.cs
|
|
LINE: 24
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Count
|
|
MESSAGE: Property 'Count' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Monitoring/ClosedConnectionRingBuffer.cs
|
|
LINE: 29
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: TotalClosed
|
|
MESSAGE: Property 'TotalClosed' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Monitoring/ClosedConnectionRingBuffer.cs
|
|
LINE: 37
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: Add(ClosedClient info)
|
|
MESSAGE: Method 'Add(ClosedClient info)' is missing <param name="info"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Monitoring/ClosedConnectionRingBuffer.cs
|
|
LINE: 63
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: GetRecent(int count)
|
|
MESSAGE: Method 'GetRecent(int count)' is missing <param name="count"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Monitoring/ConnzHandler.cs
|
|
LINE: 13
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: HandleConnz(HttpContext ctx)
|
|
MESSAGE: Method 'HandleConnz(HttpContext ctx)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Monitoring/GatewayzHandler.cs
|
|
LINE: 7
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Constructor
|
|
SIGNATURE: GatewayzHandler(NatsServer server)
|
|
MESSAGE: Constructor 'GatewayzHandler(NatsServer server)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Monitoring/GatewayzHandler.cs
|
|
LINE: 12
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: Build()
|
|
MESSAGE: Method 'Build()' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Monitoring/Healthz.cs
|
|
LINE: 11
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Status
|
|
MESSAGE: Property 'Status' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Monitoring/Healthz.cs
|
|
LINE: 14
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: StatusCode
|
|
MESSAGE: Property 'StatusCode' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Monitoring/Healthz.cs
|
|
LINE: 17
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Error
|
|
MESSAGE: Property 'Error' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Monitoring/Healthz.cs
|
|
LINE: 20
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Errors
|
|
MESSAGE: Property 'Errors' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Monitoring/Healthz.cs
|
|
LINE: 23
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: Ok()
|
|
MESSAGE: Method 'Ok()' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Monitoring/Healthz.cs
|
|
LINE: 32
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Type
|
|
MESSAGE: Property 'Type' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Monitoring/Healthz.cs
|
|
LINE: 35
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Error
|
|
MESSAGE: Property 'Error' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Monitoring/JszHandler.cs
|
|
LINE: 10
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Constructor
|
|
SIGNATURE: JszHandler(NatsServer server, NatsOptions options)
|
|
MESSAGE: Constructor 'JszHandler(NatsServer server, NatsOptions options)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Monitoring/JszHandler.cs
|
|
LINE: 16
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: Build()
|
|
MESSAGE: Method 'Build()' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Monitoring/JszHandler.cs
|
|
LINE: 41
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: ServerId
|
|
MESSAGE: Property 'ServerId' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Monitoring/JszHandler.cs
|
|
LINE: 44
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Now
|
|
MESSAGE: Property 'Now' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Monitoring/JszHandler.cs
|
|
LINE: 47
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Enabled
|
|
MESSAGE: Property 'Enabled' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Monitoring/JszHandler.cs
|
|
LINE: 50
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Memory
|
|
MESSAGE: Property 'Memory' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Monitoring/JszHandler.cs
|
|
LINE: 53
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Storage
|
|
MESSAGE: Property 'Storage' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Monitoring/JszHandler.cs
|
|
LINE: 56
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Streams
|
|
MESSAGE: Property 'Streams' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Monitoring/JszHandler.cs
|
|
LINE: 59
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Consumers
|
|
MESSAGE: Property 'Consumers' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Monitoring/JszHandler.cs
|
|
LINE: 62
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: ApiTotal
|
|
MESSAGE: Property 'ApiTotal' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Monitoring/JszHandler.cs
|
|
LINE: 65
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: ApiErrors
|
|
MESSAGE: Property 'ApiErrors' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Monitoring/JszHandler.cs
|
|
LINE: 68
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Config
|
|
MESSAGE: Property 'Config' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Monitoring/LeafzHandler.cs
|
|
LINE: 7
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Constructor
|
|
SIGNATURE: LeafzHandler(NatsServer server)
|
|
MESSAGE: Constructor 'LeafzHandler(NatsServer server)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Monitoring/LeafzHandler.cs
|
|
LINE: 12
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: Build()
|
|
MESSAGE: Method 'Build()' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Monitoring/MonitorServer.cs
|
|
LINE: 26
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Constructor
|
|
SIGNATURE: MonitorServer(NatsServer server, NatsOptions options, ServerStats stats, ILoggerFactory loggerFactory)
|
|
MESSAGE: Constructor 'MonitorServer(NatsServer server, NatsOptions options, ServerStats stats, ILoggerFactory loggerFactory)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Monitoring/MonitorServer.cs
|
|
LINE: 140
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: StartAsync(CancellationToken ct)
|
|
MESSAGE: Method 'StartAsync(CancellationToken ct)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Monitoring/MonitorServer.cs
|
|
LINE: 146
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: DisposeAsync()
|
|
MESSAGE: Method 'DisposeAsync()' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Monitoring/PprofHandler.cs
|
|
LINE: 11
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: Index()
|
|
MESSAGE: Method 'Index()' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Monitoring/PprofHandler.cs
|
|
LINE: 24
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: CaptureCpuProfile(int seconds)
|
|
MESSAGE: Method 'CaptureCpuProfile(int seconds)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Monitoring/RoutezHandler.cs
|
|
LINE: 7
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Constructor
|
|
SIGNATURE: RoutezHandler(NatsServer server)
|
|
MESSAGE: Constructor 'RoutezHandler(NatsServer server)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Monitoring/RoutezHandler.cs
|
|
LINE: 12
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: Build()
|
|
MESSAGE: Method 'Build()' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Monitoring/Subsz.cs
|
|
LINE: 10
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Id
|
|
MESSAGE: Property 'Id' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Monitoring/Subsz.cs
|
|
LINE: 13
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Now
|
|
MESSAGE: Property 'Now' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Monitoring/Subsz.cs
|
|
LINE: 16
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: NumSubs
|
|
MESSAGE: Property 'NumSubs' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Monitoring/Subsz.cs
|
|
LINE: 19
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: NumCache
|
|
MESSAGE: Property 'NumCache' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Monitoring/Subsz.cs
|
|
LINE: 22
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Total
|
|
MESSAGE: Property 'Total' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Monitoring/Subsz.cs
|
|
LINE: 25
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Offset
|
|
MESSAGE: Property 'Offset' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Monitoring/Subsz.cs
|
|
LINE: 28
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Limit
|
|
MESSAGE: Property 'Limit' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Monitoring/Subsz.cs
|
|
LINE: 31
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Subs
|
|
MESSAGE: Property 'Subs' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Monitoring/Subsz.cs
|
|
LINE: 40
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Offset
|
|
MESSAGE: Property 'Offset' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Monitoring/Subsz.cs
|
|
LINE: 41
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Limit
|
|
MESSAGE: Property 'Limit' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Monitoring/Subsz.cs
|
|
LINE: 42
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Subscriptions
|
|
MESSAGE: Property 'Subscriptions' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Monitoring/Subsz.cs
|
|
LINE: 43
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Account
|
|
MESSAGE: Property 'Account' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Monitoring/Subsz.cs
|
|
LINE: 44
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Test
|
|
MESSAGE: Property 'Test' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Monitoring/SubszHandler.cs
|
|
LINE: 12
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: HandleSubsz(HttpContext ctx)
|
|
MESSAGE: Method 'HandleSubsz(HttpContext ctx)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Monitoring/TlsPeerCertMapper.cs
|
|
LINE: 8
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: FromCertificate(X509Certificate2? cert)
|
|
MESSAGE: Method 'FromCertificate(X509Certificate2? cert)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Monitoring/TlsPeerCertMapper.cs
|
|
LINE: 24
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: FromClosedClient(ClosedClient closed)
|
|
MESSAGE: Method 'FromClosedClient(ClosedClient closed)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Monitoring/TlsPeerCertMapper.cs
|
|
LINE: 40
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: ToClosedFields(X509Certificate2? cert)
|
|
MESSAGE: Method 'ToClosedFields(X509Certificate2? cert)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Monitoring/VarzHandler.cs
|
|
LINE: 25
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Constructor
|
|
SIGNATURE: VarzHandler(NatsServer server, NatsOptions options, ILoggerFactory loggerFactory)
|
|
MESSAGE: Constructor 'VarzHandler(NatsServer server, NatsOptions options, ILoggerFactory loggerFactory)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Monitoring/VarzHandler.cs
|
|
LINE: 36
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: HandleVarzAsync(CancellationToken ct)
|
|
MESSAGE: Method 'HandleVarzAsync(CancellationToken ct)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Monitoring/VarzHandler.cs
|
|
LINE: 151
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: Dispose()
|
|
MESSAGE: Method 'Dispose()' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Mqtt/MqttFlowController.cs
|
|
LINE: 15
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Constructor
|
|
SIGNATURE: MqttFlowController(int defaultMaxAckPending)
|
|
MESSAGE: Constructor 'MqttFlowController(int defaultMaxAckPending)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Mqtt/MqttFlowController.cs
|
|
LINE: 27
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: TryAcquireAsync(string subscriptionId, CancellationToken ct)
|
|
MESSAGE: Method 'TryAcquireAsync(string subscriptionId, CancellationToken ct)' is missing <param name="ct"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Mqtt/MqttFlowController.cs
|
|
LINE: 27
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: TryAcquireAsync(string subscriptionId, CancellationToken ct)
|
|
MESSAGE: Method 'TryAcquireAsync(string subscriptionId, CancellationToken ct)' is missing <param name="subscriptionId"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Mqtt/MqttFlowController.cs
|
|
LINE: 36
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: AcquireAsync(string subscriptionId, CancellationToken ct)
|
|
MESSAGE: Method 'AcquireAsync(string subscriptionId, CancellationToken ct)' is missing <param name="ct"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Mqtt/MqttFlowController.cs
|
|
LINE: 36
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: AcquireAsync(string subscriptionId, CancellationToken ct)
|
|
MESSAGE: Method 'AcquireAsync(string subscriptionId, CancellationToken ct)' is missing <param name="subscriptionId"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Mqtt/MqttFlowController.cs
|
|
LINE: 46
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: Release(string subscriptionId)
|
|
MESSAGE: Method 'Release(string subscriptionId)' is missing <param name="subscriptionId"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Mqtt/MqttFlowController.cs
|
|
LINE: 60
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: GetPendingCount(string subscriptionId)
|
|
MESSAGE: Method 'GetPendingCount(string subscriptionId)' is missing <param name="subscriptionId"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Mqtt/MqttFlowController.cs
|
|
LINE: 70
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: UpdateLimit(int newLimit)
|
|
MESSAGE: Method 'UpdateLimit(int newLimit)' is missing <param name="newLimit"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Mqtt/MqttFlowController.cs
|
|
LINE: 80
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: IsAtCapacity(string subscriptionId)
|
|
MESSAGE: Method 'IsAtCapacity(string subscriptionId)' is missing <param name="subscriptionId"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Mqtt/MqttFlowController.cs
|
|
LINE: 90
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: RemoveSubscription(string subscriptionId)
|
|
MESSAGE: Method 'RemoveSubscription(string subscriptionId)' is missing <param name="subscriptionId"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Mqtt/MqttFlowController.cs
|
|
LINE: 99
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: Dispose()
|
|
MESSAGE: Method 'Dispose()' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Mqtt/MqttFlowController.cs
|
|
LINE: 117
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: MaxAckPending
|
|
MESSAGE: Property 'MaxAckPending' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Mqtt/MqttFlowController.cs
|
|
LINE: 118
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Semaphore
|
|
MESSAGE: Property 'Semaphore' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Mqtt/MqttPacketReader.cs
|
|
LINE: 35
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: Read(ReadOnlySpan<byte> buffer)
|
|
MESSAGE: Method 'Read(ReadOnlySpan<byte> buffer)' is missing <param name="buffer"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Mqtt/MqttPacketReader.cs
|
|
LINE: 61
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: TryRead(ReadOnlySequence<byte> buffer, MqttControlPacket? packet, SequencePosition consumed)
|
|
MESSAGE: Method 'TryRead(ReadOnlySequence<byte> buffer, MqttControlPacket? packet, SequencePosition consumed)' is missing <param name="consumed"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Mqtt/MqttPacketReader.cs
|
|
LINE: 61
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: TryRead(ReadOnlySequence<byte> buffer, MqttControlPacket? packet, SequencePosition consumed)
|
|
MESSAGE: Method 'TryRead(ReadOnlySequence<byte> buffer, MqttControlPacket? packet, SequencePosition consumed)' is missing <param name="packet"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Mqtt/MqttPacketReader.cs
|
|
LINE: 61
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: TryRead(ReadOnlySequence<byte> buffer, MqttControlPacket? packet, SequencePosition consumed)
|
|
MESSAGE: Method 'TryRead(ReadOnlySequence<byte> buffer, MqttControlPacket? packet, SequencePosition consumed)' is missing <param name="buffer"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Mqtt/MqttPacketReader.cs
|
|
LINE: 123
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: DecodeRemainingLength(ReadOnlySpan<byte> encoded, int consumed)
|
|
MESSAGE: Method 'DecodeRemainingLength(ReadOnlySpan<byte> encoded, int consumed)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Mqtt/MqttProtocolParser.cs
|
|
LINE: 26
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: ParsePacket(ReadOnlySpan<byte> packet)
|
|
MESSAGE: Method 'ParsePacket(ReadOnlySpan<byte> packet)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Mqtt/MqttProtocolParser.cs
|
|
LINE: 29
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: WritePacket(MqttControlPacketType type, ReadOnlySpan<byte> payload, byte flags)
|
|
MESSAGE: Method 'WritePacket(MqttControlPacketType type, ReadOnlySpan<byte> payload, byte flags)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Mqtt/MqttProtocolParser.cs
|
|
LINE: 32
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: ParseLine(string line)
|
|
MESSAGE: Method 'ParseLine(string line)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Mqtt/MqttQoS1Tracker.cs
|
|
LINE: 28
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: Register(string topic, byte[] payload, ulong streamSequence)
|
|
MESSAGE: Method 'Register(string topic, byte[] payload, ulong streamSequence)' is missing <param name="streamSequence"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Mqtt/MqttQoS1Tracker.cs
|
|
LINE: 28
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: Register(string topic, byte[] payload, ulong streamSequence)
|
|
MESSAGE: Method 'Register(string topic, byte[] payload, ulong streamSequence)' is missing <param name="payload"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Mqtt/MqttQoS1Tracker.cs
|
|
LINE: 28
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: Register(string topic, byte[] payload, ulong streamSequence)
|
|
MESSAGE: Method 'Register(string topic, byte[] payload, ulong streamSequence)' is missing <param name="topic"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Mqtt/MqttQoS1Tracker.cs
|
|
LINE: 47
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: Acknowledge(ushort packetId)
|
|
MESSAGE: Method 'Acknowledge(ushort packetId)' is missing <param name="packetId"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Mqtt/MqttQoS1Tracker.cs
|
|
LINE: 72
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: IsPending(ushort packetId)
|
|
MESSAGE: Method 'IsPending(ushort packetId)' is missing <param name="packetId"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Mqtt/MqttQoS1Tracker.cs
|
|
LINE: 93
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: PacketId
|
|
MESSAGE: Property 'PacketId' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Mqtt/MqttQoS1Tracker.cs
|
|
LINE: 94
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Topic
|
|
MESSAGE: Property 'Topic' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Mqtt/MqttQoS1Tracker.cs
|
|
LINE: 95
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Payload
|
|
MESSAGE: Property 'Payload' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Mqtt/MqttQoS1Tracker.cs
|
|
LINE: 96
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: SentAtUtc
|
|
MESSAGE: Property 'SentAtUtc' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Mqtt/MqttQoS1Tracker.cs
|
|
LINE: 97
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: DeliveryCount
|
|
MESSAGE: Property 'DeliveryCount' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Mqtt/MqttStreamInitializer.cs
|
|
LINE: 21
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Constructor
|
|
SIGNATURE: MqttStreamInitializer(StreamManager streamManager)
|
|
MESSAGE: Constructor 'MqttStreamInitializer(StreamManager streamManager)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Mqtt/MqttTopicMapper.cs
|
|
LINE: 37
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: NatsToMqttBytes(string natsSubject)
|
|
MESSAGE: Method 'NatsToMqttBytes(string natsSubject)' is missing <param name="natsSubject"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Mqtt/MqttTopicMapper.cs
|
|
LINE: 68
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: MqttToNats(string mqttTopic)
|
|
MESSAGE: Method 'MqttToNats(string mqttTopic)' is missing <param name="mqttTopic"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Mqtt/MqttTopicMapper.cs
|
|
LINE: 105
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: NatsToMqtt(string natsSubject)
|
|
MESSAGE: Method 'NatsToMqtt(string natsSubject)' is missing <param name="natsSubject"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Mqtt/MqttTopicMapper.cs
|
|
LINE: 155
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: IsDollarTopic(string mqttTopic)
|
|
MESSAGE: Method 'IsDollarTopic(string mqttTopic)' is missing <param name="mqttTopic"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Mqtt/MqttTopicMapper.cs
|
|
LINE: 162
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: IsDollarFilter(string mqttFilter)
|
|
MESSAGE: Method 'IsDollarFilter(string mqttFilter)' is missing <param name="mqttFilter"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Mqtt/MqttTopicMapper.cs
|
|
LINE: 170
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: WildcardMatchesDollarTopic(string mqttFilter, string mqttTopic)
|
|
MESSAGE: Method 'WildcardMatchesDollarTopic(string mqttFilter, string mqttTopic)' is missing <param name="mqttTopic"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Mqtt/MqttTopicMapper.cs
|
|
LINE: 170
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: WildcardMatchesDollarTopic(string mqttFilter, string mqttTopic)
|
|
MESSAGE: Method 'WildcardMatchesDollarTopic(string mqttFilter, string mqttTopic)' is missing <param name="mqttFilter"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Protocol/ClientCommandMatrix.cs
|
|
LINE: 5
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: IsAllowed(global::NATS.Server.ClientKind kind, string? op)
|
|
MESSAGE: Method 'IsAllowed(global::NATS.Server.ClientKind kind, string? op)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Protocol/MessageTraceContext.cs
|
|
LINE: 9
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Empty
|
|
MESSAGE: Property 'Empty' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Protocol/MessageTraceContext.cs
|
|
LINE: 11
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: CreateFromConnect(ClientOptions? connectOpts)
|
|
MESSAGE: Method 'CreateFromConnect(ClientOptions? connectOpts)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Protocol/NatsHeaderParser.cs
|
|
LINE: 8
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Status
|
|
MESSAGE: Property 'Status' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Protocol/NatsHeaderParser.cs
|
|
LINE: 9
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Description
|
|
MESSAGE: Property 'Description' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Protocol/NatsHeaderParser.cs
|
|
LINE: 10
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Headers
|
|
MESSAGE: Property 'Headers' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Protocol/NatsHeaderParser.cs
|
|
LINE: 25
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: Parse(ReadOnlySpan<byte> data)
|
|
MESSAGE: Method 'Parse(ReadOnlySpan<byte> data)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Protocol/NatsParser.cs
|
|
LINE: 24
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Type
|
|
MESSAGE: Property 'Type' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Protocol/NatsParser.cs
|
|
LINE: 25
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Operation
|
|
MESSAGE: Property 'Operation' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Protocol/NatsParser.cs
|
|
LINE: 26
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Subject
|
|
MESSAGE: Property 'Subject' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Protocol/NatsParser.cs
|
|
LINE: 27
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: ReplyTo
|
|
MESSAGE: Property 'ReplyTo' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Protocol/NatsParser.cs
|
|
LINE: 28
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Queue
|
|
MESSAGE: Property 'Queue' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Protocol/NatsParser.cs
|
|
LINE: 29
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Sid
|
|
MESSAGE: Property 'Sid' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Protocol/NatsParser.cs
|
|
LINE: 30
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: MaxMessages
|
|
MESSAGE: Property 'MaxMessages' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Protocol/NatsParser.cs
|
|
LINE: 31
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: HeaderSize
|
|
MESSAGE: Property 'HeaderSize' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Protocol/NatsParser.cs
|
|
LINE: 32
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Payload
|
|
MESSAGE: Property 'Payload' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Protocol/NatsParser.cs
|
|
LINE: 34
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: Simple(CommandType type, string operation)
|
|
MESSAGE: Method 'Simple(CommandType type, string operation)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Protocol/NatsParser.cs
|
|
LINE: 42
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Logger
|
|
MESSAGE: Property 'Logger' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Protocol/NatsParser.cs
|
|
LINE: 53
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Constructor
|
|
SIGNATURE: NatsParser(int maxPayload, ILogger? logger)
|
|
MESSAGE: Constructor 'NatsParser(int maxPayload, ILogger? logger)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Protocol/NatsParser.cs
|
|
LINE: 68
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: TryParse(ReadOnlySequence<byte> buffer, ParsedCommand command)
|
|
MESSAGE: Method 'TryParse(ReadOnlySequence<byte> buffer, ParsedCommand command)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Protocol/NatsParser.cs
|
|
LINE: 79
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: TryParseView(ReadOnlySequence<byte> buffer, ParsedCommandView command)
|
|
MESSAGE: Method 'TryParseView(ReadOnlySequence<byte> buffer, ParsedCommandView command)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Protocol/NatsParser.cs
|
|
LINE: 216
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: ProtoSnippet(int start, int max, ReadOnlySpan<byte> buffer)
|
|
MESSAGE: Method 'ProtoSnippet(int start, int max, ReadOnlySpan<byte> buffer)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Protocol/NatsParser.cs
|
|
LINE: 232
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: ProtoSnippet(ReadOnlySpan<byte> buffer)
|
|
MESSAGE: Method 'ProtoSnippet(ReadOnlySpan<byte> buffer)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Protocol/NatsParser.cs
|
|
LINE: 471
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: ParseSize(Span<byte> data)
|
|
MESSAGE: Method 'ParseSize(Span<byte> data)' is missing <param name="data"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Protocol/NatsParser.cs
|
|
LINE: 490
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: SplitArgs(Span<byte> data, Span<Range> ranges)
|
|
MESSAGE: Method 'SplitArgs(Span<byte> data, Span<Range> ranges)' is missing <param name="ranges"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Protocol/NatsParser.cs
|
|
LINE: 490
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: SplitArgs(Span<byte> data, Span<Range> ranges)
|
|
MESSAGE: Method 'SplitArgs(Span<byte> data, Span<Range> ranges)' is missing <param name="data"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Protocol/NatsParser.cs
|
|
LINE: 528
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Constructor
|
|
SIGNATURE: ProtocolViolationException(string message)
|
|
MESSAGE: Constructor 'ProtocolViolationException(string message)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Protocol/ParsedCommandView.cs
|
|
LINE: 8
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Type
|
|
MESSAGE: Property 'Type' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Protocol/ParsedCommandView.cs
|
|
LINE: 9
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Operation
|
|
MESSAGE: Property 'Operation' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Protocol/ParsedCommandView.cs
|
|
LINE: 10
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Subject
|
|
MESSAGE: Property 'Subject' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Protocol/ParsedCommandView.cs
|
|
LINE: 11
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: ReplyTo
|
|
MESSAGE: Property 'ReplyTo' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Protocol/ParsedCommandView.cs
|
|
LINE: 12
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Queue
|
|
MESSAGE: Property 'Queue' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Protocol/ParsedCommandView.cs
|
|
LINE: 13
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Sid
|
|
MESSAGE: Property 'Sid' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Protocol/ParsedCommandView.cs
|
|
LINE: 14
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: MaxMessages
|
|
MESSAGE: Property 'MaxMessages' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Protocol/ParsedCommandView.cs
|
|
LINE: 15
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: HeaderSize
|
|
MESSAGE: Property 'HeaderSize' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Protocol/ParsedCommandView.cs
|
|
LINE: 16
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Payload
|
|
MESSAGE: Property 'Payload' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Protocol/ParsedCommandView.cs
|
|
LINE: 18
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: Simple(CommandType type, string operation)
|
|
MESSAGE: Method 'Simple(CommandType type, string operation)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Protocol/ParsedCommandView.cs
|
|
LINE: 21
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: GetPayloadMemory()
|
|
MESSAGE: Method 'GetPayloadMemory()' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Protocol/ParsedCommandView.cs
|
|
LINE: 26
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: Materialize()
|
|
MESSAGE: Method 'Materialize()' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Protocol/ProtoWire.cs
|
|
LINE: 9
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: ScanField(ReadOnlySpan<byte> buffer)
|
|
MESSAGE: Method 'ScanField(ReadOnlySpan<byte> buffer)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Protocol/ProtoWire.cs
|
|
LINE: 16
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: ScanTag(ReadOnlySpan<byte> buffer)
|
|
MESSAGE: Method 'ScanTag(ReadOnlySpan<byte> buffer)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Protocol/ProtoWire.cs
|
|
LINE: 26
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: ScanFieldValue(int wireType, ReadOnlySpan<byte> buffer)
|
|
MESSAGE: Method 'ScanFieldValue(int wireType, ReadOnlySpan<byte> buffer)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Protocol/ProtoWire.cs
|
|
LINE: 38
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: ScanVarint(ReadOnlySpan<byte> buffer)
|
|
MESSAGE: Method 'ScanVarint(ReadOnlySpan<byte> buffer)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Protocol/ProtoWire.cs
|
|
LINE: 65
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: ScanBytes(ReadOnlySpan<byte> buffer)
|
|
MESSAGE: Method 'ScanBytes(ReadOnlySpan<byte> buffer)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Protocol/ProtoWire.cs
|
|
LINE: 74
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: EncodeVarint(ulong value)
|
|
MESSAGE: Method 'EncodeVarint(ulong value)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Raft/CommitQueue.cs
|
|
LINE: 22
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: EnqueueAsync(T item, CancellationToken ct)
|
|
MESSAGE: Method 'EnqueueAsync(T item, CancellationToken ct)' is missing <param name="ct"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Raft/CommitQueue.cs
|
|
LINE: 22
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: EnqueueAsync(T item, CancellationToken ct)
|
|
MESSAGE: Method 'EnqueueAsync(T item, CancellationToken ct)' is missing <param name="item"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Raft/CommitQueue.cs
|
|
LINE: 28
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: DequeueAsync(CancellationToken ct)
|
|
MESSAGE: Method 'DequeueAsync(CancellationToken ct)' is missing <param name="ct"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Raft/CommitQueue.cs
|
|
LINE: 34
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: TryDequeue(T? item)
|
|
MESSAGE: Method 'TryDequeue(T? item)' is missing <param name="item"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Raft/RaftConfig.cs
|
|
LINE: 10
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Name
|
|
MESSAGE: Property 'Name' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Raft/RaftConfig.cs
|
|
LINE: 13
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Store
|
|
MESSAGE: Property 'Store' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Raft/RaftConfig.cs
|
|
LINE: 14
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Log
|
|
MESSAGE: Property 'Log' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Raft/RaftConfig.cs
|
|
LINE: 16
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Track
|
|
MESSAGE: Property 'Track' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Raft/RaftConfig.cs
|
|
LINE: 17
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Observer
|
|
MESSAGE: Property 'Observer' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Raft/RaftConfig.cs
|
|
LINE: 18
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Recovering
|
|
MESSAGE: Property 'Recovering' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Raft/RaftConfig.cs
|
|
LINE: 19
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: ScaleUp
|
|
MESSAGE: Property 'ScaleUp' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Raft/RaftEntry.cs
|
|
LINE: 9
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: ToWire()
|
|
MESSAGE: Method 'ToWire()' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Raft/RaftEntry.cs
|
|
LINE: 11
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: FromWire(RaftEntryWire wire)
|
|
MESSAGE: Method 'FromWire(RaftEntryWire wire)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Raft/RaftLog.cs
|
|
LINE: 8
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Entries
|
|
MESSAGE: Property 'Entries' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Raft/RaftLog.cs
|
|
LINE: 15
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: Append(int term, string command)
|
|
MESSAGE: Method 'Append(int term, string command)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Raft/RaftLog.cs
|
|
LINE: 26
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: AppendWithTimestamp(int term, string command, DateTime timestamp)
|
|
MESSAGE: Method 'AppendWithTimestamp(int term, string command, DateTime timestamp)' is missing <param name="timestamp"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Raft/RaftLog.cs
|
|
LINE: 26
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: AppendWithTimestamp(int term, string command, DateTime timestamp)
|
|
MESSAGE: Method 'AppendWithTimestamp(int term, string command, DateTime timestamp)' is missing <param name="command"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Raft/RaftLog.cs
|
|
LINE: 26
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: AppendWithTimestamp(int term, string command, DateTime timestamp)
|
|
MESSAGE: Method 'AppendWithTimestamp(int term, string command, DateTime timestamp)' is missing <param name="term"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Raft/RaftLog.cs
|
|
LINE: 36
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: AppendReplicated(RaftLogEntry entry)
|
|
MESSAGE: Method 'AppendReplicated(RaftLogEntry entry)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Raft/RaftLog.cs
|
|
LINE: 44
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: ReplaceWithSnapshot(RaftSnapshot snapshot)
|
|
MESSAGE: Method 'ReplaceWithSnapshot(RaftSnapshot snapshot)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Raft/RaftLog.cs
|
|
LINE: 55
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: Compact(long upToIndex)
|
|
MESSAGE: Method 'Compact(long upToIndex)' is missing <param name="upToIndex"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Raft/RaftLog.cs
|
|
LINE: 65
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: PersistAsync(string path, CancellationToken ct)
|
|
MESSAGE: Method 'PersistAsync(string path, CancellationToken ct)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Raft/RaftLog.cs
|
|
LINE: 76
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: LoadAsync(string path, CancellationToken ct)
|
|
MESSAGE: Method 'LoadAsync(string path, CancellationToken ct)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Raft/RaftLog.cs
|
|
LINE: 91
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: BaseIndex
|
|
MESSAGE: Property 'BaseIndex' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Raft/RaftLog.cs
|
|
LINE: 92
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Entries
|
|
MESSAGE: Property 'Entries' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Raft/RaftMembership.cs
|
|
LINE: 30
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: TryParse(string command)
|
|
MESSAGE: Method 'TryParse(string command)' is missing <param name="command"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Raft/RaftPeerState.cs
|
|
LINE: 55
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: RefreshCurrent(TimeSpan window)
|
|
MESSAGE: Method 'RefreshCurrent(TimeSpan window)' is missing <param name="window"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Raft/RaftPeerState.cs
|
|
LINE: 62
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: IsCurrent(TimeSpan electionTimeout)
|
|
MESSAGE: Method 'IsCurrent(TimeSpan electionTimeout)' is missing <param name="electionTimeout"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Raft/RaftPeerState.cs
|
|
LINE: 71
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: IsHealthy(TimeSpan healthThreshold)
|
|
MESSAGE: Method 'IsHealthy(TimeSpan healthThreshold)' is missing <param name="healthThreshold"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Raft/RaftReplicator.cs
|
|
LINE: 5
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: BacktrackNextIndex(long nextIndex)
|
|
MESSAGE: Method 'BacktrackNextIndex(long nextIndex)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Raft/RaftReplicator.cs
|
|
LINE: 8
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: Replicate(RaftLogEntry entry, IReadOnlyList<RaftNode> followers)
|
|
MESSAGE: Method 'Replicate(RaftLogEntry entry, IReadOnlyList<RaftNode> followers)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Raft/RaftReplicator.cs
|
|
LINE: 20
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: ReplicateAsync(string leaderId, RaftLogEntry entry, IReadOnlyList<RaftNode> followers, IRaftTransport? transport, CancellationToken ct)
|
|
MESSAGE: Method 'ReplicateAsync(string leaderId, RaftLogEntry entry, IReadOnlyList<RaftNode> followers, IRaftTransport? transport, CancellationToken ct)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Raft/RaftRpcContracts.cs
|
|
LINE: 5
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Term
|
|
MESSAGE: Property 'Term' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Raft/RaftRpcContracts.cs
|
|
LINE: 6
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: CandidateId
|
|
MESSAGE: Property 'CandidateId' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Raft/RaftRpcContracts.cs
|
|
LINE: 11
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Granted
|
|
MESSAGE: Property 'Granted' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Raft/RaftRpcContracts.cs
|
|
LINE: 16
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: FollowerId
|
|
MESSAGE: Property 'FollowerId' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Raft/RaftRpcContracts.cs
|
|
LINE: 17
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Success
|
|
MESSAGE: Property 'Success' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Raft/RaftSnapshot.cs
|
|
LINE: 5
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: LastIncludedIndex
|
|
MESSAGE: Property 'LastIncludedIndex' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Raft/RaftSnapshot.cs
|
|
LINE: 6
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: LastIncludedTerm
|
|
MESSAGE: Property 'LastIncludedTerm' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Raft/RaftSnapshot.cs
|
|
LINE: 7
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Data
|
|
MESSAGE: Property 'Data' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Raft/RaftSnapshotCheckpoint.cs
|
|
LINE: 34
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: AddChunk(byte[] chunk)
|
|
MESSAGE: Method 'AddChunk(byte[] chunk)' is missing <param name="chunk"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Raft/RaftSnapshotStore.cs
|
|
LINE: 10
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Constructor
|
|
SIGNATURE: RaftSnapshotStore(string? snapshotPath)
|
|
MESSAGE: Constructor 'RaftSnapshotStore(string? snapshotPath)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Raft/RaftSnapshotStore.cs
|
|
LINE: 15
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: SaveAsync(RaftSnapshot snapshot, CancellationToken ct)
|
|
MESSAGE: Method 'SaveAsync(RaftSnapshot snapshot, CancellationToken ct)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Raft/RaftSnapshotStore.cs
|
|
LINE: 30
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: LoadAsync(CancellationToken ct)
|
|
MESSAGE: Method 'LoadAsync(CancellationToken ct)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Raft/RaftStateExtensions.cs
|
|
LINE: 9
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: String(RaftState state)
|
|
MESSAGE: Method 'String(RaftState state)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Raft/RaftSubjects.cs
|
|
LINE: 22
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: Vote(string group)
|
|
MESSAGE: Method 'Vote(string group)' is missing <param name="group"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Raft/RaftSubjects.cs
|
|
LINE: 28
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: AppendEntry(string group)
|
|
MESSAGE: Method 'AppendEntry(string group)' is missing <param name="group"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Raft/RaftSubjects.cs
|
|
LINE: 34
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: Proposal(string group)
|
|
MESSAGE: Method 'Proposal(string group)' is missing <param name="group"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Raft/RaftSubjects.cs
|
|
LINE: 40
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: RemovePeer(string group)
|
|
MESSAGE: Method 'RemovePeer(string group)' is missing <param name="group"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Raft/RaftSubjects.cs
|
|
LINE: 46
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: Reply(string id)
|
|
MESSAGE: Method 'Reply(string id)' is missing <param name="id"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Raft/RaftSubjects.cs
|
|
LINE: 52
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: CatchupReply(string id)
|
|
MESSAGE: Method 'CatchupReply(string id)' is missing <param name="id"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Raft/RaftSubjects.cs
|
|
LINE: 60
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: TimeoutNow(string group)
|
|
MESSAGE: Method 'TimeoutNow(string group)' is missing <param name="group"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Raft/RaftTermState.cs
|
|
LINE: 5
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: CurrentTerm
|
|
MESSAGE: Property 'CurrentTerm' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Raft/RaftTermState.cs
|
|
LINE: 6
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: VotedFor
|
|
MESSAGE: Property 'VotedFor' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Raft/RaftWal.cs
|
|
LINE: 44
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Constructor
|
|
SIGNATURE: RaftWal(string path)
|
|
MESSAGE: Constructor 'RaftWal(string path)' is missing <param name="path"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Raft/RaftWal.cs
|
|
LINE: 74
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: AppendAsync(RaftLogEntry entry)
|
|
MESSAGE: Method 'AppendAsync(RaftLogEntry entry)' is missing <param name="entry"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Raft/RaftWal.cs
|
|
LINE: 93
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: CompactAsync(long upToIndex)
|
|
MESSAGE: Method 'CompactAsync(long upToIndex)' is missing <param name="upToIndex"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Raft/RaftWal.cs
|
|
LINE: 121
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: Load(string path)
|
|
MESSAGE: Method 'Load(string path)' is missing <param name="path"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Raft/RaftWal.cs
|
|
LINE: 144
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: Dispose()
|
|
MESSAGE: Method 'Dispose()' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Raft/RaftWireFormat.cs
|
|
LINE: 109
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: Decode(ReadOnlySpan<byte> msg)
|
|
MESSAGE: Method 'Decode(ReadOnlySpan<byte> msg)' is missing <param name="msg"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Raft/RaftWireFormat.cs
|
|
LINE: 159
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: Decode(ReadOnlySpan<byte> msg)
|
|
MESSAGE: Method 'Decode(ReadOnlySpan<byte> msg)' is missing <param name="msg"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Raft/RaftWireFormat.cs
|
|
LINE: 255
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: Decode(ReadOnlySpan<byte> msg)
|
|
MESSAGE: Method 'Decode(ReadOnlySpan<byte> msg)' is missing <param name="msg"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Raft/RaftWireFormat.cs
|
|
LINE: 343
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: Decode(ReadOnlySpan<byte> msg)
|
|
MESSAGE: Method 'Decode(ReadOnlySpan<byte> msg)' is missing <param name="msg"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Raft/RaftWireFormat.cs
|
|
LINE: 390
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: Decode(ReadOnlySpan<byte> msg)
|
|
MESSAGE: Method 'Decode(ReadOnlySpan<byte> msg)' is missing <param name="msg"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Raft/RaftWireFormat.cs
|
|
LINE: 432
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: Decode(ReadOnlySpan<byte> msg)
|
|
MESSAGE: Method 'Decode(ReadOnlySpan<byte> msg)' is missing <param name="msg"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Raft/RaftWireFormat.cs
|
|
LINE: 478
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: Decode(ReadOnlySpan<byte> msg)
|
|
MESSAGE: Method 'Decode(ReadOnlySpan<byte> msg)' is missing <param name="msg"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Raft/RaftWireFormat.cs
|
|
LINE: 541
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: Decode(ReadOnlySpan<byte> msg)
|
|
MESSAGE: Method 'Decode(ReadOnlySpan<byte> msg)' is missing <param name="msg"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Raft/RaftWireFormat.cs
|
|
LINE: 569
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: WriteId(Span<byte> dest, string id)
|
|
MESSAGE: Method 'WriteId(Span<byte> dest, string id)' is missing <param name="id"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Raft/RaftWireFormat.cs
|
|
LINE: 569
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: WriteId(Span<byte> dest, string id)
|
|
MESSAGE: Method 'WriteId(Span<byte> dest, string id)' is missing <param name="dest"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Raft/RaftWireFormat.cs
|
|
LINE: 583
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: ReadId(ReadOnlySpan<byte> src)
|
|
MESSAGE: Method 'ReadId(ReadOnlySpan<byte> src)' is missing <param name="src"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Raft/RaftWireFormat.cs
|
|
LINE: 597
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: WriteUvarint(Span<byte> buf, ulong value)
|
|
MESSAGE: Method 'WriteUvarint(Span<byte> buf, ulong value)' is missing <param name="value"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Raft/RaftWireFormat.cs
|
|
LINE: 597
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: WriteUvarint(Span<byte> buf, ulong value)
|
|
MESSAGE: Method 'WriteUvarint(Span<byte> buf, ulong value)' is missing <param name="buf"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Raft/RaftWireFormat.cs
|
|
LINE: 614
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: ReadUvarint(ReadOnlySpan<byte> buf, ulong value)
|
|
MESSAGE: Method 'ReadUvarint(ReadOnlySpan<byte> buf, ulong value)' is missing <param name="value"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Raft/RaftWireFormat.cs
|
|
LINE: 614
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: ReadUvarint(ReadOnlySpan<byte> buf, ulong value)
|
|
MESSAGE: Method 'ReadUvarint(ReadOnlySpan<byte> buf, ulong value)' is missing <param name="buf"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Raft/SnapshotChunkEnumerator.cs
|
|
LINE: 89
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: GetEnumerator()
|
|
MESSAGE: Method 'GetEnumerator()' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Routes/RouteCompressionCodec.cs
|
|
LINE: 53
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: Compress(ReadOnlySpan<byte> data, RouteCompressionLevel level)
|
|
MESSAGE: Method 'Compress(ReadOnlySpan<byte> data, RouteCompressionLevel level)' is missing <param name="level"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Routes/RouteCompressionCodec.cs
|
|
LINE: 53
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: Compress(ReadOnlySpan<byte> data, RouteCompressionLevel level)
|
|
MESSAGE: Method 'Compress(ReadOnlySpan<byte> data, RouteCompressionLevel level)' is missing <param name="data"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Routes/RouteCompressionCodec.cs
|
|
LINE: 68
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: Decompress(ReadOnlySpan<byte> compressed)
|
|
MESSAGE: Method 'Decompress(ReadOnlySpan<byte> compressed)' is missing <param name="compressed"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Routes/RouteCompressionCodec.cs
|
|
LINE: 82
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: NegotiateCompression(string localLevel, string remoteLevel)
|
|
MESSAGE: Method 'NegotiateCompression(string localLevel, string remoteLevel)' is missing <param name="remoteLevel"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Routes/RouteCompressionCodec.cs
|
|
LINE: 82
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: NegotiateCompression(string localLevel, string remoteLevel)
|
|
MESSAGE: Method 'NegotiateCompression(string localLevel, string remoteLevel)' is missing <param name="localLevel"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Routes/RouteCompressionCodec.cs
|
|
LINE: 99
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: IsCompressed(ReadOnlySpan<byte> data)
|
|
MESSAGE: Method 'IsCompressed(ReadOnlySpan<byte> data)' is missing <param name="data"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Routes/RouteManager.cs
|
|
LINE: 896
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: HasSolicitedRoute(string remoteServerId)
|
|
MESSAGE: Method 'HasSolicitedRoute(string remoteServerId)' is missing <param name="remoteServerId"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Routes/RouteManager.cs
|
|
LINE: 908
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: UpgradeRouteToSolicited(string remoteServerId)
|
|
MESSAGE: Method 'UpgradeRouteToSolicited(string remoteServerId)' is missing <param name="remoteServerId"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Routes/RouteManager.cs
|
|
LINE: 929
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: IsDuplicateServerName(string remoteServerId)
|
|
MESSAGE: Method 'IsDuplicateServerName(string remoteServerId)' is missing <param name="remoteServerId"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Server/AcceptLoopErrorHandler.cs
|
|
LINE: 9
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Constructor
|
|
SIGNATURE: AcceptLoopErrorHandler(Action<Exception, EndPoint?, TimeSpan> callback)
|
|
MESSAGE: Constructor 'AcceptLoopErrorHandler(Action<Exception, EndPoint?, TimeSpan> callback)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Server/AcceptLoopErrorHandler.cs
|
|
LINE: 14
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: OnAcceptError(Exception ex, EndPoint? endpoint, TimeSpan delay)
|
|
MESSAGE: Method 'OnAcceptError(Exception ex, EndPoint? endpoint, TimeSpan delay)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Server/RateCounter.cs
|
|
LINE: 17
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Constructor
|
|
SIGNATURE: RateCounter(long limit)
|
|
MESSAGE: Constructor 'RateCounter(long limit)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Server/RateCounter.cs
|
|
LINE: 22
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: Allow()
|
|
MESSAGE: Method 'Allow()' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Server/RateCounter.cs
|
|
LINE: 45
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: CountBlocked()
|
|
MESSAGE: Method 'CountBlocked()' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Server/ServerUtilities.cs
|
|
LINE: 19
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: ParseHostPort(string hostPort, int defaultPort)
|
|
MESSAGE: Method 'ParseHostPort(string hostPort, int defaultPort)' is missing <param name="defaultPort"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Server/ServerUtilities.cs
|
|
LINE: 19
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: ParseHostPort(string hostPort, int defaultPort)
|
|
MESSAGE: Method 'ParseHostPort(string hostPort, int defaultPort)' is missing <param name="hostPort"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Server/ServerUtilities.cs
|
|
LINE: 66
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: RedactUrlString(string url)
|
|
MESSAGE: Method 'RedactUrlString(string url)' is missing <param name="url"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Server/ServerUtilities.cs
|
|
LINE: 78
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: RedactUrlList(IEnumerable<string> urls)
|
|
MESSAGE: Method 'RedactUrlList(IEnumerable<string> urls)' is missing <param name="urls"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/SlopwatchSuppressAttribute.cs
|
|
LINE: 10
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: RuleId
|
|
MESSAGE: Property 'RuleId' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/SlopwatchSuppressAttribute.cs
|
|
LINE: 11
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Justification
|
|
MESSAGE: Property 'Justification' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/SlowConsumerTracker.cs
|
|
LINE: 33
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: RecordSlowConsumer(ClientKind kind)
|
|
MESSAGE: Method 'RecordSlowConsumer(ClientKind kind)' is missing <param name="kind"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/SlowConsumerTracker.cs
|
|
LINE: 43
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: GetCount(ClientKind kind)
|
|
MESSAGE: Method 'GetCount(ClientKind kind)' is missing <param name="kind"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/SlowConsumerTracker.cs
|
|
LINE: 50
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: OnThresholdExceeded(Action<ClientKind> callback)
|
|
MESSAGE: Method 'OnThresholdExceeded(Action<ClientKind> callback)' is missing <param name="callback"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Subscriptions/RemoteSubscription.cs
|
|
LINE: 11
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: Removal(string subject, string? queue, string routeId, string account)
|
|
MESSAGE: Method 'Removal(string subject, string? queue, string routeId, string account)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Subscriptions/RoutedSubKey.cs
|
|
LINE: 5
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: FromRemoteSubscription(RemoteSubscription sub)
|
|
MESSAGE: Method 'FromRemoteSubscription(RemoteSubscription sub)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Subscriptions/RouteResultCache.cs
|
|
LINE: 22
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Constructor
|
|
SIGNATURE: RouteResultCache(int capacity)
|
|
MESSAGE: Constructor 'RouteResultCache(int capacity)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Subscriptions/RouteResultCache.cs
|
|
LINE: 28
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Generation
|
|
MESSAGE: Property 'Generation' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Subscriptions/RouteResultCache.cs
|
|
LINE: 29
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Hits
|
|
MESSAGE: Property 'Hits' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Subscriptions/RouteResultCache.cs
|
|
LINE: 30
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Misses
|
|
MESSAGE: Property 'Misses' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Subscriptions/RouteResultCache.cs
|
|
LINE: 31
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Count
|
|
MESSAGE: Property 'Count' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Subscriptions/RouteResultCache.cs
|
|
LINE: 39
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: TryGet(string subject, SubListResult? result)
|
|
MESSAGE: Method 'TryGet(string subject, SubListResult? result)' is missing <param name="result"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Subscriptions/RouteResultCache.cs
|
|
LINE: 39
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: TryGet(string subject, SubListResult? result)
|
|
MESSAGE: Method 'TryGet(string subject, SubListResult? result)' is missing <param name="subject"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Subscriptions/RouteResultCache.cs
|
|
LINE: 73
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: Set(string subject, SubListResult result)
|
|
MESSAGE: Method 'Set(string subject, SubListResult result)' is missing <param name="result"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Subscriptions/RouteResultCache.cs
|
|
LINE: 73
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: Set(string subject, SubListResult result)
|
|
MESSAGE: Method 'Set(string subject, SubListResult result)' is missing <param name="subject"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Subscriptions/SubjectMatch.cs
|
|
LINE: 9
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: IsValidSubject(string subject)
|
|
MESSAGE: Method 'IsValidSubject(string subject)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Subscriptions/SubjectMatch.cs
|
|
LINE: 50
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: IsLiteral(string subject)
|
|
MESSAGE: Method 'IsLiteral(string subject)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Subscriptions/SubjectMatch.cs
|
|
LINE: 67
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: IsValidPublishSubject(string subject)
|
|
MESSAGE: Method 'IsValidPublishSubject(string subject)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Subscriptions/SubjectMatch.cs
|
|
LINE: 72
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: SubjectHasWildcard(string subject)
|
|
MESSAGE: Method 'SubjectHasWildcard(string subject)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Subscriptions/SubjectMatch.cs
|
|
LINE: 74
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: IsValidLiteralSubject(string subject)
|
|
MESSAGE: Method 'IsValidLiteralSubject(string subject)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Subscriptions/SubjectMatch.cs
|
|
LINE: 79
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: MatchLiteral(string literal, string pattern)
|
|
MESSAGE: Method 'MatchLiteral(string literal, string pattern)' is missing <param name="pattern"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Subscriptions/SubjectMatch.cs
|
|
LINE: 79
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: MatchLiteral(string literal, string pattern)
|
|
MESSAGE: Method 'MatchLiteral(string literal, string pattern)' is missing <param name="literal"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Subscriptions/SubjectMatch.cs
|
|
LINE: 122
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: NumTokens(string subject)
|
|
MESSAGE: Method 'NumTokens(string subject)' is missing <param name="subject"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Subscriptions/SubjectMatch.cs
|
|
LINE: 136
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: TokenAt(string subject, int index)
|
|
MESSAGE: Method 'TokenAt(string subject, int index)' is missing <param name="index"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Subscriptions/SubjectMatch.cs
|
|
LINE: 136
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: TokenAt(string subject, int index)
|
|
MESSAGE: Method 'TokenAt(string subject, int index)' is missing <param name="subject"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Subscriptions/SubjectMatch.cs
|
|
LINE: 163
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: SubjectsCollide(string subj1, string subj2)
|
|
MESSAGE: Method 'SubjectsCollide(string subj1, string subj2)' is missing <param name="subj2"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Subscriptions/SubjectMatch.cs
|
|
LINE: 163
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: SubjectsCollide(string subj1, string subj2)
|
|
MESSAGE: Method 'SubjectsCollide(string subj1, string subj2)' is missing <param name="subj1"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Subscriptions/SubjectMatch.cs
|
|
LINE: 205
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: SubjectMatchesFilter(string subject, string filter)
|
|
MESSAGE: Method 'SubjectMatchesFilter(string subject, string filter)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Subscriptions/SubjectMatch.cs
|
|
LINE: 207
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: SubjectIsSubsetMatch(string subject, string test)
|
|
MESSAGE: Method 'SubjectIsSubsetMatch(string subject, string test)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Subscriptions/SubjectMatch.cs
|
|
LINE: 213
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: IsSubsetMatch(string[] tokens, string test)
|
|
MESSAGE: Method 'IsSubsetMatch(string[] tokens, string test)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Subscriptions/SubjectMatch.cs
|
|
LINE: 219
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: IsSubsetMatchTokenized(IReadOnlyList<string> tokens, IReadOnlyList<string> test)
|
|
MESSAGE: Method 'IsSubsetMatchTokenized(IReadOnlyList<string> tokens, IReadOnlyList<string> test)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Subscriptions/SubjectMatch.cs
|
|
LINE: 252
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: TokenEquals(ReadOnlySpan<char> token, string candidate)
|
|
MESSAGE: Method 'TokenEquals(ReadOnlySpan<char> token, string candidate)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Subscriptions/SubjectMatch.cs
|
|
LINE: 269
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: IsValidSubject(string subject, bool checkRunes)
|
|
MESSAGE: Method 'IsValidSubject(string subject, bool checkRunes)' is missing <param name="checkRunes"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Subscriptions/SubjectMatch.cs
|
|
LINE: 269
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: IsValidSubject(string subject, bool checkRunes)
|
|
MESSAGE: Method 'IsValidSubject(string subject, bool checkRunes)' is missing <param name="subject"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Subscriptions/SubjectTransform.cs
|
|
LINE: 31
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: Create(string source, string destination)
|
|
MESSAGE: Method 'Create(string source, string destination)' is missing <param name="destination"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Subscriptions/SubjectTransform.cs
|
|
LINE: 31
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: Create(string source, string destination)
|
|
MESSAGE: Method 'Create(string source, string destination)' is missing <param name="source"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Subscriptions/SubjectTransform.cs
|
|
LINE: 126
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: NewSubjectTransformWithStrict(string source, string destination, bool strict)
|
|
MESSAGE: Method 'NewSubjectTransformWithStrict(string source, string destination, bool strict)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Subscriptions/SubjectTransform.cs
|
|
LINE: 135
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: NewSubjectTransformStrict(string source, string destination)
|
|
MESSAGE: Method 'NewSubjectTransformStrict(string source, string destination)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Subscriptions/SubjectTransform.cs
|
|
LINE: 138
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: ValidateMapping(string destination)
|
|
MESSAGE: Method 'ValidateMapping(string destination)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Subscriptions/SubjectTransform.cs
|
|
LINE: 156
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: TransformTokenize(string subject)
|
|
MESSAGE: Method 'TransformTokenize(string subject)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Subscriptions/SubjectTransform.cs
|
|
LINE: 173
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: TransformUntokenize(string subject)
|
|
MESSAGE: Method 'TransformUntokenize(string subject)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Subscriptions/SubjectTransform.cs
|
|
LINE: 188
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: Reverse()
|
|
MESSAGE: Method 'Reverse()' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Subscriptions/SubjectTransform.cs
|
|
LINE: 233
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: Apply(string subject)
|
|
MESSAGE: Method 'Apply(string subject)' is missing <param name="subject"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Subscriptions/SubjectTransform.cs
|
|
LINE: 251
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: TransformSubject(string subject)
|
|
MESSAGE: Method 'TransformSubject(string subject)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Subscriptions/SubjectTransform.cs
|
|
LINE: 888
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Constructor
|
|
SIGNATURE: TransformOp(TransformType type)
|
|
MESSAGE: Constructor 'TransformOp(TransformType type)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Subscriptions/SubListCacheSweeper.cs
|
|
LINE: 7
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: ScheduleSweep(Action sweep)
|
|
MESSAGE: Method 'ScheduleSweep(Action sweep)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Subscriptions/SubListCacheSweeper.cs
|
|
LINE: 25
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: TriggerSweepAsync(Action sweep)
|
|
MESSAGE: Method 'TriggerSweepAsync(Action sweep)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Subscriptions/SubListResult.cs
|
|
LINE: 7
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: PlainSubs
|
|
MESSAGE: Property 'PlainSubs' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Subscriptions/SubListResult.cs
|
|
LINE: 8
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: QueueSubs
|
|
MESSAGE: Property 'QueueSubs' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Subscriptions/SubListResult.cs
|
|
LINE: 10
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Constructor
|
|
SIGNATURE: SubListResult(Subscription[] plainSubs, Subscription[][] queueSubs)
|
|
MESSAGE: Constructor 'SubListResult(Subscription[] plainSubs, Subscription[][] queueSubs)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Subscriptions/SubListStats.cs
|
|
LINE: 5
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: NumSubs
|
|
MESSAGE: Property 'NumSubs' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Subscriptions/SubListStats.cs
|
|
LINE: 6
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: NumCache
|
|
MESSAGE: Property 'NumCache' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Subscriptions/SubListStats.cs
|
|
LINE: 7
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: NumInserts
|
|
MESSAGE: Property 'NumInserts' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Subscriptions/SubListStats.cs
|
|
LINE: 8
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: NumRemoves
|
|
MESSAGE: Property 'NumRemoves' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Subscriptions/SubListStats.cs
|
|
LINE: 9
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: NumMatches
|
|
MESSAGE: Property 'NumMatches' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Subscriptions/SubListStats.cs
|
|
LINE: 10
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: CacheHitRate
|
|
MESSAGE: Property 'CacheHitRate' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Subscriptions/SubListStats.cs
|
|
LINE: 11
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: MaxFanout
|
|
MESSAGE: Property 'MaxFanout' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Subscriptions/SubListStats.cs
|
|
LINE: 12
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: AvgFanout
|
|
MESSAGE: Property 'AvgFanout' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Subscriptions/SubListStats.cs
|
|
LINE: 14
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: TotalFanout
|
|
MESSAGE: Property 'TotalFanout' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Subscriptions/SubListStats.cs
|
|
LINE: 15
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: CacheEntries
|
|
MESSAGE: Property 'CacheEntries' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Subscriptions/SubListStats.cs
|
|
LINE: 16
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: CacheHits
|
|
MESSAGE: Property 'CacheHits' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Subscriptions/SubListStats.cs
|
|
LINE: 18
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: Add(SubListStats stat)
|
|
MESSAGE: Method 'Add(SubListStats stat)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Subscriptions/Subscription.cs
|
|
LINE: 11
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Subject
|
|
MESSAGE: Property 'Subject' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Subscriptions/Subscription.cs
|
|
LINE: 12
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Queue
|
|
MESSAGE: Property 'Queue' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Subscriptions/Subscription.cs
|
|
LINE: 13
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Sid
|
|
MESSAGE: Property 'Sid' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Subscriptions/Subscription.cs
|
|
LINE: 22
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Client
|
|
MESSAGE: Property 'Client' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Subscriptions/Subscription.cs
|
|
LINE: 23
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: ServiceImport
|
|
MESSAGE: Property 'ServiceImport' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Subscriptions/Subscription.cs
|
|
LINE: 24
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: StreamImport
|
|
MESSAGE: Property 'StreamImport' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Tls/OcspConfig.cs
|
|
LINE: 18
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Mode
|
|
MESSAGE: Property 'Mode' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Tls/OcspConfig.cs
|
|
LINE: 19
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: OverrideUrls
|
|
MESSAGE: Property 'OverrideUrls' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Tls/OcspPeerConfig.cs
|
|
LINE: 108
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Subject
|
|
MESSAGE: Property 'Subject' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Tls/OcspPeerConfig.cs
|
|
LINE: 112
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Issuer
|
|
MESSAGE: Property 'Issuer' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Tls/OcspPeerConfig.cs
|
|
LINE: 116
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Fingerprint
|
|
MESSAGE: Property 'Fingerprint' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Tls/OcspPeerConfig.cs
|
|
LINE: 120
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: Raw
|
|
MESSAGE: Property 'Raw' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Tls/PeekableStream.cs
|
|
LINE: 10
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Constructor
|
|
SIGNATURE: PeekableStream(Stream inner)
|
|
MESSAGE: Constructor 'PeekableStream(Stream inner)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Tls/PeekableStream.cs
|
|
LINE: 12
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: PeekAsync(int count, CancellationToken ct)
|
|
MESSAGE: Method 'PeekAsync(int count, CancellationToken ct)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Tls/PeekableStream.cs
|
|
LINE: 23
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: ReadAsync(Memory<byte> buffer, CancellationToken ct)
|
|
MESSAGE: Method 'ReadAsync(Memory<byte> buffer, CancellationToken ct)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Tls/PeekableStream.cs
|
|
LINE: 37
|
|
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/natsdotnet/src/NATS.Server/Tls/PeekableStream.cs
|
|
LINE: 51
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: ReadAsync(byte[] buffer, int offset, int count, CancellationToken ct)
|
|
MESSAGE: Method 'ReadAsync(byte[] buffer, int offset, int count, CancellationToken ct)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Tls/PeekableStream.cs
|
|
LINE: 55
|
|
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/natsdotnet/src/NATS.Server/Tls/PeekableStream.cs
|
|
LINE: 56
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: WriteAsync(byte[] buffer, int offset, int count, CancellationToken ct)
|
|
MESSAGE: Method 'WriteAsync(byte[] buffer, int offset, int count, CancellationToken ct)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Tls/PeekableStream.cs
|
|
LINE: 57
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: WriteAsync(ReadOnlyMemory<byte> buffer, CancellationToken ct)
|
|
MESSAGE: Method 'WriteAsync(ReadOnlyMemory<byte> buffer, CancellationToken ct)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Tls/PeekableStream.cs
|
|
LINE: 58
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: Flush()
|
|
MESSAGE: Method 'Flush()' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Tls/PeekableStream.cs
|
|
LINE: 59
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: FlushAsync(CancellationToken ct)
|
|
MESSAGE: Method 'FlushAsync(CancellationToken ct)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Tls/PeekableStream.cs
|
|
LINE: 72
|
|
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/natsdotnet/src/NATS.Server/Tls/PeekableStream.cs
|
|
LINE: 73
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: SetLength(long value)
|
|
MESSAGE: Method 'SetLength(long value)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Tls/PeekableStream.cs
|
|
LINE: 75
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: Dispose(bool disposing)
|
|
MESSAGE: Method 'Dispose(bool disposing)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Tls/TlsCertificateProvider.cs
|
|
LINE: 24
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Constructor
|
|
SIGNATURE: TlsCertificateProvider(string certPath, string? keyPath)
|
|
MESSAGE: Constructor 'TlsCertificateProvider(string certPath, string? keyPath)' is missing <param name="keyPath"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Tls/TlsCertificateProvider.cs
|
|
LINE: 24
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Constructor
|
|
SIGNATURE: TlsCertificateProvider(string certPath, string? keyPath)
|
|
MESSAGE: Constructor 'TlsCertificateProvider(string certPath, string? keyPath)' is missing <param name="certPath"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Tls/TlsCertificateProvider.cs
|
|
LINE: 32
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Constructor
|
|
SIGNATURE: TlsCertificateProvider(X509Certificate2 cert)
|
|
MESSAGE: Constructor 'TlsCertificateProvider(X509Certificate2 cert)' is missing <param name="cert"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Tls/TlsCertificateProvider.cs
|
|
LINE: 47
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: SwapCertificate(string certPath, string? keyPath)
|
|
MESSAGE: Method 'SwapCertificate(string certPath, string? keyPath)' is missing <param name="keyPath"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Tls/TlsCertificateProvider.cs
|
|
LINE: 47
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: SwapCertificate(string certPath, string? keyPath)
|
|
MESSAGE: Method 'SwapCertificate(string certPath, string? keyPath)' is missing <param name="certPath"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Tls/TlsCertificateProvider.cs
|
|
LINE: 57
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: SwapCertificate(X509Certificate2 newCert)
|
|
MESSAGE: Method 'SwapCertificate(X509Certificate2 newCert)' is missing <param name="newCert"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Tls/TlsCertificateProvider.cs
|
|
LINE: 73
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: SwapSslOptions(SslServerAuthenticationOptions newOptions)
|
|
MESSAGE: Method 'SwapSslOptions(SslServerAuthenticationOptions newOptions)' is missing <param name="newOptions"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Tls/TlsCertificateProvider.cs
|
|
LINE: 85
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: Dispose()
|
|
MESSAGE: Method 'Dispose()' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Tls/TlsConnectionWrapper.cs
|
|
LINE: 15
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: NegotiateAsync(Socket socket, Stream networkStream, NatsOptions options, SslServerAuthenticationOptions? sslOptions, ServerInfo serverInfo, ILogger logger, CancellationToken ct)
|
|
MESSAGE: Method 'NegotiateAsync(Socket socket, Stream networkStream, NatsOptions options, SslServerAuthenticationOptions? sslOptions, ServerInfo serverInfo, ILogger logger, CancellationToken ct)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Tls/TlsRateLimiter.cs
|
|
LINE: 9
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Constructor
|
|
SIGNATURE: TlsRateLimiter(long tokensPerSecond)
|
|
MESSAGE: Constructor 'TlsRateLimiter(long tokensPerSecond)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Tls/TlsRateLimiter.cs
|
|
LINE: 22
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: WaitAsync(CancellationToken ct)
|
|
MESSAGE: Method 'WaitAsync(CancellationToken ct)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/Tls/TlsRateLimiter.cs
|
|
LINE: 24
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: Dispose()
|
|
MESSAGE: Method 'Dispose()' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/WebSocket/WebSocketOptionsValidator.cs
|
|
LINE: 18
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: Validate(NatsOptions options)
|
|
MESSAGE: Method 'Validate(NatsOptions options)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/WebSocket/WebSocketTlsConfig.cs
|
|
LINE: 10
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: CertFile
|
|
MESSAGE: Property 'CertFile' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/WebSocket/WebSocketTlsConfig.cs
|
|
LINE: 11
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: KeyFile
|
|
MESSAGE: Property 'KeyFile' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/WebSocket/WebSocketTlsConfig.cs
|
|
LINE: 12
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: CaFile
|
|
MESSAGE: Property 'CaFile' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/WebSocket/WebSocketTlsConfig.cs
|
|
LINE: 13
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: RequireClientCert
|
|
MESSAGE: Property 'RequireClientCert' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/WebSocket/WebSocketTlsConfig.cs
|
|
LINE: 14
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: InsecureSkipVerify
|
|
MESSAGE: Property 'InsecureSkipVerify' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/WebSocket/WebSocketTlsConfig.cs
|
|
LINE: 44
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: HasChangedFrom(WebSocketTlsConfig? other)
|
|
MESSAGE: Method 'HasChangedFrom(WebSocketTlsConfig? other)' is missing <param name="other"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/WebSocket/WebSocketTlsConfig.cs
|
|
LINE: 60
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: FromOptions(NatsOptions options)
|
|
MESSAGE: Method 'FromOptions(NatsOptions options)' is missing <param name="options"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/WebSocket/WsAuthConfig.cs
|
|
LINE: 5
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: ComputeAuthOverride(WebSocketOptions options)
|
|
MESSAGE: Method 'ComputeAuthOverride(WebSocketOptions options)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/WebSocket/WsAuthConfig.cs
|
|
LINE: 14
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: Apply(WebSocketOptions options)
|
|
MESSAGE: Method 'Apply(WebSocketOptions options)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/WebSocket/WsCompression.cs
|
|
LINE: 60
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: Negotiate(string? extensionHeader)
|
|
MESSAGE: Method 'Negotiate(string? extensionHeader)' is missing <param name="extensionHeader"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/WebSocket/WsCompression.cs
|
|
LINE: 161
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: Compress(ReadOnlySpan<byte> data)
|
|
MESSAGE: Method 'Compress(ReadOnlySpan<byte> data)' is missing <param name="data"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/WebSocket/WsCompression.cs
|
|
LINE: 193
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: Decompress(List<byte[]> compressedBuffers, int maxPayload)
|
|
MESSAGE: Method 'Decompress(List<byte[]> compressedBuffers, int maxPayload)' is missing <param name="maxPayload"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/WebSocket/WsCompression.cs
|
|
LINE: 193
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: Decompress(List<byte[]> compressedBuffers, int maxPayload)
|
|
MESSAGE: Method 'Decompress(List<byte[]> compressedBuffers, int maxPayload)' is missing <param name="compressedBuffers"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/WebSocket/WsConnection.cs
|
|
LINE: 23
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: CloseReceived
|
|
MESSAGE: Property 'CloseReceived' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/WebSocket/WsConnection.cs
|
|
LINE: 24
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: CloseStatus
|
|
MESSAGE: Property 'CloseStatus' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/WebSocket/WsConnection.cs
|
|
LINE: 26
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Constructor
|
|
SIGNATURE: WsConnection(Stream inner, bool compress, bool maskRead, bool maskWrite, bool browser, bool noCompFrag)
|
|
MESSAGE: Constructor 'WsConnection(Stream inner, bool compress, bool maskRead, bool maskWrite, bool browser, bool noCompFrag)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/WebSocket/WsConnection.cs
|
|
LINE: 37
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: ReadAsync(Memory<byte> buffer, CancellationToken ct)
|
|
MESSAGE: Method 'ReadAsync(Memory<byte> buffer, CancellationToken ct)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/WebSocket/WsConnection.cs
|
|
LINE: 76
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: WriteAsync(ReadOnlyMemory<byte> buffer, CancellationToken ct)
|
|
MESSAGE: Method 'WriteAsync(ReadOnlyMemory<byte> buffer, CancellationToken ct)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/WebSocket/WsConnection.cs
|
|
LINE: 148
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: SendCloseAsync(ClientClosedReason reason, CancellationToken ct)
|
|
MESSAGE: Method 'SendCloseAsync(ClientClosedReason reason, CancellationToken ct)' is missing <param name="ct"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/WebSocket/WsConnection.cs
|
|
LINE: 148
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: SendCloseAsync(ClientClosedReason reason, CancellationToken ct)
|
|
MESSAGE: Method 'SendCloseAsync(ClientClosedReason reason, CancellationToken ct)' is missing <param name="reason"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/WebSocket/WsConnection.cs
|
|
LINE: 188
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: Flush()
|
|
MESSAGE: Method 'Flush()' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/WebSocket/WsConnection.cs
|
|
LINE: 189
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: FlushAsync(CancellationToken ct)
|
|
MESSAGE: Method 'FlushAsync(CancellationToken ct)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/WebSocket/WsConnection.cs
|
|
LINE: 190
|
|
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/natsdotnet/src/NATS.Server/WebSocket/WsConnection.cs
|
|
LINE: 191
|
|
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/natsdotnet/src/NATS.Server/WebSocket/WsConnection.cs
|
|
LINE: 192
|
|
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/natsdotnet/src/NATS.Server/WebSocket/WsConnection.cs
|
|
LINE: 193
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: SetLength(long value)
|
|
MESSAGE: Method 'SetLength(long value)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/WebSocket/WsConnection.cs
|
|
LINE: 195
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: Dispose(bool disposing)
|
|
MESSAGE: Method 'Dispose(bool disposing)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/WebSocket/WsConnection.cs
|
|
LINE: 202
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: DisposeAsync()
|
|
MESSAGE: Method 'DisposeAsync()' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/WebSocket/WsConstants.cs
|
|
LINE: 64
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: IsControlFrame(int opcode)
|
|
MESSAGE: Method 'IsControlFrame(int opcode)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/WebSocket/WsOriginChecker.cs
|
|
LINE: 12
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Constructor
|
|
SIGNATURE: WsOriginChecker(bool sameOrigin, List<string>? allowedOrigins)
|
|
MESSAGE: Constructor 'WsOriginChecker(bool sameOrigin, List<string>? allowedOrigins)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/WebSocket/WsOriginChecker.cs
|
|
LINE: 32
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: CheckOrigin(string? origin, string requestHost, bool isTls)
|
|
MESSAGE: Method 'CheckOrigin(string? origin, string requestHost, bool isTls)' is missing <param name="isTls"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/WebSocket/WsOriginChecker.cs
|
|
LINE: 32
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: CheckOrigin(string? origin, string requestHost, bool isTls)
|
|
MESSAGE: Method 'CheckOrigin(string? origin, string requestHost, bool isTls)' is missing <param name="requestHost"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/WebSocket/WsOriginChecker.cs
|
|
LINE: 32
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: CheckOrigin(string? origin, string requestHost, bool isTls)
|
|
MESSAGE: Method 'CheckOrigin(string? origin, string requestHost, bool isTls)' is missing <param name="origin"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/WebSocket/WsReadInfo.cs
|
|
LINE: 28
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Constructor
|
|
SIGNATURE: WsReadInfo(bool expectMask)
|
|
MESSAGE: Constructor 'WsReadInfo(bool expectMask)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/WebSocket/WsReadInfo.cs
|
|
LINE: 45
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: SetMaskKey(ReadOnlySpan<byte> key)
|
|
MESSAGE: Method 'SetMaskKey(ReadOnlySpan<byte> key)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/WebSocket/WsReadInfo.cs
|
|
LINE: 56
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: Unmask(Span<byte> buf)
|
|
MESSAGE: Method 'Unmask(Span<byte> buf)' is missing <param name="buf"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/WebSocket/WsReadInfo.cs
|
|
LINE: 100
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: ReadFrames(WsReadInfo r, Stream stream, int available, int maxPayload)
|
|
MESSAGE: Method 'ReadFrames(WsReadInfo r, Stream stream, int available, int maxPayload)' is missing <param name="maxPayload"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/WebSocket/WsReadInfo.cs
|
|
LINE: 100
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: ReadFrames(WsReadInfo r, Stream stream, int available, int maxPayload)
|
|
MESSAGE: Method 'ReadFrames(WsReadInfo r, Stream stream, int available, int maxPayload)' is missing <param name="available"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/WebSocket/WsReadInfo.cs
|
|
LINE: 100
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: ReadFrames(WsReadInfo r, Stream stream, int available, int maxPayload)
|
|
MESSAGE: Method 'ReadFrames(WsReadInfo r, Stream stream, int available, int maxPayload)' is missing <param name="stream"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/WebSocket/WsReadInfo.cs
|
|
LINE: 100
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: ReadFrames(WsReadInfo r, Stream stream, int available, int maxPayload)
|
|
MESSAGE: Method 'ReadFrames(WsReadInfo r, Stream stream, int available, int maxPayload)' is missing <param name="r"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/WebSocket/WsUpgrade.cs
|
|
LINE: 14
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Property
|
|
SIGNATURE: RejectNoMaskingForTest
|
|
MESSAGE: Property 'RejectNoMaskingForTest' is missing XML documentation
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/WebSocket/WsUpgrade.cs
|
|
LINE: 16
|
|
CATEGORY: MissingDoc
|
|
SEVERITY: Error
|
|
MEMBER: Method
|
|
SIGNATURE: TryUpgradeAsync(Stream inputStream, Stream outputStream, WebSocketOptions options, CancellationToken ct)
|
|
MESSAGE: Method 'TryUpgradeAsync(Stream inputStream, Stream outputStream, WebSocketOptions options, CancellationToken ct)' is missing XML documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/WebSocket/WsUpgrade.cs
|
|
LINE: 181
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: ComputeAcceptKey(string clientKey)
|
|
MESSAGE: Method 'ComputeAcceptKey(string clientKey)' is missing <param name="clientKey"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/WebSocket/WsUpgrade.cs
|
|
LINE: 203
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: IsWsUrl(string? url)
|
|
MESSAGE: Method 'IsWsUrl(string? url)' is missing <param name="url"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/WebSocket/WsUpgrade.cs
|
|
LINE: 215
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: IsWssUrl(string? url)
|
|
MESSAGE: Method 'IsWssUrl(string? url)' is missing <param name="url"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/WebSocket/WsUpgrade.cs
|
|
LINE: 227
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: ExtractBearerToken(string? authHeader)
|
|
MESSAGE: Method 'ExtractBearerToken(string? authHeader)' is missing <param name="authHeader"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/WebSocket/WsUpgrade.cs
|
|
LINE: 243
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: ParseQueryString(string queryString)
|
|
MESSAGE: Method 'ParseQueryString(string queryString)' is missing <param name="queryString"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/WebSocket/WsUpgrade.cs
|
|
LINE: 289
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: FailUnauthorizedAsync(Stream output, string reason)
|
|
MESSAGE: Method 'FailUnauthorizedAsync(Stream output, string reason)' is missing <param name="reason"> documentation.
|
|
|
|
---
|
|
|
|
FILE: /Users/dohertj2/Desktop/natsdotnet/src/NATS.Server/WebSocket/WsUpgrade.cs
|
|
LINE: 289
|
|
CATEGORY: MissingParam
|
|
SEVERITY: Warning
|
|
MEMBER: Method
|
|
SIGNATURE: FailUnauthorizedAsync(Stream output, string reason)
|
|
MESSAGE: Method 'FailUnauthorizedAsync(Stream output, string reason)' is missing <param name="output"> documentation.
|
|
|