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

       

------------------------------------------------------------------------------
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to