Bump the dotnet group with 17 updates #359
Annotations
9 warnings
|
build-test-scan
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. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build-test-scan:
src/FinApp.Server/BankSync/BankSyncService.cs#L86
Method 'ExecuteSqlRawAsync' inserts interpolated strings directly into the SQL, without any protection against SQL injection. Consider using 'ExecuteSqlAsync' instead, which protects against SQL injection, or make sure that the value is sanitized and suppress the warning.
|
|
build-test-scan:
src/FinApp.Shared.UI/Pages/Dashboard.razor#L12958
The field 'Dashboard._aiUnknown' is assigned but its value is never used
|
|
build-test-scan:
src/FinApp.Shared.UI/Components/Landing.razor#L258
The field 'Landing._feedbackOpen' is never used
|
|
build-test-scan:
src/FinApp.Shared.UI/Services/Localizer.cs#L41
Possible null reference assignment.
|
|
build-test-scan:
src/FinApp.Server/BankSync/BankSyncService.cs#L86
Method 'ExecuteSqlRawAsync' inserts interpolated strings directly into the SQL, without any protection against SQL injection. Consider using 'ExecuteSqlAsync' instead, which protects against SQL injection, or make sure that the value is sanitized and suppress the warning.
|
|
build-test-scan:
src/FinApp.Shared.UI/Pages/Dashboard.razor#L12958
The field 'Dashboard._aiUnknown' is assigned but its value is never used
|
|
build-test-scan:
src/FinApp.Shared.UI/Components/Landing.razor#L258
The field 'Landing._feedbackOpen' is never used
|
|
build-test-scan:
src/FinApp.Shared.UI/Services/Localizer.cs#L41
Possible null reference assignment.
|