优化图形界面和重新制作搜索功能 #183
Annotations
5 errors and 10 warnings
|
build
Process completed with exit code 1.
|
|
build:
ContextMenuManager/MainForm.cs#L687
'MyListBox' does not contain a definition for 'ClearItems' and no accessible extension method 'ClearItems' accepting a first argument of type 'MyListBox' could be found (are you missing a using directive or an assembly reference?)
|
|
build:
ContextMenuManager/MainForm.cs#L595
'MyList' does not contain a definition for 'SearchBox' and no accessible extension method 'SearchBox' accepting a first argument of type 'MyList' could be found (are you missing a using directive or an assembly reference?)
|
|
build:
ContextMenuManager/MainForm.cs#L687
'MyListBox' does not contain a definition for 'ClearItems' and no accessible extension method 'ClearItems' accepting a first argument of type 'MyListBox' could be found (are you missing a using directive or an assembly reference?)
|
|
build:
ContextMenuManager/MainForm.cs#L595
'MyList' does not contain a definition for 'SearchBox' and no accessible extension method 'SearchBox' accepting a first argument of type 'MyList' could be found (are you missing a using directive or an assembly reference?)
|
|
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.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/ResizeLimitedForm.cs#L50
'ResizeLimitedForm.InitTheme()' hides inherited member 'RForm.InitTheme()'. Use the new keyword if hiding was intended.
|
|
build:
ContextMenuManager/BluePointLilac.Controls/RComboBox.cs#L38
'RComboBox.Padding' hides inherited member 'ComboBox.Padding'. Use the new keyword if hiding was intended.
|
|
build:
ContextMenuManager/BluePointLilac.Controls/RComboBox.cs#L29
'RComboBox.AutoSize' hides inherited member 'Control.AutoSize'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
|
build:
ContextMenuManager/BluePointLilac.Controls/InputDialog.cs#L98
'InputDialog.InputBox.InitTheme()' hides inherited member 'RForm.InitTheme()'. Use the new keyword if hiding was intended.
|
|
build:
ContextMenuManager/BluePointLilac.Controls/DownloadDialog.cs#L72
'DownloadDialog.DownloadForm.InitTheme()' hides inherited member 'RForm.InitTheme()'. Use the new keyword if hiding was intended.
|
|
build:
ContextMenuManager/BluePointLilac.Controls/BackupDialog.cs#L168
'BackupDialog.SelectForm.InitTheme()' hides inherited member 'RForm.InitTheme()'. Use the new keyword if hiding was intended.
|