.NET Portability Report

Submission Id  12c3f739-8be2-4134-823c-8651ab90b7c8
API Catalog last updated on  Saturday, June 11, 2016

Portability Summary

Assembly .NET Core,Version=v5.0 .NET Framework,Version=v4.6.2 .NETPlatform,Version=v5.0
UserModel, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null 75.00 % 100.00 % 75.00 %

UserModel, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null

Target type .NET Core,Version=v5.0 .NET Framework,Version=v4.6.2 .NETPlatform,Version=v5.0 Recommended changes
System.Collections.Generic.List`1
ConvertAll``1(System.Converter{`0,``0})
         
System.Configuration.ApplicationSettingsBase
#ctor
         
System.Configuration.SettingsBase
Synchronized(System.Configuration.SettingsBase)
         
System.Converter`2 Remove usage.
#ctor(System.Object,System.IntPtr) Remove usage.
         
System.Diagnostics.Debug
get_Listeners
Print(System.String)
Print(System.String,System.Object[])
         
System.Drawing.Point
#ctor(System.Int32,System.Int32)
         
System.Drawing.Size
#ctor(System.Int32,System.Int32)
         
System.Drawing.SizeF
#ctor(System.Single,System.Single)
         
System.Exception
GetType False positive (Object.GetType() is sufficient).
         
System.IO.Stream
Close Use Dispose() instead.
         
System.Net.HttpWebRequest Use System.Net.Http.HttpClient / HttpClientHandler instead.
get_ServicePoint Not supported - Authentication level is always set to MutualAuthRequested.
         
System.Net.ServicePoint Use System.Net.Http.HttpClient, System.Net.Http.HttpClientHandler and System.Net.Http.WinHttpHandler instead.
set_Expect100Continue(System.Boolean) Not supported. Expect: 100-Continue is turned off always.
         
System.Net.WebRequest
GetRequestStream Use an System.Net.Http.HttpContent object in the System.Net.Http.HttpRequestMessage when using the HttpClient APIs.
GetResponse Use System.Net.Http.HttpClient.SendAsync (returns an HttpResponseMessage).
set_ContentLength(System.Int64) Use System.Net.Http.HttpContent.Headers.ContentLength.
         
System.Type
get_Assembly .GetTypeInfo().Assembly.
         
System.Windows.Forms.AnchorStyles
         
System.Windows.Forms.Application
EnableVisualStyles
Run(System.Windows.Forms.Form)
SetCompatibleTextRenderingDefault(System.Boolean)
         
System.Windows.Forms.AutoScaleMode
         
System.Windows.Forms.Button
#ctor
         
System.Windows.Forms.ButtonBase
set_UseVisualStyleBackColor(System.Boolean)
         
System.Windows.Forms.ContainerControl
set_AutoScaleDimensions(System.Drawing.SizeF)
set_AutoScaleMode(System.Windows.Forms.AutoScaleMode)
         
System.Windows.Forms.Control
add_Click(System.EventHandler)
get_Controls
get_Text
Invoke(System.Delegate,System.Object[])
PerformLayout
ResumeLayout(System.Boolean)
set_Anchor(System.Windows.Forms.AnchorStyles)
set_Dock(System.Windows.Forms.DockStyle)
set_Location(System.Drawing.Point)
set_Name(System.String)
set_Size(System.Drawing.Size)
set_TabIndex(System.Int32)
set_Text(System.String)
SuspendLayout
         
System.Windows.Forms.Control.ControlCollection
Add(System.Windows.Forms.Control)
         
System.Windows.Forms.DialogResult
         
System.Windows.Forms.DockStyle
         
System.Windows.Forms.Form
#ctor
Dispose(System.Boolean)
set_ClientSize(System.Drawing.Size)
set_SizeGripStyle(System.Windows.Forms.SizeGripStyle)
         
System.Windows.Forms.MessageBox
Show(System.String)
         
System.Windows.Forms.ScrollBars
         
System.Windows.Forms.SizeGripStyle
         
System.Windows.Forms.SplitContainer
#ctor
get_Panel1
get_Panel2
set_SplitterDistance(System.Int32)
         
System.Windows.Forms.SplitterPanel
         
System.Windows.Forms.TextBox
#ctor
set_ScrollBars(System.Windows.Forms.ScrollBars)
         
System.Windows.Forms.TextBoxBase
AppendText(System.String)
Clear
set_Multiline(System.Boolean)
         

Back to Summary