.NET Portability Report

Submission Id  2616017e-9019-43c1-b491-96050469b426
API Catalog last updated on  23 June 2016

Portability Summary

Assembly .NET Core,Version=v5.0 .NET Framework,Version=v4.6.2 .NETPlatform,Version=v5.0
InSimDotNet, Version=2.3.0.0, Culture=neutral, PublicKeyToken=1943e54a82f60fb6 (.NETFramework,Version=v4.5) 92.74% 100.00% 92.74%

InSimDotNet, Version=2.3.0.0, Culture=neutral, PublicKeyToken=1943e54a82f60fb6 (.NETFramework,Version=v4.5)

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)
         

Back to Summary