π¦ New version release (#158) #172
Annotations
3 warnings
|
version
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/setup-go@v5, actions/setup-node@v4, actions/setup-python@v5, astral-sh/setup-uv@v6, pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
version:
dotnet/tests/SmooAI.Logger.Tests/SmooLoggerTests.cs#L367
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)
|
|
version:
dotnet/tests/SmooAI.Logger.Tests/SmooLoggerTests.cs#L367
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)
|