Bump Microsoft.EntityFrameworkCore from 9.0.6 to 9.0.17#11
Merged
happyiphone merged 2 commits intoJun 18, 2026
Annotations
11 warnings
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4, codecov/codecov-action@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Upload coverage to Codecov
Codecov:
Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
|
|
Upload coverage (HTML)
No files were found with the provided path: app/coverage/report. No artifacts will be uploaded.
|
|
Run dotnet build OidcProvider.sln -c Release:
app/tests/OidcProvider.Tests/IntegrationTests.cs#L105
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)
|
|
Run dotnet build OidcProvider.sln -c Release:
app/tests/OidcProvider.Tests/IntegrationTests.cs#L104
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)
|
|
Run dotnet build OidcProvider.sln -c Release:
app/src/OidcProvider.Api/Controllers/AdminUiController.cs#L74
Possible null reference argument for parameter 'token' in 'string AdminUiController.UserForm(string action, Guid userId, string label, string token, string? confirm = null)'.
|
|
Run dotnet build OidcProvider.sln -c Release:
app/src/OidcProvider.Api/SmtpEmailSender.cs#L52
Possible null reference argument for parameter 'password' in 'Task MailService.AuthenticateAsync(string userName, string password, CancellationToken cancellationToken = default(CancellationToken))'.
|
|
Run dotnet build OidcProvider.sln -c Release:
app/tests/OidcProvider.Tests/IntegrationTests.cs#L105
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)
|
|
Run dotnet build OidcProvider.sln -c Release:
app/tests/OidcProvider.Tests/IntegrationTests.cs#L104
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)
|
|
Run dotnet build OidcProvider.sln -c Release:
app/src/OidcProvider.Api/Controllers/AdminUiController.cs#L74
Possible null reference argument for parameter 'token' in 'string AdminUiController.UserForm(string action, Guid userId, string label, string token, string? confirm = null)'.
|
|
Run dotnet build OidcProvider.sln -c Release:
app/src/OidcProvider.Api/SmtpEmailSender.cs#L52
Possible null reference argument for parameter 'password' in 'Task MailService.AuthenticateAsync(string userName, string password, CancellationToken cancellationToken = default(CancellationToken))'.
|
background
wait
wait-all
cancel
parallel
Loading