Skip to content

Fix interface inconsistency SecurableDuplexPipe #33

Fix interface inconsistency SecurableDuplexPipe

Fix interface inconsistency SecurableDuplexPipe #33

Triggered via pull request October 1, 2024 13:09
Status Failure
Total duration 38s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 warnings
build: Examples/SampleApp/Examples/CustomEndpointListenerExample.cs#L74
'CustomEndpointListenerExample.CustomSecurableDuplexPipe' does not implement interface member 'ISecurableDuplexPipe.SslProtocol'
build: Examples/SampleApp/Examples/CustomEndpointListenerExample.cs#L74
'CustomEndpointListenerExample.CustomSecurableDuplexPipe' does not implement interface member 'ISecurableDuplexPipe.SslProtocol'
build
Process completed with exit code 1.
build: Src/SmtpServer.Benchmarks/Program.cs#L19
'ConfigExtensions.With(IConfig, ConfigOptions)' is obsolete: 'This method will soon be removed, please start using .WithOptions() instead.'
build: Src/SmtpServer.Tests/PipeReaderTests.cs#L28
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
build: Src/SmtpServer.Tests/SmtpServerTests.cs#L48
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build: Src/SmtpServer.Tests/PipeReaderTests.cs#L43
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
build: Src/SmtpServer.Tests/PipeReaderTests.cs#L58
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
build: Src/SmtpServer.Tests/PipeReaderTests.cs#L59
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
build: Src/SmtpServer.Tests/PipeReaderTests.cs#L60
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
build: Src/SmtpServer.Tests/SmtpServerTests.cs#L155
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
build: Src/SmtpServer.Tests/SmtpServerTests.cs#L159
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
build: Src/SmtpServer.Benchmarks/Program.cs#L19
'ConfigExtensions.With(IConfig, ConfigOptions)' is obsolete: 'This method will soon be removed, please start using .WithOptions() instead.'