Skip to content

Fixed publish.yml for v3 #27

Fixed publish.yml for v3

Fixed publish.yml for v3 #27

Triggered via push August 30, 2024 16:45
Status Success
Total duration 1m 49s
Artifacts

publish.yml

on: push
deploy-to-github-pages
1m 41s
deploy-to-github-pages
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
deploy-to-github-pages
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, JamesIves/github-pages-deploy-action@releases/v3. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
deploy-to-github-pages
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1, JamesIves/github-pages-deploy-action@releases/v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
deploy-to-github-pages: PanoramicData.NCalc101/Services/WorkspaceService.cs#L42
Possible null reference assignment.
deploy-to-github-pages: PanoramicData.NCalc101/Components/Pages/Home.razor.cs#L120
The variable 'a' is assigned but its value is never used
deploy-to-github-pages: PanoramicData.NCalc101/Components/Pages/Home.razor.cs#L118
The variable 'ex' is declared but never used
deploy-to-github-pages: PanoramicData.NCalc101/Services/WorkspaceService.cs#L22
The behavior of 'string.StartsWith(string)' could vary based on the current user's locale settings. Replace this call in 'PanoramicData.NCalc101.Services.WorkspaceService.GetNamesAsync(System.Threading.CancellationToken)' with a call to 'string.StartsWith(string, System.StringComparison)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1310)
deploy-to-github-pages: PanoramicData.NCalc101/Services/WorkspaceService.cs#L105
For improved performance, use the LoggerMessage delegates instead of calling 'LoggerExtensions.LogError(ILogger, Exception?, string?, params object?[])' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1848)
deploy-to-github-pages: PanoramicData.NCalc101/Services/WorkspaceService.cs#L142
For improved performance, use the LoggerMessage delegates instead of calling 'LoggerExtensions.LogError(ILogger, Exception?, string?, params object?[])' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1848)
deploy-to-github-pages: PanoramicData.NCalc101/Services/WorkspaceService.cs#L189
For improved performance, use the LoggerMessage delegates instead of calling 'LoggerExtensions.LogError(ILogger, Exception?, string?, params object?[])' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1848)
deploy-to-github-pages: PanoramicData.NCalc101/Interfaces/IToastService.cs#L24
Rename virtual/interface member IToastService.Error(string, string, bool, ToastServiceCloseBehavior) so that it no longer conflicts with the reserved language keyword 'Error'. Using a reserved keyword as the name of a virtual/interface member makes it harder for consumers in other languages to override/implement the member. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1716)
deploy-to-github-pages: PanoramicData.NCalc101/Services/WorkspaceService.cs#L255
For improved performance, use the LoggerMessage delegates instead of calling 'LoggerExtensions.LogError(ILogger, Exception?, string?, params object?[])' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1848)