Skip to content

Merge branch 'feature/interceptors' #27

Merge branch 'feature/interceptors'

Merge branch 'feature/interceptors' #27

Triggered via push January 29, 2024 21:06
Status Success
Total duration 2m 56s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

sonarcloud.yml

on: push
Build and analyze
2m 42s
Build and analyze
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Build and analyze
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-java@v3, actions/checkout@v3, actions/setup-dotnet@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build and analyze: src/Tunnlr.Common/Streams/BlockingStream.cs#L43
Refactor this method to reduce its Cognitive Complexity from 23 to the 15 allowed. (https://rules.sonarsource.com/csharp/RSPEC-3776)
Build and analyze: src/client/features/Tunnlr.Client.Features.Interceptors.Core/Attributes.cs#L4
Make this class name end with 'Attribute'. (https://rules.sonarsource.com/csharp/RSPEC-3376)
Build and analyze: src/client/features/Tunnlr.Client.Features.Interceptors.Core/IInterceptor.cs#L29
Pass a timeout to limit the execution time. (https://rules.sonarsource.com/csharp/RSPEC-6444)
Build and analyze: src/server/Tunnlr.Server.Proxy/GrpcServices/RequestsGrpcService.cs#L72
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
Build and analyze: src/server/Tunnlr.Server.Proxy/GrpcServices/RequestsGrpcService.cs#L81
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
Build and analyze: src/server/Tunnlr.Server.Proxy/Program.cs#L69
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
Build and analyze: src/server/Tunnlr.Server.Proxy/GrpcServices/RequestsGrpcService.cs#L11
Remove this unread private field '_logger' or refactor the code to use its value. (https://rules.sonarsource.com/csharp/RSPEC-4487)
Build and analyze: src/server/Tunnlr.Server.Proxy/TunnelMiddleware.cs#L50
'System.Exception' should not be thrown by user code. (https://rules.sonarsource.com/csharp/RSPEC-112)
Build and analyze: src/server/Tunnlr.Server.Proxy/GrpcServices/RequestsGrpcService.cs#L72
'System.Exception' should not be thrown by user code. (https://rules.sonarsource.com/csharp/RSPEC-112)
Build and analyze: src/server/Tunnlr.Server.Proxy/GrpcServices/RequestsGrpcService.cs#L75
'System.Exception' should not be thrown by user code. (https://rules.sonarsource.com/csharp/RSPEC-112)