Merge lp://staging/~mandel/wadlsharp/add_diff_files into lp://staging/wadlsharp
Proposed by
Manuel de la Peña
Status: | Merged |
---|---|
Merge reported by: | Manuel de la Peña |
Merged at revision: | not available |
Proposed branch: | lp://staging/~mandel/wadlsharp/add_diff_files |
Merge into: | lp://staging/wadlsharp |
Diff against target: |
429 lines (+323/-16) 6 files modified
LpNet.WadlSharp.Common/LpNet.WadlSharp.Common.csproj (+1/-0) LpNet.WadlSharp.Common/Serialize/MultiFileCodeSerializer.cs (+142/-0) LpNet.WadlSharp.UnitTest/LpNet.WadlSharp.UnitTest.csproj (+1/-0) LpNet.WadlSharp.UnitTest/Serialize/MultiFileCodeSerializerFixture.cs (+141/-0) WadlConsole/Program.cs (+37/-15) WadlConsole/ValidationExtensions.cs (+1/-1) |
To merge this branch: | bzr merge lp://staging/~mandel/wadlsharp/add_diff_files |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Manish Sinha (मनीष सिन्हा) | Approve | ||
Review via email: mp+36283@code.staging.launchpad.net |
This proposal supersedes a proposal from 2010-09-22.
Description of the change
Fix lp:644998 by providing a different type of serializer that will ensure that each defined type is in a separated file.
To post a comment you must log in.