Skip to content

Fixes

Fixes #3

Triggered via push August 11, 2026 13:44
Status Failure
Total duration 50s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build: src/Shiny.Net.HttpServer.Ssh/QuickTunnel.cs#L376
Parameter 'host' has no matching param tag in the XML comment for 'QuickTunnelExtensions.AddQuickTunnel(IServiceCollection, QuickTunnelHost, string?, Action<SshTunnelOptions>?, bool)' (but other parameters do)
build: src/Shiny.Net.HttpServer.Ssh/QuickTunnel.cs#L375
Parameter 'services' has no matching param tag in the XML comment for 'QuickTunnelExtensions.AddQuickTunnel(IServiceCollection, QuickTunnelHost, string?, Action<SshTunnelOptions>?, bool)' (but other parameters do)
build: src/Shiny.Net.HttpServer.Ssh/QuickTunnel.cs#L106
Parameter 'loggerFactory' has no matching param tag in the XML comment for 'QuickTunnel.For(HttpServer, QuickTunnelHost, string?, Action<SshTunnelOptions>?, ILoggerFactory?)' (but other parameters do)
build: src/Shiny.Net.HttpServer.Ssh/QuickTunnel.cs#L105
Parameter 'configure' has no matching param tag in the XML comment for 'QuickTunnel.For(HttpServer, QuickTunnelHost, string?, Action<SshTunnelOptions>?, ILoggerFactory?)' (but other parameters do)
build: src/Shiny.Net.HttpServer.Ssh/QuickTunnel.cs#L103
Parameter 'host' has no matching param tag in the XML comment for 'QuickTunnel.For(HttpServer, QuickTunnelHost, string?, Action<SshTunnelOptions>?, ILoggerFactory?)' (but other parameters do)
build: src/Shiny.Net.HttpServer.Ssh/QuickTunnel.cs#L102
Parameter 'server' has no matching param tag in the XML comment for 'QuickTunnel.For(HttpServer, QuickTunnelHost, string?, Action<SshTunnelOptions>?, ILoggerFactory?)' (but other parameters do)
build: src/Shiny.Net.HttpServer.AzureRelay/AzureRelayServiceCollectionExtensions.cs#L34
Parameter 'configureOptions' has no matching param tag in the XML comment for 'AzureRelayServiceCollectionExtensions.AddAzureRelayTunnel(IServiceCollection, Action<AzureRelayOptions>, bool)' (but other parameters do)
build: src/Shiny.Net.HttpServer.AzureRelay/AzureRelayServiceCollectionExtensions.cs#L33
Parameter 'services' has no matching param tag in the XML comment for 'AzureRelayServiceCollectionExtensions.AddAzureRelayTunnel(IServiceCollection, Action<AzureRelayOptions>, bool)' (but other parameters do)
build: src/Shiny.Net.HttpServer/Security/Authentication.cs#L71
Parameter 'context' has no matching param tag in the XML comment for 'IAuthenticationChallenge.TryChallengeAsync(HttpContext, bool)' (but other parameters do)
build: src/Shiny.Net.HttpServer/Core/IHttpMiddleware.cs#L9
XML comment on 'IHttpMiddleware' has a paramref tag for 'next', but there is no parameter by that name