Skip to content

Commit

Permalink
Fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
sdmaclea committed Aug 30, 2019
1 parent 9956248 commit 90d84c7
Show file tree
Hide file tree
Showing 19 changed files with 2 additions and 455 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ namespace testwebapi.Controllers
[ApiController]
public class DiagScenarioController : ControllerBase
{
var o1 = new object();
var o2 = new object();
object o1 = new object();
object o2 = new object();

private static Processor p = new Processor();

Expand Down
12 changes: 0 additions & 12 deletions core/tutorials/Unloading/Host/Host.csproj

This file was deleted.

101 changes: 0 additions & 101 deletions core/tutorials/Unloading/Host/Program.cs

This file was deleted.

7 changes: 0 additions & 7 deletions core/tutorials/Unloading/Host/Properties/launchSettings.json

This file was deleted.

36 changes: 0 additions & 36 deletions core/tutorials/Unloading/Interface/Interface.cs

This file was deleted.

7 changes: 0 additions & 7 deletions core/tutorials/Unloading/Interface/Interface.csproj

This file was deleted.

15 changes: 0 additions & 15 deletions core/tutorials/Unloading/Plugin/Plugin.csproj

This file was deleted.

44 changes: 0 additions & 44 deletions core/tutorials/Unloading/Plugin/PluginClass.cs

This file was deleted.

14 changes: 0 additions & 14 deletions core/tutorials/Unloading/PluginDependency/Logger.cs

This file was deleted.

This file was deleted.

42 changes: 0 additions & 42 deletions core/tutorials/Unloading/Unloading.sln

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 90d84c7

Please sign in to comment.