Bump Microsoft.EntityFrameworkCore.SqlServer and Microsoft.EntityFrameworkCore #1164
Annotations
12 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build:
GrammarNazi.Core/Services/CatchExceptionService.cs#L102
Number of parameters supplied in the logging message template do not match the number of named placeholders (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2017)
|
build:
GrammarNazi.App/HostedServices/Twitter/BaseTwitterHostedService.cs#L115
Number of parameters supplied in the logging message template do not match the number of named placeholders (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2017)
|
build:
GrammarNazi.Tests/BotCommands/Telegram/AddWhiteListCommandTests.cs#L7
The using directive for 'NSubstitute' appeared previously in this namespace
|
build:
GrammarNazi.Tests/BotCommands/Telegram/StartCommandTests.cs#L80
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
build:
GrammarNazi.Tests/Services/TwitterLogServiceTests.cs#L74
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
build:
GrammarNazi.Tests/Services/TwitterLogServiceTests.cs#L93
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
build:
GrammarNazi.Tests/Services/TelegramCommandHandlerServiceTests.cs#L185
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
build:
GrammarNazi.Tests/Services/TelegramCommandHandlerServiceTests.cs#L219
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
build:
GrammarNazi.Tests/BotCommands/Telegram/AddWhiteListCommandTests.cs#L55
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
build:
GrammarNazi.Tests/HostedServices/TwitterBotHostedServiceTests.cs#L154
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|