Skip to content

update version

update version #18

Triggered via push April 25, 2024 15:26
Status Success
Total duration 2m 33s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
release
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v2, ffurrer2/extract-release-notes@v1, ultram4rine/extract-changes-action@v1, softprops/action-gh-release@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
release
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
release
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
release
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
release: PLCsimAdvanced_Manager/MainLayout.razor#L53
'Palette' is obsolete: 'This property will be abstract in a future update. Use PaletteLight, PaletteDark or your own implementation.'
release: PLCsimAdvanced_Manager/Components/SetIPSettingsDialog.razor#L42
Non-nullable property 'MudDialog' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
release: PLCsimAdvanced_Manager/Components/SetIPSettingsDialog.razor#L45
Non-nullable property 'selectedInstance' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
release: PLCsimAdvanced_Manager/MainLayout.razor#L119
The variable 'e' is declared but never used
release: PLCsimAdvanced_Manager/Pages/DataValues.razor#L64
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.
release: PLCsimAdvanced_Manager/Pages/DataValues.razor#L60
Non-nullable property 'InstanceName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
release: PLCsimAdvanced_Manager/Pages/DataValues.razor#L61
Non-nullable field 'SelectedInstance' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
release: PLCsimAdvanced_Manager/Components/NewPlcDialog.razor#L8
Nullability of reference types in return type of 'string? NewPlcDialog.ValidateName(string nameToCheck)' doesn't match the target delegate 'Func<string, string>' (possibly because of nullability attributes).
release: PLCsimAdvanced_Manager/Components/NewPlcDialog.razor#L82
Nullability of reference types in value of type 'List<string?>' doesn't match target type 'List<string>'.