1.0.2 #28
Annotations
1 error and 12 warnings
build
Process completed with exit code 1.
|
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
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. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-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/Controls/H.Controls.PropertyGrid/MaskedTextBox/Implementation/MaskedTextBox.cs#L1168
'UIPermission' is obsolete: 'Code Access Security is not supported or honored by the runtime.' (https://aka.ms/dotnet-warnings/SYSLIB0003)
|
build:
Source/Controls/H.Controls.PropertyGrid/MaskedTextBox/Implementation/MaskedTextBox.cs#L1168
'UIPermissionClipboard' is obsolete: 'Code Access Security is not supported or honored by the runtime.' (https://aka.ms/dotnet-warnings/SYSLIB0003)
|
build:
Source/Windows/H.Windows.Ribbon/ViewModels/ContextualTabGroupBindable.cs#L73
'ContextualTabGroupBindable.PropertyChanged' hides inherited member 'BindableBase.PropertyChanged'. Use the new keyword if hiding was intended.
|
build:
Source/Windows/H.Windows.Ribbon/DialogWindowService.cs#L104
The event 'MoveNextCommand.CanExecuteChanged' is never used
|