.NET Portability Report

Submission Id  4b139331-bf1b-4bf0-a036-4729e3739ae7
API Catalog last updated on  Friday, December 2, 2016

Portability Summary

Assembly .NET Core,Version=v1.2 .NET Framework,Version=v4.6
NHibernate, Version=5.0.0.1001, Culture=neutral, PublicKeyToken=aa95f207798dfdb4 (.NETFramework,Version=v4.6.2) 98.75 % 100.00 %

NHibernate, Version=5.0.0.1001, Culture=neutral, PublicKeyToken=aa95f207798dfdb4 (.NETFramework,Version=v4.6.2)

Target type .NET Core,Version=v1.2 .NET Framework,Version=v4.6 Recommended changes
System.AppDomain Remove usage.
DefineDynamicAssembly(System.Reflection.AssemblyName,System.Reflection.Emit.AssemblyBuilderAccess) Remove usage.
       
System.Configuration.ConfigurationManager Use configuration appropriate for your application model. For portable Framework Components, expose API for configuration on type.
get_AppSettings Use configuration appropriate for your application model. For portable Framework Components, expose API for configuration on type.
get_ConnectionStrings Use configuration appropriate for your application model. For portable Framework Components, expose API for configuration on type.
GetSection(System.String) Use configuration appropriate for your application model. For portable Framework Components, expose API for configuration on type.
       
System.Configuration.ConnectionStringSettings Use configuration appropriate for your application model. For portable Framework Components, expose API for configuration on type.
get_ConnectionString Use configuration appropriate for your application model. For portable Framework Components, expose API for configuration on type.
       
System.Configuration.ConnectionStringSettingsCollection
get_Item(System.String)
       
System.Configuration.IConfigurationSectionHandler Use configuration appropriate for your application model. For portable Framework Components, expose API for configuration on type.
Create(System.Object,System.Object,System.Xml.XmlNode) Use configuration appropriate for your application model. For portable Framework Components, expose API for configuration on type.
       
System.Data.Common.DbProviderFactories
GetFactory(System.String)
       
System.Data.Odbc.OdbcCommand
#ctor
       
System.Data.Odbc.OdbcConnection
#ctor
       
System.Data.OleDb.OleDbCommand
#ctor
       
System.Data.OleDb.OleDbConnection
#ctor
       
System.Reflection.Emit.TypeBuilder
CreateType
       
System.Runtime.Remoting.Messaging.CallContext Consider using System.Threading.AsyncLocal
GetData(System.String) Consider using System.Threading.AsyncLocal
SetData(System.String,System.Object) Consider using System.Threading.AsyncLocal
       

Back to Summary