Migrate source and example directories to lowercase #54
Annotations
10 errors and 10 warnings
|
build:
examples/WorkerService/ConsoleMessageStore.cs#L22
The type or namespace name 'IMessageTransaction' could not be found (are you missing a using directive or an assembly reference?)
|
|
build:
examples/WorkerService/ConsoleMessageStore.cs#L22
The type or namespace name 'ISessionContext' could not be found (are you missing a using directive or an assembly reference?)
|
|
build:
examples/WorkerService/Worker.cs#L11
The type or namespace name 'SmtpServer' could not be found (are you missing a using directive or an assembly reference?)
|
|
build:
examples/WorkerService/Worker.cs#L9
The type or namespace name 'SmtpServer' could not be found (are you missing a using directive or an assembly reference?)
|
|
build:
examples/WorkerService/ConsoleMessageStore.cs#L12
The type or namespace name 'MessageStore' could not be found (are you missing a using directive or an assembly reference?)
|
|
build:
examples/WorkerService/Program.cs#L5
The type or namespace name 'SmtpServer' could not be found (are you missing a using directive or an assembly reference?)
|
|
build:
examples/WorkerService/Program.cs#L4
The type or namespace name 'SmtpServer' could not be found (are you missing a using directive or an assembly reference?)
|
|
build:
examples/WorkerService/ConsoleMessageStore.cs#L8
The type or namespace name 'SmtpServer' could not be found (are you missing a using directive or an assembly reference?)
|
|
build:
examples/WorkerService/ConsoleMessageStore.cs#L7
The type or namespace name 'SmtpServer' could not be found (are you missing a using directive or an assembly reference?)
|
|
build:
examples/WorkerService/ConsoleMessageStore.cs#L6
The type or namespace name 'SmtpServer' could not be found (are you missing a using directive or an assembly reference?)
|
|
build:
src/SmtpServer.Tests/SmtpServerTests.cs#L161
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#L157
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#L50
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#L47
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#L66
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#L65
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#L64
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#L30
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.Benchmarks/Program.cs#L19
'ConfigExtensions.With(IConfig, ConfigOptions)' is obsolete: 'This method will soon be removed, please start using .WithOptions() instead.'
|
|
build:
src/SmtpServer/Protocol/AuthCommand.cs#L175
Parameter 'maxMessageSizeOptions' has no matching param tag in the XML comment for 'AuthCommand.ReadBase64EncodedLineAsync(PipeReader, IMaxMessageSizeOptions, CancellationToken)' (but other parameters do)
|