Pawel Kadluczka
Pawel Kadluczka
Ported from https://codefirstfunctions.codeplex.com/workitem/15 REPORTED ON: REPORTED BY: Oct 13, 2015 at 3:25 AM samunro The ColumnAttribute allows for property names that do not match the columns in the database to...
Ported from: https://codefirstfunctions.codeplex.com/workitem/6 REPORTED ON: REPORTED BY: Jul 21, 2014 at 9:26 PM moozzyk In EF 6.1.1 it is possible to define custom mappings between columns returned by a store...
Ported from: https://codefirstfunctions.codeplex.com/workitem/8 REPORTED ON: REPORTED BY: Nov 5, 2014 at 8:02 AM moozzyk As per the comment to http://blog.3d-logic.com/2014/10/18/the-final-version-of-the-store-functions-for-entityframework-6-1-1-code-first-convention-released/ : Is it also possible to support IEnumerable as an...
See discussion here: https://codefirstfunctions.codeplex.com/discussions/650751 (Ported from: https://codefirstfunctions.codeplex.com/workitem/16)
Ported from: https://efcache.codeplex.com/workitem/10 REPORTED ON: REPORTED BY: Nov 5, 2014 at 7:28 PM icnocop (contact) Hi. Thank you for EFCache. I'd like to request support for caching within a transaction...
Ported from: https://efcache.codeplex.com/workitem/18 REPORTED ON: REPORTED BY: Aug 29, 2015 at 11:26 AM jsneeringer (contact) Entity Framework - Database First, with cascade delete The following code deletes a large number...
- [x] races (start/stop, start/close/stop) - transports: - [x] longpolling (see SignalR source - there is some special logic when closing the LP transport) - [ ] serverSentEvents - [...
Close message can now have the `allowReconnect` property which is currently ignored.
As per: https://github.com/aspnet/SignalR/pull/2998
Currently most of the event handlers run on main queue. Consider allowing setting a queue to run events on. Note that webSockets already takes a queue and when the main...