| Target type |
.NET Core,Version=v5.0 |
.NET Framework,Version=v4.6.2 |
.NETPlatform,Version=v5.0 |
Recommended changes |
| System.ComponentModel.Component |
|
|
|
Remove usage. This is a deprecated attribute from Windows Forms for design-time property window support. |
| Dispose |
|
|
|
Remove usage. This is a deprecated attribute from Windows Forms for design-time property window support. |
| |
|
|
|
|
| System.Exception |
|
|
|
|
| #ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) |
|
|
|
Remove usage. |
| |
|
|
|
|
| System.Net.Sockets.Socket |
|
|
|
|
| BeginSend(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.AsyncCallback,System.Object) |
|
|
|
|
| EndSend(System.IAsyncResult) |
|
|
|
|
| |
|
|
|
|
| System.Net.Sockets.TcpClient |
|
|
|
|
| Close |
|
|
|
|
| Connect(System.String,System.Int32) |
|
|
|
|
| |
|
|
|
|
| System.Net.Sockets.UdpClient |
|
|
|
|
| Close |
|
|
|
|
| Send(System.Byte[],System.Int32) |
|
|
|
|
| SendAsync(System.Byte[],System.Int32) |
|
|
|
|
| |
|
|
|
|
| System.Runtime.Serialization.SerializationInfo |
|
|
|
Either 1) Delete Serialization info from exceptions (since this can't be remoted) or 2) Use a different serialization technology if not for exceptions. |
| |
|
|
|
|
| System.String |
|
|
|
|
| ToUpper(System.Globalization.CultureInfo) |
|
|
|
Use CultureInfo.TextInfo.ToUpper(String) instead. |
| |
|
|
|
|
| System.Timers.ElapsedEventArgs |
|
|
|
Use System.Threading.Timer. |
| |
|
|
|
|
| System.Timers.ElapsedEventHandler |
|
|
|
Use System.Threading.TimerCallback. |
| #ctor(System.Object,System.IntPtr) |
|
|
|
Use System.Threading.TimerCallback. |
| |
|
|
|
|
| System.Timers.Timer |
|
|
|
Use System.Threading.Timer. |
| #ctor |
|
|
|
Use System.Threading.Timer. |
| add_Elapsed(System.Timers.ElapsedEventHandler) |
|
|
|
Use System.Threading.Timer. |
| get_Enabled |
|
|
|
Use System.Threading.Timer. |
| remove_Elapsed(System.Timers.ElapsedEventHandler) |
|
|
|
Use System.Threading.Timer. |
| set_AutoReset(System.Boolean) |
|
|
|
Use System.Threading.Timer. |
| set_Interval(System.Double) |
|
|
|
Use System.Threading.Timer. |
| Start |
|
|
|
Use System.Threading.Timer. |
| Stop |
|
|
|
Use System.Threading.Timer. |
| |
|
|
|
|
| System.Type |
|
|
|
|
| get_Assembly |
|
|
|
.GetTypeInfo().Assembly. |
| |
|
|
|
|
| System.Xml.Linq.XElement |
|
|
|
|
| Save(System.String) |
|
|
|
|
| |
|
|
|
|