Merged PR 49970: Add importType property, property type is deprecated
01c411a4
Manuel Schweikert
committed
succeeded
7 changed files
ImportParameter.cs
/Client/HomagGroup.DigitalFactory.ApiGateway.Client/ImportParameter.cs+8
/Client/HomagGroup.DigitalFactory.ApiGateway.Client/ImportParameter.cs
Add comment 1
Add comment 2 Plus  using System;
Add comment 3 Plus  
Add comment 2 4 namespace HomagGroup.DigitalFactory.ApiGateway.Client
Add comment 3 5 {
Add comment 4 6 /// <summary>
Add comment 19 21 /// <summary>
Add comment 20 22 /// Gets or sets the import parameter's type
Add comment 21 23 /// </summary>
Add comment 24 Plus   [Obsolete("This property is deprecated and will be removed in future versions. Please use property ImportType instead.")]
Add comment 22 25 public ParameterType Type { get; set; }
Add comment 26 Plus  
Add comment 27 Plus   /// <summary>
Add comment 28 Plus   /// Gets or sets the job (import) type in intelliDivide (saw or nesting)
Add comment 29 Plus   /// </summary>
Add comment 30 Plus   public OptimizationImportType ImportType { get; set; }
Add comment 23 31 }
Add comment 24 32 }
Add comment 25 33
OptimizationImportType.cs
/Client/HomagGroup.DigitalFactory.ApiGateway.Client/OptimizationImportType.cs
/Client/HomagGroup.DigitalFactory.ApiGateway.Client/OptimizationImportType.cs
HomagGroup.ApiGateway.Client.Samples.csproj
/Samples/csharp/HomagGroup.ApiGateway.Client.Samples/HomagGroup.ApiGateway.Client.Samples.csproj-3+10
/Samples/csharp/HomagGroup.ApiGateway.Client.Samples/HomagGroup.ApiGateway.Client.Samples.csproj
Add comment 8 </PropertyGroup>
Add comment 9
Add comment 10 <ItemGroup>
Add comment 11 Plus   <None Remove="appsettings.json" />
Add comment 12 Plus   </ItemGroup>
Add comment 13 Plus  
Add comment 14 Plus   <ItemGroup>
Add comment 15 Plus   <Content Include="appsettings.json">
Add comment 16 Plus   <CopyToOutputDirectory>Always</CopyToOutputDirectory>
Add comment 17 Plus   </Content>
Add comment 18 Plus   </ItemGroup>
Add comment 19 Plus  
Add comment 20 Plus   <ItemGroup>
Add comment 11 21 <PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="6.0.0" />
Add comment 12 22 <PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.11.0" />
Add comment 13 23 <PackageReference Include="MSTest.TestAdapter" Version="2.2.7" />
Add comment 20 30 </ItemGroup>
Add comment 21 31
Add comment 22 32 <ItemGroup>
Add comment 23 Minus   <None Update="appsettings.json">
Add comment 24 Minus   <CopyToOutputDirectory>Never</CopyToOutputDirectory>
Add comment 25 Minus   </None>
Add comment 26 33 <None Update="appsettings.test.json">
Add comment 27 34 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
Add comment 28 35 </None>
PMGetFeedbackWorkplacesTest.cs
/Samples/csharp/HomagGroup.ApiGateway.Client.Samples/PMGetFeedbackWorkplacesTest.cs
/Samples/csharp/HomagGroup.ApiGateway.Client.Samples/PMGetFeedbackWorkplacesTest.cs
PMImportViaTemplateAsyncTest.cs
/Samples/csharp/HomagGroup.ApiGateway.Client.Samples/PMImportViaTemplateAsyncTest.cs
/Samples/csharp/HomagGroup.ApiGateway.Client.Samples/PMImportViaTemplateAsyncTest.cs
TestBase.cs
/Samples/csharp/HomagGroup.ApiGateway.Client.Samples/TestBase.cs
/Samples/csharp/HomagGroup.ApiGateway.Client.Samples/TestBase.cs
HISTORY.md
/HISTORY.md
/HISTORY.md