Skip to content

Update nugetci.yml - update to dotnet 8 #91

Update nugetci.yml - update to dotnet 8

Update nugetci.yml - update to dotnet 8 #91

Triggered via push August 11, 2024 22:56
Status Success
Total duration 3m 54s
Artifacts

nugetci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, NuGet/setup-nuget@v1.0.6, brandedoutcast/publish-nuget@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1, NuGet/setup-nuget@v1.0.6, brandedoutcast/publish-nuget@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: src/RulesEngineEditor/Shared/JsonExtensions.cs#L82
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/RulesEngineEditor/Shared/JsonExtensions.cs#L125
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/RulesEngineEditor/Pages/RulesEngineEditorPage.razor.cs#L67
'RulesEngineEditorPage.InputJSONUpdate()' is obsolete: 'InputRule is deprecated. Use InputRuleName instead.'
build: src/RulesEngineEditor/Pages/RulesEngineEditorPage.razor.cs#L356
'RulesEngineEditorPage.InputJSONUpdate()' is obsolete: 'InputRule is deprecated. Use InputRuleName instead.'
build: src/RulesEngineEditor/Shared/JsonExtensions.cs#L84
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/RulesEngineEditor/Shared/JsonExtensions.cs#L127
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/RulesEngineEditor/Shared/JsonExtensions.cs#L127
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/RulesEngineEditor/Components/RuleEditor.razor#L78
The field 'RuleEditor._actions' is never used
build: src/RulesEngineEditor/Components/Rules.razor#L34
Component parameter 'RulesEngineEditor.Components.Rules.rules' should be auto property
build: src/RulesEngineEditor/Pages/RulesEngineEditorPage.razor.cs#L50
Component parameter 'RulesEngineEditor.Pages.RulesEngineEditorPage.WorkflowDatas' should be auto property
build
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/