Bump actions/setup-dotnet from 3 to 4 #39
ci-build.yml
on: pull_request
Validate Build
26s
Analyze Code Quality
0s
Annotations
7 warnings
Validate Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: gittools/actions/gitversion/execute@v0.10.2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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)
|