Skip to content

Commit

Permalink
Merge pull request #916 from riganti/ferature/command-response-custom…
Browse files Browse the repository at this point in the history
…isation

Implemented extensible way to deal with results of commands. This is …
  • Loading branch information
quigamdev committed Jan 21, 2021
2 parents 7ee5238 + ae0d2bd commit d2ec207
Show file tree
Hide file tree
Showing 18 changed files with 679 additions and 335 deletions.
3 changes: 2 additions & 1 deletion src/DotVVM.Framework.PerfTests/SerializerTests.cs
Expand Up @@ -56,7 +56,8 @@ public void Serialize()
{
viewModel.Nested.Array[0].MyProperty = Guid.NewGuid().ToString(); // modify a bit

serializer.BuildViewModel(request);
serializer.
BuildViewModel(request, null);
LastViewModel = serializer.SerializeViewModel(request);
if (allowDiffs) request.ReceivedViewModelJson = (JObject)request.ViewModelJson["viewModel"];
}
Expand Down

0 comments on commit d2ec207

Please sign in to comment.