fix: extract version #30
Annotations
13 warnings
release
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
release
.NET 7.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
|
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
Could not retrieve first commit where branch 0.1.4 forked from main. Defaulting to zero commits.
|
release:
PLCsimAdvanced_Manager/Pages/Instance.razor#L373
Found markup element with unexpected name 'Nodegraph'. If this is intended to be a component, add a @using directive for its namespace.
|
release:
PLCsimAdvanced_Manager/Shared/MainLayout.razor#L85
'Palette' is obsolete: 'This property will be abstract in a future update. Use PaletteLight, PaletteDark or your own implementation.'
|
release:
PLCsimAdvanced_Manager/Components/VariablesTable.razor#L88
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/Shared/MainLayout.razor#L66
Possible null reference assignment.
|
release:
PLCsimAdvanced_Manager/Shared/MainLayout.razor#L148
The variable 'e' is declared but never used
|
release:
PLCsimAdvanced_Manager/Components/VariablesTable.razor#L112
Cannot convert null literal to non-nullable reference type.
|
release:
PLCsimAdvanced_Manager/Components/VariablesTable.razor#L76
Non-nullable property 'InstanceName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
release:
PLCsimAdvanced_Manager/Components/VariablesTable.razor#L78
Non-nullable property 'Diagram' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|