Pranav K
7b433820b1
Changes per PR comments
...
Reformatting parameter identation
2015-09-17 15:42:58 -07:00
Pranav K
0350f6ed48
Adding NeutralResourcesLanguageAttribute to Mvc assemblies
2015-09-10 16:17:42 -07:00
KevinDockx
894574d04e
Implement Replace Move and Copy for dynamic objects
2015-09-08 22:09:44 -07:00
KevinDockx
054b46c1cc
Implement new Remove op & fix value.GetTypê issue in Add op
2015-08-24 12:32:41 -07:00
KevinDockx
94fad918a3
Replace of Add operation (jsonpatch dynamic support)
2015-08-07 16:10:07 -07:00
Troy Dai
a7d717d19c
Update CoreCLR versions
2015-08-05 09:35:37 -07:00
Ryan Nowak
5ae6d029ce
Update designer file
2015-07-22 15:25:47 -07:00
KevinDockx
bbc059a689
Some more JsonPatch refactoring for non-generics
...
- Add Apply to non-generic Operation (used by non-generic JsonPatchDocument)
- Add non-generic JsonPatchDocument
2015-07-14 16:54:13 -07:00
KevinDockx
580914d873
Refactoring to get ready for JsonPatch (for dynamics) support. Relay generic typing to outer-facing contract.
2015-07-08 15:06:32 -07:00
Kirthi Krishnamraju
38748b54eb
[JsonPatch]: Added NotNull attribute to parameters and updated comments
2015-07-02 12:19:38 -07:00
Victor Hurdugaci
c2952f26fa
Add repository information to project files
2015-07-01 20:18:53 -07:00
Doug Bunting
37f056ce2b
[quick fixes] Cleanup a few things StyleCop found ages ago
...
- was trying out rules matching frequest PR comments (then)
- did a manual scan to find new instances of same issues
- "" -> `string.Empty`
- `String` -> `string` and similar
- fill empty XML doc elements
- ignored `JsonPatchDocument<TModel>`; just too many empty elements
- corrected missing / extra / out-of-order `<param>` descriptions
- `xml-docs-test` detects incorrect external references but not these local issues
2015-06-24 16:37:39 -07:00
Kirthi Krishnamraju
337bbad51d
React to aspnet/Configuration #195,#198 and fix few minor build break issues
2015-05-20 20:01:23 -07:00
Pranav K
320507604a
Removing superfluous types and methods from Common.
2015-05-09 08:04:28 -07:00
Troy Dai
ea717729c1
React to common package name change
2015-05-07 09:39:08 -07:00
David Fowler
87776ae330
Sort dependencies
2015-05-06 10:25:14 -07:00
David Fowler
5cec601abe
Fix MVC packages being broken on CoreCLR
...
- Mvc is currently broken on CoreCLR because it is
inheriting dependencies from Microsoft.AspNet.Mvc.Common but the resulting
dependency to Microsoft.AspNet.Mvc.Common is then erased at pack time.
This change moves the dependencies down and makes the shared package
only depend on System.Runtime.
#2507
2015-05-05 23:26:45 -07:00
N. Taylor Mullen
64e726d2b2
Update LICENSE.txt and license header on files.
2015-05-01 13:55:25 -07:00
Kirthi Krishnamraju
68026add28
JsonPatch:Changed ToLower to ToLowerInvariant
2015-04-27 10:14:11 -07:00
Kirthi Krishnamraju
3042a62ba9
Removed Test operation code and changed T to TModel
2015-04-22 13:44:20 -07:00
Kirthi Krishnamraju
bf712263fc
Fix for #2280 - Cannot do an "add" patch to IList<Anything>
...
Added unit tests
2015-04-22 13:44:14 -07:00
Kirthi Krishnamraju
e48565dcd8
Adding errors in ModelState
2015-04-22 13:44:09 -07:00
Kirthi Krishnamraju
9f97d25e02
Moved exception messages to resource file and updated tests to validate exception messages
2015-04-22 13:44:04 -07:00
N. Taylor Mullen
a8d5bb934d
Add serviceable attribute to projects.
...
aspnet/DNX#1600
2015-04-07 14:47:02 -07:00
Doug Bunting
393aa54545
Update .xproj files for Microsoft.Web.AspNet.* -> Microsoft.DNX.* rename
2015-04-02 13:49:27 -07:00
KevinDockx
0462dd6be3
[JsonPatch]Rename SimpleObjectAdapter; Include statuscode in JsonPatchException
2015-03-24 11:24:53 -07:00
Kirthi Krishnamraju
a5da5b3acd
Removed reflection code; used JsonContract instead and added new JsonPatchInputFormatter
2015-03-23 14:46:54 -07:00
Kevin Dockx
f1e1d8f4df
Initial Json Patch check-in
2015-03-23 14:46:49 -07:00