Skip to content

Update for Async Support & .NET 8 #43

Update for Async Support & .NET 8

Update for Async Support & .NET 8 #43

Triggered via pull request May 28, 2024 20:31
Status Failure
Total duration 3m 49s
Artifacts

ci-build.yml

on: pull_request
Validate Build
37s
Validate Build
Analyze Code Quality
3m 37s
Analyze Code Quality
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 7 warnings
Validate Build: src/NetCore.Utilities.Email.Smtp.Tests/SmtpServiceTests.cs#L74
'IEmailService' does not contain a definition for 'SendMessageToAdministrator' and no accessible extension method 'SendMessageToAdministrator' accepting a first argument of type 'IEmailService' could be found (are you missing a using directive or an assembly reference?)
Validate Build: src/NetCore.Utilities.Email.Smtp.Tests/SmtpServiceTests.cs#L94
'IEmailService' does not contain a definition for 'SendMessageToAdministrator' and no accessible extension method 'SendMessageToAdministrator' accepting a first argument of type 'IEmailService' could be found (are you missing a using directive or an assembly reference?)
Validate Build: src/NetCore.Utilities.Email.Smtp.Tests/SmtpServiceTests.cs#L114
'IEmailService' does not contain a definition for 'SendMessage' and no accessible extension method 'SendMessage' accepting a first argument of type 'IEmailService' could be found (are you missing a using directive or an assembly reference?)
Validate Build: src/NetCore.Utilities.Email.Smtp.Tests/SmtpServiceTests.cs#L136
'IEmailService' does not contain a definition for 'SendWithReplyTo' and no accessible extension method 'SendWithReplyTo' accepting a first argument of type 'IEmailService' could be found (are you missing a using directive or an assembly reference?)
Validate Build: src/NetCore.Utilities.Email.Smtp.Tests/SmtpServiceTests.cs#L160
'IEmailService' does not contain a definition for 'SendMessage' and no accessible extension method 'SendMessage' accepting a first argument of type 'IEmailService' could be found (are you missing a using directive or an assembly reference?)
Validate Build: src/NetCore.Utilities.Email.Smtp.Tests/SmtpServiceTests.cs#L183
'IEmailService' does not contain a definition for 'SendWithReplyTo' and no accessible extension method 'SendWithReplyTo' accepting a first argument of type 'IEmailService' could be found (are you missing a using directive or an assembly reference?)
Validate Build: src/NetCore.Utilities.Email.Smtp.Tests/SmtpServiceTests.cs#L209
'IEmailService' does not contain a definition for 'SendMessageWithAttachment' and no accessible extension method 'SendMessageWithAttachment' accepting a first argument of type 'IEmailService' could be found (are you missing a using directive or an assembly reference?)
Validate Build: src/NetCore.Utilities.Email.Smtp.Tests/SmtpServiceTests.cs#L231
'IEmailService' does not contain a definition for 'SendMessage' and no accessible extension method 'SendMessage' accepting a first argument of type 'IEmailService' could be found (are you missing a using directive or an assembly reference?)
Validate Build: src/NetCore.Utilities.Email.Smtp.Tests/SmtpServiceTests.cs#L255
'IEmailService' does not contain a definition for 'SendWithReplyTo' and no accessible extension method 'SendWithReplyTo' accepting a first argument of type 'IEmailService' could be found (are you missing a using directive or an assembly reference?)
Validate Build: src/NetCore.Utilities.Email.Smtp.Tests/SmtpServiceTests.cs#L282
'IEmailService' does not contain a definition for 'SendMessageWithAttachment' and no accessible extension method 'SendMessageWithAttachment' accepting a first argument of type 'IEmailService' could be found (are you missing a using directive or an assembly reference?)
Validate Build: src/NetCore.Utilities.Email.Smtp.Tests/SmtpServiceTests.cs#L139
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
Validate Build: src/NetCore.Utilities.Email.Smtp.Tests/SmtpServiceTests.cs#L186
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
Validate Build: src/NetCore.Utilities.Email.Smtp.Tests/SmtpServiceTests.cs#L258
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
Validate Build: src/NetCore.Utilities.Email.Smtp.Tests/SmtpServiceTests.cs#L139
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
Validate Build: src/NetCore.Utilities.Email.Smtp.Tests/SmtpServiceTests.cs#L186
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
Validate Build: src/NetCore.Utilities.Email.Smtp.Tests/SmtpServiceTests.cs#L258
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
Analyze Code Quality
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-java@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.