动态 CRM/365 SDK 和 .NET Standard / .NET Core
Dynamics CRM/365 SDK and .NET Standard / .NET Core
您是否知道产品组是否有任何计划将 CRM SDK 库重写为 .NET Core 或可能只是使它们与 .NET 标准兼容?
越来越多的系统和组件将 .NET Standard 视为标准:)
我知道我们可以使当前版本 (9.x.x) 与 .NET Core 项目一起工作 "somehow",但对于某些环境来说,这真的很痛苦。
我想问的是正式的新版本和产品组的支持。
有什么想法吗?
我今天联系了 Microsoft.CrmSdk.CoreAssemblies NuGet 包的所有者并得到了这样的回复:
We support .net core and .net standard clients connecting to and utilizing our web API.
We are evaluating .net core/standard for the future, However we have no short term plan to move over to .net Core\ .net standard for our SDK Libs.
The truth of it is that 90%+ of our SDK logins are based on WCF/WS-TRUST and UserPassword Based flows.
The teams have provided part of the WCF Support we requested, however WS-Trust has not been adopted going forward in the .net core / standard libs, nor has the UserPasswordFlows that the majority of our population use via connection strings and direct logins.
I expect that your teams ask Is based on being able to use the object model and the patterns that we support in the .net SDK and possible the authentication and logging support we provide in it.
We are working though it with the support of various teams.
更新 1
现在可以预览 .NET Core 程序集。参见 Announcing the .net Core SDK for Common Data Service (CDS) - External Client Development。
您是否知道产品组是否有任何计划将 CRM SDK 库重写为 .NET Core 或可能只是使它们与 .NET 标准兼容?
越来越多的系统和组件将 .NET Standard 视为标准:)
我知道我们可以使当前版本 (9.x.x) 与 .NET Core 项目一起工作 "somehow",但对于某些环境来说,这真的很痛苦。
我想问的是正式的新版本和产品组的支持。
有什么想法吗?
我今天联系了 Microsoft.CrmSdk.CoreAssemblies NuGet 包的所有者并得到了这样的回复:
We support .net core and .net standard clients connecting to and utilizing our web API.
We are evaluating .net core/standard for the future, However we have no short term plan to move over to .net Core\ .net standard for our SDK Libs.
The truth of it is that 90%+ of our SDK logins are based on WCF/WS-TRUST and UserPassword Based flows.
The teams have provided part of the WCF Support we requested, however WS-Trust has not been adopted going forward in the .net core / standard libs, nor has the UserPasswordFlows that the majority of our population use via connection strings and direct logins.
I expect that your teams ask Is based on being able to use the object model and the patterns that we support in the .net SDK and possible the authentication and logging support we provide in it.
We are working though it with the support of various teams.
更新 1
现在可以预览 .NET Core 程序集。参见 Announcing the .net Core SDK for Common Data Service (CDS) - External Client Development。