Skip to content

Commit

Permalink
Moved some packages around
Browse files Browse the repository at this point in the history
  • Loading branch information
mcasperson committed Apr 10, 2018
1 parent d4f9d69 commit 7e291f4
Show file tree
Hide file tree
Showing 225 changed files with 21 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Octopus.Core.Parsers.Hcl\Octopus.Core.Parsers.Hcl.csproj" />
<ProjectReference Include="..\Octopus.Core.Parsers.Hcl\Octopus.CoreParsers.Hcl.csproj" />
</ItemGroup>

<ItemGroup>
<None Update="Octopus\Core\Parsers\Hcl\TemplateSamples\*">
<None Update="Octopus\CoreParsers\Hcl\TemplateSamples\*">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
using System.Linq;
using FluentAssertions;
using NUnit.Framework;
using Octopus.Core.Parsers.Hcl;
using Sprache;

namespace Octopus.Tests.Octopus.Terraform.Templates
namespace Octopus.CoreParsers.Hcl
{
/// <summary>
/// Tested based on https://github.com/hashicorp/hcl/blob/a4b07c25de5ff55ad3b8936cea69a79a3d95a855/hcl/parser/parser_test.go
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System.IO;
using System.Reflection;

namespace Octopus.Core.Parsers.Hcl
namespace Octopus.CoreParsers.Hcl
{
public class TerraformTemplateLoader
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
<PropertyGroup>
<TargetFrameworks>netcoreapp2.0;net40</TargetFrameworks>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<AssemblyName>Octopus.CoreParsers.Hcl</AssemblyName>
<RootNamespace>Octopus.Core.Parsers.Hcl</RootNamespace>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System.Linq;

namespace Octopus.Core.Parsers.Hcl
namespace Octopus.CoreParsers.Hcl
{
/// <summary>
/// Represents a single line comment
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using Octopus.CoreUtilities.Extensions;
using Sprache;

namespace Octopus.Core.Parsers.Hcl
namespace Octopus.CoreParsers.Hcl
{
public class HclElement
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System.Linq;

namespace Octopus.Core.Parsers.Hcl
namespace Octopus.CoreParsers.Hcl
{
/// <summary><![CDATA[
/// Represents the value of a heredoc string.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System.Linq;

namespace Octopus.Core.Parsers.Hcl
namespace Octopus.CoreParsers.Hcl
{
/// <summary><![CDATA[
/// Represents the value of a heredoc string assigned to a property.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System.Linq;
using System.Text.RegularExpressions;

namespace Octopus.Core.Parsers.Hcl
namespace Octopus.CoreParsers.Hcl
{
/// <summary>
/// Represents a list
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System.Linq;
using System.Text.RegularExpressions;

namespace Octopus.Core.Parsers.Hcl
namespace Octopus.CoreParsers.Hcl
{
/// <summary>
/// Represents a list assigned to a property
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System.Linq;

namespace Octopus.Core.Parsers.Hcl
namespace Octopus.CoreParsers.Hcl
{
/// <summary>
/// Represents a map
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System.Linq;

namespace Octopus.Core.Parsers.Hcl
namespace Octopus.CoreParsers.Hcl
{
/// <summary>
/// Represents a map assigned to a property
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System.Linq;

namespace Octopus.Core.Parsers.Hcl
namespace Octopus.CoreParsers.Hcl
{
/// <summary>
/// Represents a multiline comment
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using System.Text.RegularExpressions;
using Sprache;

namespace Octopus.Core.Parsers.Hcl
namespace Octopus.CoreParsers.Hcl
{
/// <summary>
/// A Sprache parser for the HCL library.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System.Linq;

namespace Octopus.Core.Parsers.Hcl
namespace Octopus.CoreParsers.Hcl
{
/// <summary>
/// Represents the document root
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System.Linq;

namespace Octopus.Core.Parsers.Hcl
namespace Octopus.CoreParsers.Hcl
{
/// <summary>
/// Represents a string
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System.Linq;

namespace Octopus.Core.Parsers.Hcl
namespace Octopus.CoreParsers.Hcl
{
/// <summary>
/// Represents a string assigned to a property
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27604.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Octopus.Core.Parsers.Hcl.Tests", "Octopus.Core.Parsers.Hcl.Tests\Octopus.Core.Parsers.Hcl.Tests.csproj", "{C2D0CE75-2222-4B3B-8D02-D5DE8E2E887B}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Octopus.CoreParsers.Hcl.Tests", "Octopus.Core.Parsers.Hcl.Tests\Octopus.CoreParsers.Hcl.Tests.csproj", "{C2D0CE75-2222-4B3B-8D02-D5DE8E2E887B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Octopus.Core.Parsers.Hcl", "Octopus.Core.Parsers.Hcl\Octopus.Core.Parsers.Hcl.csproj", "{2C02A830-2CA9-4547-B49A-60B7E8DB6B96}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Octopus.CoreParsers.Hcl", "Octopus.Core.Parsers.Hcl\Octopus.CoreParsers.Hcl.csproj", "{2C02A830-2CA9-4547-B49A-60B7E8DB6B96}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down

0 comments on commit 7e291f4

Please sign in to comment.