This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Compiler Error Message: CS0121: The call is ambiguous between the following methods or properties: 'Massive.ObjectExtensions.ToExpando(object)' and 'Massive.ObjectExtensions.ToExpando(object)' | |
Source Error: | |
Line 82: /// <returns></returns> | |
Line 83: public static IDictionary<string, object> ToDictionary(this object thingy) { | |
Line 84: return (IDictionary<string, object>)thingy.ToExpando(); | |
Line 85: } | |
Line 86: } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TypeError: Unable to get property 'push' of undefined or null reference | |
at Anonymous function (http://localhost:22127/Scripts/ng-epoch.js:71:21) | |
at k.prototype.$digest (http://localhost:22127/Scripts/angular.min.js:109:422) | |
at k.prototype.$apply (http://localhost:22127/Scripts/angular.min.js:112:396) | |
at Anonymous function (http://localhost:22127/app/services.js:12:21) | |
at f[t][i] (http://localhost:22127/Scripts/jquery.signalR-2.1.2.min.js:8:31671) | |
at n.event.dispatch (http://localhost:22127/Scripts/jquery-2.1.1.min.js:3:6348) | |
at r.handle (http://localhost:22127/Scripts/jquery-2.1.1.min.js:3:3114) | |
at n.event.trigger (http://localhost:22127/Scripts/jquery-2.1.1.min.js:3:5510) | |
at triggerHandler (http://localhost:22127/Scripts/jquery-2.1.1.min.js:3:11544) |