Merge pull request #49 from codefrydev/UIFixeses #109
Annotations
3 errors and 24 warnings
|
dotnet
Process completed with exit code 1.
|
|
python
Process completed with exit code 1.
|
|
docker
Process completed with exit code 7.
|
|
dotnet
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/
|
|
dotnet:
services/ReportService/tests/ReportService.Tests/DashboardsIntegrationTests.cs#L99
Dereference of a possibly null reference.
|
|
dotnet:
services/Data/tests/Data.Tests/PropertiesIntegrationTests.cs#L138
Dereference of a possibly null reference.
|
|
dotnet:
services/Data/tests/Data.Tests/PropertiesIntegrationTests.cs#L70
Dereference of a possibly null reference.
|
|
dotnet:
services/Data/tests/Data.Tests/ReportSectionServiceTests.cs#L110
Parameter 'domain' is unread.
|
|
dotnet:
services/IntegrationsService/src/IntegrationsService.Providers/Google/GoogleCredentialFactory.cs#L69
'GoogleCredential.FromJson(string)' is obsolete: 'This method is being deprecated because of a potential security risk. Use the methods in the CredentialFactory class instead. A GoogleCredential object can then be created by calling the .ToGoogleCredential() method on the returned specific credential. '
|
|
dotnet:
services/ReportService/src/ReportService.Application/Pipeline/PipelineJobRunner.cs#L309
Do not use 'reader.EndOfStream' in an async method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2024)
|
|
dotnet:
services/AiService/src/AiService.Application/Services/ContentWizardService.cs#L221
Dereference of a possibly null reference.
|
|
dotnet:
services/AiService/src/AiService.Application/Services/ContentAnalyzeService.cs#L93
Possible null reference argument for parameter 'html' in 'string ContentAnalyzeService.StripHtml(string html)'.
|
|
dotnet:
services/AiService/src/AiService.Tools/Handlers/Geo/GeoGenerationToolHandlers.cs#L175
Possible null reference argument for parameter 'domain' in 'string GeoGenerationToolHandlers.BaseUrl(string domain)'.
|
|
dotnet:
services/AiService/src/AiService.Tools/Handlers/Report/ReportToolHandlers.cs#L207
Dereference of a possibly null reference.
|
|
web
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-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
web:
web/src/components/browser/BrowserDiagnosticsPanel.tsx#L132
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
web:
web/src/components/UrlInspectorDrawer.tsx#L71
The 'links' logical expression could make the dependencies of useMemo Hook (at line 83) change on every render. To fix this, wrap the initialization of 'links' in its own useMemo() Hook
|
|
web:
web/src/components/UrlInspectorDrawer.tsx#L71
The 'links' logical expression could make the dependencies of useMemo Hook (at line 78) change on every render. To fix this, wrap the initialization of 'links' in its own useMemo() Hook
|
|
web:
web/src/components/UrlInspectorDrawer.tsx#L17
'links' is defined but never used
|
|
web:
web/src/components/SectionLoadingGate.tsx#L26
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
web:
web/src/components/HelpHint.tsx#L194
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
web:
web/src/components/GoogleIntegrationsPanel.tsx#L527
React Hook useCallback has unnecessary dependencies: 's.gscLinksUploadFailed' and 's.gscLinksUploadSuccess'. Either exclude them or remove the dependency array. Outer scope values like 's.gscLinksUploadFailed' aren't valid dependencies because mutating them doesn't re-render the component
|
|
web:
web/src/components/Badge.tsx#L1
'ReactNode' is defined but never used
|
|
web:
web/global.d.ts#L24
'ChartOptions' is defined but never used
|
|
web:
web/global.d.ts#L24
'ChartData' is defined but never used
|
|
python
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-python@v5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
docker
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. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|