优化图形界面和重新制作搜索功能 #46
Open
优化图形界面和重新制作搜索功能 #46
Annotations
10 warnings
|
Build:
ContextMenuManager/MainForm.cs#L51
The field 'MainForm.currentSearchBox' is never used
|
|
Build:
ContextMenuManager/BluePointLilac.Controls/MyToolBar.cs#L229
The field 'MyToolBarButton.opacity' is never used
|
|
Build:
ContextMenuManager/BluePointLilac.Methods/EncodingType.cs#L19
'Encoding.UTF7' is obsolete: 'The UTF-7 encoding is insecure and should not be used. Consider using UTF-8 instead.' (https://aka.ms/dotnet-warnings/SYSLIB0001)
|
|
Build:
ContextMenuManager/BluePointLilac.Controls/UAWebClient.cs#L23
'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
|
Build:
ContextMenuManager/BluePointLilac.Controls/UAWebClient.cs#L19
'ServicePointManager' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead. Settings on ServicePointManager no longer affect SslStream or HttpClient.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
|
Build:
ContextMenuManager/BluePointLilac.Controls/UAWebClient.cs#L15
'ServicePointManager' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead. Settings on ServicePointManager no longer affect SslStream or HttpClient.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
|
Build:
ContextMenuManager/BluePointLilac.Controls/SearchBox.cs#L51
'SearchBox.TextChanged' hides inherited member 'UserControl.TextChanged'. Use the new keyword if hiding was intended.
|
|
Build:
ContextMenuManager/BluePointLilac.Controls/SearchBox.cs#L33
'SearchBox.Text' hides inherited member 'UserControl.Text'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
|
Build:
ContextMenuManager/BluePointLilac.Controls/RComboBox.cs#L131
'RComboBox.Padding' hides inherited member 'ComboBox.Padding'. Use the new keyword if hiding was intended.
|
|
Build:
ContextMenuManager/BluePointLilac.Controls/RComboBox.cs#L89
'RComboBox.AutoSize' hides inherited member 'Control.AutoSize'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
Loading