2018-05-28
| ||
19:29 | • Closed ticket [5c89cecd1b]: Support .NET Core plus 2 other changes artifact: eba38935f9 user: mistachkin | |
2018-04-26
| ||
16:47 | • Ticket [5c89cecd1b]: 3 changes artifact: 3c346eda8b user: mistachkin | |
01:29 | • Ticket [5c89cecd1b]: 4 changes artifact: 501c31d7c7 user: mistachkin | |
01:16 | Add preliminary support for .NET Core 2.0 and the .NET Standard 2.0. Pursuant to [5c89cecd1b]. check-in: ec79fb3446 user: mistachkin tags: trunk | |
2018-04-23
| ||
01:58 | • Ticket [5c89cecd1b] Support .NET Core status still Pending with 3 other changes artifact: 0368b43e46 user: mistachkin | |
01:57 | • Pending ticket [5c89cecd1b]. artifact: c82fb80dd9 user: mistachkin | |
2018-04-05
| ||
02:28 | • Ticket [5c89cecd1b]: 3 changes artifact: d87b5ecadb user: mistachkin | |
2018-04-04
| ||
22:31 | • Ticket [5c89cecd1b]: 4 changes artifact: f9c0b2de93 user: anonymous | |
2018-01-24
| ||
16:41 | • Ticket [5c89cecd1b]: 3 changes artifact: 8aa1887af4 user: mistachkin | |
2018-01-14
| ||
20:57 | • Ticket [5c89cecd1b]: 3 changes artifact: 3b363991bd user: anonymous | |
2017-09-06
| ||
13:35 | • Ticket [5c89cecd1b]: 3 changes artifact: 9c70fd135e user: anonymous | |
2016-09-29
| ||
17:45 | • Deferred ticket [5c89cecd1b]. artifact: f31b3df1ed user: mistachkin | |
2016-09-28
| ||
20:40 | • New ticket [5c89cecd1b]. artifact: 34fcd1925d user: anonymous | |
Ticket Hash: | 5c89cecd1b4ccb38432790dd71fafc6cee7a6f0f | |||
Title: | Support .NET Core | |||
Status: | Closed | Type: | Feature_Request | |
Severity: | Important | Priority: | Medium | |
Subsystem: | Build_AndOr_Projects | Resolution: | Fixed | |
Last Modified: | 2018-05-28 19:29:49 | |||
Version Found In: | ||||
User Comments: | ||||
anonymous added on 2016-09-28 20:40:40:
Currently there is a fairly limited version of Microsoft.Data.Sqlite that supports Sqlite without prepared statements or (so far as I can tell) X64 support. As .net core is the future, this would be a super useful feature - to support netcore (or netstandard 1.2/1.3, whatever moniker is necessary. I am aware that netcore doesn't support ADO.Net - but we're going to have to move forward at some point anyway. mistachkin added on 2016-09-29 17:45:11: Supporting something like .NET Core (i.e. anything without ADO.NET) would almost be a complete rewrite. anonymous added on 2017-09-06 13:35:03: netstandard2 should contain most of the ADO.Net APIs: https://github.com/dotnet/standard/blob/master/docs/faq.md#is-systemdata-part-of-net-standard anonymous added on 2018-01-14 20:57:04: Moving forward, this is an increasingly important feature. Any idea if/when this will be added? mistachkin added on 2018-01-24 16:41:01: It's being considered for a future release, once the MSBuild and Visual Studio tooling support are a bit more mature for .NET Standard 2.0. anonymous (claiming to be Frédéric Delaporte) added on 2018-04-04 22:31:50: .Net Standard 2.0 compatibility would be great. This is awaited by many users, as the Microsoft alternative has still some short-comings. (Example request received about this on Nhibernate side.) mistachkin added on 2018-04-05 02:28:19: My research indicates that supporting .NET Standard 2.0 would be possible. The current plan is to tackle this before the next release. However, that plan may change. mistachkin added on 2018-04-23 01:58:17: Work on this feature is almost complete and will make the 1.0.109.0 release. mistachkin added on 2018-04-26 01:29:46: Most of the necessary changes are now on trunk. mistachkin added on 2018-04-26 16:47:56: The official Eagle binaries for .NET Core still need to be added in externals; however, they will not be available until the Beta 42 release, which is still pending. |