Browse Source

Add license and headers (#74)

pull/75/head
Justin Kotalik 6 years ago
committed by GitHub
parent
commit
340fe5182d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 23
      LICENSE.txt
  2. 4
      samples/frontend-backend/backend/Program.cs
  3. 4
      samples/frontend-backend/backend/Startup.cs
  4. 6
      samples/frontend-backend/frontend/ConfigurationExtensions.cs
  5. 4
      samples/frontend-backend/frontend/Program.cs
  6. 4
      samples/frontend-backend/frontend/Startup.cs
  7. 6
      samples/multi-project/backend/IOrderService.cs
  8. 6
      samples/multi-project/backend/Order.cs
  9. 6
      samples/multi-project/backend/OrdersService.cs
  10. 4
      samples/multi-project/backend/Program.cs
  11. 4
      samples/multi-project/backend/Startup.cs
  12. 6
      samples/multi-project/frontend/ConfigurationExtensions.cs
  13. 6
      samples/multi-project/frontend/IOrderService.cs
  14. 6
      samples/multi-project/frontend/Order.cs
  15. 4
      samples/multi-project/frontend/Pages/Error.cshtml.cs
  16. 6
      samples/multi-project/frontend/Pages/Index.cshtml.cs
  17. 6
      samples/multi-project/frontend/Pages/Privacy.cshtml.cs
  18. 4
      samples/multi-project/frontend/Program.cs
  19. 4
      samples/multi-project/frontend/Startup.cs
  20. 4
      samples/multi-project/worker/Program.cs
  21. 4
      samples/multi-project/worker/QueueWorker.cs
  22. 4
      samples/single-project/test-project/Program.cs
  23. 4
      samples/single-project/test-project/Startup.cs
  24. 6
      src/Tye.Core/Application.cs
  25. 6
      src/Tye.Core/ApplicationGlobals.cs
  26. 7
      src/Tye.Core/ApplicationYamlWriter.cs
  27. 6
      src/Tye.Core/BuildDockerImageStep.cs
  28. 6
      src/Tye.Core/CombineStep.cs
  29. 6
      src/Tye.Core/CommandException.cs
  30. 6
      src/Tye.Core/ComputedBindings.cs
  31. 6
      src/Tye.Core/ConsoleExtensions.cs
  32. 5
      src/Tye.Core/ContainerInfo.cs
  33. 6
      src/Tye.Core/ContainerRegistry.cs
  34. 6
      src/Tye.Core/CustomizationPipeline.cs
  35. 7
      src/Tye.Core/DeployServiceYamlStep.cs
  36. 6
      src/Tye.Core/DeploymentKind.cs
  37. 6
      src/Tye.Core/DirectoryCopy.cs
  38. 6
      src/Tye.Core/DirectorySearch.cs
  39. 7
      src/Tye.Core/DockerContainerBuilder.cs
  40. 6
      src/Tye.Core/DockerImage.cs
  41. 6
      src/Tye.Core/DockerPush.cs
  42. 6
      src/Tye.Core/DockerfileGenerator.cs
  43. 6
      src/Tye.Core/EnvironmentAttribute.cs
  44. 6
      src/Tye.Core/Environments.cs
  45. 6
      src/Tye.Core/Framework.cs
  46. 6
      src/Tye.Core/FrameworkCollection.cs
  47. 6
      src/Tye.Core/GenerateDockerfileStep.cs
  48. 6
      src/Tye.Core/GenerateHelmChartStep.cs
  49. 6
      src/Tye.Core/GenerateKubernetesManifestStep.cs
  50. 6
      src/Tye.Core/GenerateOamComponentStep.cs
  51. 6
      src/Tye.Core/GeneratedAssets.cs
  52. 7
      src/Tye.Core/HelmChartBuilder.cs
  53. 6
      src/Tye.Core/HelmChartGenerator.cs
  54. 6
      src/Tye.Core/HelmChartStep.cs
  55. 6
      src/Tye.Core/HelmPush.cs
  56. 6
      src/Tye.Core/IYamlManifestOutput.cs
  57. 6
      src/Tye.Core/KubernetesDeploymentOutput.cs
  58. 6
      src/Tye.Core/KubernetesManifestGenerator.cs
  59. 6
      src/Tye.Core/KubernetesServiceOutput.cs
  60. 6
      src/Tye.Core/Names.cs
  61. 6
      src/Tye.Core/OamApplicationGenerator.cs
  62. 6
      src/Tye.Core/OamComponentGenerator.cs
  63. 6
      src/Tye.Core/OamComponentOutput.cs
  64. 6
      src/Tye.Core/OutputContext.cs
  65. 6
      src/Tye.Core/Pipeline.cs
  66. 6
      src/Tye.Core/PipelineHolder.cs
  67. 6
      src/Tye.Core/Program.cs
  68. 6
      src/Tye.Core/Project.cs
  69. 6
      src/Tye.Core/ProjectReader.cs
  70. 6
      src/Tye.Core/PushDockerImageStep.cs
  71. 6
      src/Tye.Core/Secret.cs
  72. 6
      src/Tye.Core/Service.cs
  73. 4
      src/Tye.Core/ServiceBinding.cs
  74. 7
      src/Tye.Core/ServiceExecutor.cs
  75. 6
      src/Tye.Core/Source.cs
  76. 6
      src/Tye.Core/StandardOptions.cs
  77. 6
      src/Tye.Core/Step.cs
  78. 6
      src/Tye.Core/StepView.cs
  79. 5
      src/Tye.Core/TargetInstaller.cs
  80. 6
      src/Tye.Core/Templates.cs
  81. 6
      src/Tye.Core/Verbosity.cs
  82. 6
      src/Tye.Core/WriteServiceYamlStep.cs
  83. 6
      src/Tye.Hosting.Diagnostics/DiagnosticOptions.cs
  84. 6
      src/Tye.Hosting.Diagnostics/DiagnosticsCollector.cs
  85. 6
      src/Tye.Hosting.Diagnostics/Logging/LogObject.cs
  86. 4
      src/Tye.Hosting.Diagnostics/Logging/LogValuesFormatter.cs
  87. 6
      src/Tye.Hosting.Diagnostics/Logging/LoggerException.cs
  88. 6
      src/Tye.Hosting.Diagnostics/Metrics/CounterPayload.cs
  89. 6
      src/Tye.Hosting.Diagnostics/Metrics/ICounterPayload.cs
  90. 6
      src/Tye.Hosting.Diagnostics/Metrics/IncrementingCounterPayload.cs
  91. 6
      src/Tye.Hosting.Runtime/HostingRuntimeHelpers.cs
  92. 7
      src/Tye.Hosting.Runtime/StartupHook.cs
  93. 6
      src/Tye.Hosting/AggregateApplicationProcessor.cs
  94. 6
      src/Tye.Hosting/DockerRunner.cs
  95. 6
      src/Tye.Hosting/EventPipeDiagnosticsRunner.cs
  96. 6
      src/Tye.Hosting/IApplicationProcessor.cs
  97. 6
      src/Tye.Hosting/Infrastructure/ProcessResult.cs
  98. 6
      src/Tye.Hosting/Infrastructure/ProcessUtil.cs
  99. 6
      src/Tye.Hosting/Model/Application.cs
  100. 6
      src/Tye.Hosting/Model/DockerRunInfo.cs

23
LICENSE.txt

@ -0,0 +1,23 @@
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

4
samples/frontend-backend/backend/Program.cs

@ -1,3 +1,7 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Hosting;

4
samples/frontend-backend/backend/Startup.cs

@ -1,3 +1,7 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Net;
using System.Text.Json;
using Microsoft.AspNetCore.Builder;

6
samples/frontend-backend/frontend/ConfigurationExtensions.cs

@ -1,4 +1,8 @@
using System;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
namespace Microsoft.Extensions.Configuration
{

4
samples/frontend-backend/frontend/Program.cs

@ -1,3 +1,7 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Hosting;

4
samples/frontend-backend/frontend/Startup.cs

@ -1,3 +1,7 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Net;
using System.Net.Http;

6
samples/multi-project/backend/IOrderService.cs

@ -1,4 +1,8 @@
using System.ServiceModel;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.ServiceModel;
using System.Threading.Tasks;
namespace Shared

6
samples/multi-project/backend/Order.cs

@ -1,4 +1,8 @@
using System;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Runtime.Serialization;
namespace Shared

6
samples/multi-project/backend/OrdersService.cs

@ -1,4 +1,8 @@
using System.Text;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Text;
using System.Text.Json;
using System.Threading.Tasks;
using Microsoft.Extensions.Logging;

4
samples/multi-project/backend/Program.cs

@ -1,3 +1,7 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Diagnostics;
using System.IO;

4
samples/multi-project/backend/Startup.cs

@ -1,3 +1,7 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;

6
samples/multi-project/frontend/ConfigurationExtensions.cs

@ -1,4 +1,8 @@
using System;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
namespace Microsoft.Extensions.Configuration
{

6
samples/multi-project/frontend/IOrderService.cs

@ -1,4 +1,8 @@
using System.ServiceModel;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.ServiceModel;
using System.Threading.Tasks;
namespace Shared

6
samples/multi-project/frontend/Order.cs

@ -1,4 +1,8 @@
using System;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Runtime.Serialization;
namespace Shared

4
samples/multi-project/frontend/Pages/Error.cshtml.cs

@ -1,3 +1,7 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Diagnostics;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.RazorPages;

6
samples/multi-project/frontend/Pages/Index.cshtml.cs

@ -1,4 +1,8 @@
using System;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.RazorPages;

6
samples/multi-project/frontend/Pages/Privacy.cshtml.cs

@ -1,4 +1,8 @@
using Microsoft.AspNetCore.Mvc.RazorPages;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using Microsoft.AspNetCore.Mvc.RazorPages;
using Microsoft.Extensions.Logging;
namespace Frontend.Pages

4
samples/multi-project/frontend/Program.cs

@ -1,3 +1,7 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Diagnostics;
using System.IO;

4
samples/multi-project/frontend/Startup.cs

@ -1,3 +1,7 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using Grpc.Net.Client;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;

4
samples/multi-project/worker/Program.cs

@ -1,3 +1,7 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.IO;
using Microsoft.Extensions.Configuration;

4
samples/multi-project/worker/QueueWorker.cs

@ -1,3 +1,7 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Runtime.ExceptionServices;
using System.Text;

4
samples/single-project/test-project/Program.cs

@ -1,3 +1,7 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Linq;

4
samples/single-project/test-project/Startup.cs

@ -1,3 +1,7 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Linq;

6
src/Tye.Core/Application.cs

@ -1,4 +1,8 @@
using System;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;

6
src/Tye.Core/ApplicationGlobals.cs

@ -1,4 +1,8 @@
namespace Tye
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
namespace Tye
{
public sealed class ApplicationGlobals
{

7
src/Tye.Core/ApplicationYamlWriter.cs

@ -1,6 +1,9 @@
using System.IO;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using YamlDotNet.RepresentationModel;

6
src/Tye.Core/BuildDockerImageStep.cs

@ -1,4 +1,8 @@
using System.Threading.Tasks;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Threading.Tasks;
namespace Tye
{

6
src/Tye.Core/CombineStep.cs

@ -1,4 +1,8 @@
using System.Threading.Tasks;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Threading.Tasks;
namespace Tye
{

6
src/Tye.Core/CommandException.cs

@ -1,4 +1,8 @@
using System;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
namespace Tye
{

6
src/Tye.Core/ComputedBindings.cs

@ -1,4 +1,8 @@
using System.Collections.Generic;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Collections.Generic;
namespace Tye
{

6
src/Tye.Core/ConsoleExtensions.cs

@ -1,4 +1,8 @@
using System.Linq;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Linq;
namespace System.CommandLine
{

5
src/Tye.Core/ContainerInfo.cs

@ -1,4 +1,7 @@
namespace Tye
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
namespace Tye
{
public sealed class ContainerInfo
{

6
src/Tye.Core/ContainerRegistry.cs

@ -1,4 +1,8 @@
using System;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
namespace Tye
{

6
src/Tye.Core/CustomizationPipeline.cs

@ -1,4 +1,8 @@
using System;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;

7
src/Tye.Core/DeployServiceYamlStep.cs

@ -1,9 +1,12 @@
using System.CommandLine.Invocation;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.CommandLine.Invocation;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Tye;
using YamlDotNet.RepresentationModel;
namespace Tye

6
src/Tye.Core/DeploymentKind.cs

@ -1,4 +1,8 @@
namespace Tye
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
namespace Tye
{
public enum DeploymentKind
{

6
src/Tye.Core/DirectoryCopy.cs

@ -1,4 +1,8 @@
using System.IO;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.IO;
namespace Tye
{

6
src/Tye.Core/DirectorySearch.cs

@ -1,4 +1,8 @@
using System;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;

7
src/Tye.Core/DockerContainerBuilder.cs

@ -1,8 +1,11 @@
using System;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.CommandLine.Invocation;
using System.IO;
using System.Threading.Tasks;
using Tye;
namespace Tye
{

6
src/Tye.Core/DockerImage.cs

@ -1,4 +1,8 @@
using System;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
namespace Tye
{

6
src/Tye.Core/DockerPush.cs

@ -1,4 +1,8 @@
using System;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.CommandLine.Invocation;
using System.Threading.Tasks;

6
src/Tye.Core/DockerfileGenerator.cs

@ -1,4 +1,8 @@
using System;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.IO;
using System.Linq;
using System.Text;

6
src/Tye.Core/EnvironmentAttribute.cs

@ -1,4 +1,8 @@
using System;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
namespace Tye
{

6
src/Tye.Core/Environments.cs

@ -1,4 +1,8 @@
namespace Tye
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
namespace Tye
{
public static class Environments
{

6
src/Tye.Core/Framework.cs

@ -1,4 +1,8 @@
using System;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
namespace Tye
{

6
src/Tye.Core/FrameworkCollection.cs

@ -1,4 +1,8 @@
using System;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;

6
src/Tye.Core/GenerateDockerfileStep.cs

@ -1,4 +1,8 @@
using System.IO;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.IO;
using System.Threading.Tasks;
namespace Tye

6
src/Tye.Core/GenerateHelmChartStep.cs

@ -1,4 +1,8 @@
using System.IO;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.IO;
using System.Threading.Tasks;
namespace Tye

6
src/Tye.Core/GenerateKubernetesManifestStep.cs

@ -1,4 +1,8 @@
using System.Threading.Tasks;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Threading.Tasks;
namespace Tye
{

6
src/Tye.Core/GenerateOamComponentStep.cs

@ -1,4 +1,8 @@
using System.Threading.Tasks;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Threading.Tasks;
namespace Tye
{

6
src/Tye.Core/GeneratedAssets.cs

@ -1,4 +1,8 @@
namespace Tye
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
namespace Tye
{
public sealed class GeneratedAssets
{

7
src/Tye.Core/HelmChartBuilder.cs

@ -1,8 +1,11 @@
using System;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.CommandLine.Invocation;
using System.IO;
using System.Threading.Tasks;
using Tye;
namespace Tye
{

6
src/Tye.Core/HelmChartGenerator.cs

@ -1,4 +1,8 @@
using System;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.IO;
using System.Threading.Tasks;

6
src/Tye.Core/HelmChartStep.cs

@ -1,4 +1,8 @@
namespace Tye
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
namespace Tye
{
public sealed class HelmChartStep : Step
{

6
src/Tye.Core/HelmPush.cs

@ -1,4 +1,8 @@
using System;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.CommandLine.Invocation;
using System.Threading.Tasks;

6
src/Tye.Core/IYamlManifestOutput.cs

@ -1,4 +1,8 @@
using YamlDotNet.RepresentationModel;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using YamlDotNet.RepresentationModel;
namespace Tye
{

6
src/Tye.Core/KubernetesDeploymentOutput.cs

@ -1,4 +1,8 @@
using System;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using YamlDotNet.RepresentationModel;
namespace Tye

6
src/Tye.Core/KubernetesManifestGenerator.cs

@ -1,4 +1,8 @@
using System;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Linq;
using YamlDotNet.Core;
using YamlDotNet.RepresentationModel;

6
src/Tye.Core/KubernetesServiceOutput.cs

@ -1,4 +1,8 @@
using System;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using YamlDotNet.RepresentationModel;
namespace Tye

6
src/Tye.Core/Names.cs

@ -1,4 +1,8 @@
using System;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
namespace Tye
{

6
src/Tye.Core/OamApplicationGenerator.cs

@ -1,4 +1,8 @@
using System;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;

6
src/Tye.Core/OamComponentGenerator.cs

@ -1,4 +1,8 @@
using System;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Linq;
using YamlDotNet.RepresentationModel;

6
src/Tye.Core/OamComponentOutput.cs

@ -1,4 +1,8 @@
using System;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using YamlDotNet.RepresentationModel;
namespace Tye

6
src/Tye.Core/OutputContext.cs

@ -1,4 +1,8 @@
using System;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.CommandLine;
using System.CommandLine.IO;

6
src/Tye.Core/Pipeline.cs

@ -1,4 +1,8 @@
using System;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Threading.Tasks;

6
src/Tye.Core/PipelineHolder.cs

@ -1,4 +1,8 @@
using System;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
namespace Tye
{

6
src/Tye.Core/Program.cs

@ -1,4 +1,8 @@
namespace Tye
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
namespace Tye
{
static class Program
{

6
src/Tye.Core/Project.cs

@ -1,4 +1,8 @@
using System;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
namespace Tye
{

6
src/Tye.Core/ProjectReader.cs

@ -1,4 +1,8 @@
using System;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.CommandLine.Invocation;
using System.IO;
using System.Linq;

6
src/Tye.Core/PushDockerImageStep.cs

@ -1,4 +1,8 @@
using System.Linq;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Linq;
using System.Threading.Tasks;
namespace Tye

6
src/Tye.Core/Secret.cs

@ -1,4 +1,8 @@
namespace Tye
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
namespace Tye
{
public class Secret
{

6
src/Tye.Core/Service.cs

@ -1,4 +1,8 @@
using System;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
namespace Tye

4
src/Tye.Core/ServiceBinding.cs

@ -1,4 +1,6 @@
using System;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
namespace Tye
{

7
src/Tye.Core/ServiceExecutor.cs

@ -1,7 +1,10 @@
using System;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.IO;
using System.Linq;
using System.Threading.Tasks;

6
src/Tye.Core/Source.cs

@ -1,4 +1,8 @@
namespace Tye
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
namespace Tye
{
public abstract class Source
{

6
src/Tye.Core/StandardOptions.cs

@ -1,4 +1,8 @@
using System;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.CommandLine;
using System.CommandLine.Parsing;

6
src/Tye.Core/Step.cs

@ -1,4 +1,8 @@
namespace Tye
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
namespace Tye
{
public abstract class Step
{

6
src/Tye.Core/StepView.cs

@ -1,4 +1,8 @@
namespace Tye
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
namespace Tye
{
internal class StepView
{

5
src/Tye.Core/TargetInstaller.cs

@ -1,5 +1,6 @@
// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.IO;

6
src/Tye.Core/Templates.cs

@ -1,4 +1,8 @@
using System.IO;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.IO;
namespace Tye
{

6
src/Tye.Core/Verbosity.cs

@ -1,4 +1,8 @@
namespace Tye
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
namespace Tye
{
public enum Verbosity
{

6
src/Tye.Core/WriteServiceYamlStep.cs

@ -1,4 +1,8 @@
using System.IO;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

6
src/Tye.Hosting.Diagnostics/DiagnosticOptions.cs

@ -1,4 +1,8 @@
using Microsoft.Extensions.Configuration;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.Logging;
namespace Tye.Hosting.Diagnostics

6
src/Tye.Hosting.Diagnostics/DiagnosticsCollector.cs

@ -1,4 +1,8 @@
using System;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Diagnostics.Tracing;

6
src/Tye.Hosting.Diagnostics/Logging/LogObject.cs

@ -1,4 +1,8 @@
using System;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections;
using System.Collections.Generic;
using System.Text.Json;

4
src/Tye.Hosting.Diagnostics/Logging/LogValuesFormatter.cs

@ -1,6 +1,10 @@
// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections;
using System.Collections.Generic;

6
src/Tye.Hosting.Diagnostics/Logging/LoggerException.cs

@ -1,4 +1,8 @@
using System;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections;
using System.Runtime.Serialization;
using System.Text.Json;

6
src/Tye.Hosting.Diagnostics/Metrics/CounterPayload.cs

@ -1,6 +1,8 @@
using System;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Collections.Generic;
using System.Text;
namespace Tye.Hosting.Diagnostics.Metrics
{

6
src/Tye.Hosting.Diagnostics/Metrics/ICounterPayload.cs

@ -1,6 +1,6 @@
using System;
using System.Collections.Generic;
using System.Text;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
namespace Tye.Hosting.Diagnostics.Metrics
{

6
src/Tye.Hosting.Diagnostics/Metrics/IncrementingCounterPayload.cs

@ -1,6 +1,8 @@
using System;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Collections.Generic;
using System.Text;
namespace Tye.Hosting.Diagnostics.Metrics
{

6
src/Tye.Hosting.Runtime/HostingRuntimeHelpers.cs

@ -1,6 +1,6 @@
using System;
using System.Collections.Generic;
using System.Text;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
namespace Tye.Hosting.Runtime
{

7
src/Tye.Hosting.Runtime/StartupHook.cs

@ -1,6 +1,11 @@
using System;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Diagnostics;
using System.Threading;
/// <summary>
/// Startup hooks are pieces of code that will run before a users program main executes
/// See: https://github.com/dotnet/core-setup/blob/master/Documentation/design-docs/host-startup-hook.md

6
src/Tye.Hosting/AggregateApplicationProcessor.cs

@ -1,4 +1,8 @@
using System;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;

6
src/Tye.Hosting/DockerRunner.cs

@ -1,4 +1,8 @@
using System;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;

6
src/Tye.Hosting/EventPipeDiagnosticsRunner.cs

@ -1,4 +1,8 @@
using System;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.IO;
using System.Threading;
using System.Threading.Tasks;

6
src/Tye.Hosting/IApplicationProcessor.cs

@ -1,4 +1,8 @@
using System.Threading.Tasks;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Threading.Tasks;
using Tye.Hosting.Model;
namespace Tye.Hosting

6
src/Tye.Hosting/Infrastructure/ProcessResult.cs

@ -1,4 +1,8 @@
namespace Tye.Hosting
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
namespace Tye.Hosting
{
internal class ProcessResult
{

6
src/Tye.Hosting/Infrastructure/ProcessUtil.cs

@ -1,4 +1,8 @@
using System;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Runtime.InteropServices;

6
src/Tye.Hosting/Model/Application.cs

@ -1,4 +1,8 @@
using System;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.IO;

6
src/Tye.Hosting/Model/DockerRunInfo.cs

@ -1,4 +1,8 @@
namespace Tye.Hosting.Model
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
namespace Tye.Hosting.Model
{
public class DockerRunInfo : RunInfo
{

Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save