From: Michał Z. (J. <tr...@fi...> - 2016-05-24 11:16:03
|
NET Core port ------------- Key: DNET-682 URL: http://tracker.firebirdsql.org/browse/DNET-682 Project: .NET Data provider Issue Type: Task Components: ADO.NET Provider Reporter: Michał Ziemski Assignee: Jiri Cincura NET Core RC2 was released recently. I'd be great to have a build of NET Provider targeting one of the net platform standards: https://github.com/dotnet/corefx/blob/master/Documentation/architecture/net-platform-standard.md that would be able to run in the new environment. The API exposed by NET Core is somewhat different then the Framework. Few example: - ICloneable is no more (this could be easiliy solved by removing that from the implemented interfaces list) - serialization was scrapped (there are some stubs available in System.Runtime.Serialization.Primitives) There are may other issues. Sometimes easily solved by referencing a relevant CoreFX assembly (ie System.Data.Common, System.ComponentModel.Primitives, etc ): https://github.com/dotnet/corefx others regretfully require some more sophisticated changes. There are also some points that are simply not availabe (AFAIK): - distributed transactions -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://tracker.firebirdsql.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |