Skip to content

renamed TagAndPush.ps1 #25

renamed TagAndPush.ps1

renamed TagAndPush.ps1 #25

Triggered via push June 21, 2024 10:54
Status Success
Total duration 1m 54s
Artifacts

publish.yml

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

Annotations

12 warnings
deploy-to-github-pages
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1, JamesIves/github-pages-deploy-action@releases/v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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: PanoramicData.NCalc101/Services/WorkspaceService.cs#L42
Possible null reference assignment.
deploy-to-github-pages: PanoramicData.NCalc101/Components/Layout/NavMenu.razor.cs#L31
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
deploy-to-github-pages: PanoramicData.NCalc101/Examples/Example.cs#L10
Member '_hasEvaluated' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
deploy-to-github-pages: PanoramicData.NCalc101/Components/Pages/Home.razor.cs#L34
Member '_showInputFile' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
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/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)
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)