Skip to content

Merge branch 'dev1.0.0.7' #22

Merge branch 'dev1.0.0.7'

Merge branch 'dev1.0.0.7' #22

Triggered via push June 20, 2024 16:25
Status Failure
Total duration 2m 36s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 12 warnings
build
Process completed with exit code 1.
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: Source/Extensions/H.Extensions.ValueConverter/Brush/Converter.Brush.cs#L62
'GetLevelColorConverter.ConvertBack(object, Type, object, CultureInfo)' hides inherited member 'MarkupValueConverterBase.ConvertBack(object, Type, object, CultureInfo)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build: Source/Extensions/H.Extensions.ValueConverter/Brush/Converter.Brush.cs#L62
'GetLevelColorConverter.ConvertBack(object, Type, object, CultureInfo)' hides inherited member 'MarkupValueConverterBase.ConvertBack(object, Type, object, CultureInfo)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build: Source/Modules/H.Modules.Upgrade/UpgradePresenter.xaml.cs#L211
'WebRequest.Create(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
build: Source/Modules/H.Modules.Upgrade/UpgradePresenter.xaml.cs#L121
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build: Source/Modules/H.Modules.Upgrade/UpgradePresenter.xaml.cs#L211
'WebRequest.Create(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
build: Source/Modules/H.Modules.Upgrade/UpgradePresenter.xaml.cs#L121
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build: Source/Windows/H.Windows.Dialog/Commands.cs#L12
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: Source/Windows/H.Windows.Dialog/Commands.cs#L23
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: Source/Windows/H.Windows.Dialog/Commands.cs#L28
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: Source/Windows/H.Windows.Dialog/Commands.cs#L51
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.