Skip to content

Commit 7a493c3

Browse files
committed
samples renamed and upgraded
1 parent cc336cc commit 7a493c3

12 files changed

Lines changed: 113 additions & 358 deletions

File tree

samples/PartialResponse.AspNetCore.Mvc.Demo/.gitignore

Lines changed: 0 additions & 234 deletions
This file was deleted.

samples/PartialResponse.AspNetCore.Mvc.Demo/PartialResponse.AspNetCore.Mvc.Demo.csproj

Lines changed: 0 additions & 28 deletions
This file was deleted.

samples/PartialResponse.AspNetCore.Mvc.Demo/Program.cs

Lines changed: 0 additions & 19 deletions
This file was deleted.

samples/PartialResponse.AspNetCore.Mvc.Demo/Startup.cs

Lines changed: 0 additions & 59 deletions
This file was deleted.

samples/PartialResponse.AspNetCore.Mvc.Demo/web.config

Lines changed: 0 additions & 14 deletions
This file was deleted.

samples/PartialResponse.AspNetCore.Mvc.Demo/Controllers/ExecutorController.cs renamed to samples/PartialResponse.AspNetCore.Mvc.Formatters.Json.Demo/Controllers/ExecutorController.cs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
using System.Collections.Generic ;
1+
// Copyright (c) Arjen Post. See LICENSE and NOTICE in the project root for license information.
2+
3+
using System.Collections.Generic;
24
using Microsoft.AspNetCore.Mvc;
35

4-
namespace PartialResponse.AspNetCore.Mvc.Demo.Controllers
6+
namespace PartialResponse.AspNetCore.Mvc.Formatters.Json.Demo.Controllers
57
{
68
public class ExecutorController : Controller
79
{

samples/PartialResponse.AspNetCore.Mvc.Demo/Controllers/FormatterController.cs renamed to samples/PartialResponse.AspNetCore.Mvc.Formatters.Json.Demo/Controllers/FormatterController.cs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
using System.Collections.Generic ;
1+
// Copyright (c) Arjen Post. See LICENSE and NOTICE in the project root for license information.
2+
3+
using System.Collections.Generic;
24
using Microsoft.AspNetCore.Mvc;
35

4-
namespace PartialResponse.AspNetCore.Mvc.Demo.Controllers
6+
namespace PartialResponse.AspNetCore.Mvc.Formatters.Json.Demo.Controllers
57
{
68
public class FormatterController : Controller
79
{

0 commit comments

Comments
 (0)