Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"AXSharp.ixc": {
"version": "0.47.0-alpha.495",
"version": "0.48.0-alpha.503",
"commands": [
"ixc"
],
Expand All @@ -17,14 +17,14 @@
"rollForward": false
},
"AXSharp.ixd": {
"version": "0.47.0-alpha.495",
"version": "0.48.0-alpha.503",
"commands": [
"ixd"
],
"rollForward": false
},
"AXSharp.ixr": {
"version": "0.47.0-alpha.495",
"version": "0.48.0-alpha.503",
"commands": [
"ixr"
],
Expand Down
10 changes: 5 additions & 5 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
<!-- Framework-Agnostic Packages -->
<ItemGroup>
<!-- AX# Libraries -->
<PackageVersion Include="AXSharp.Abstractions" Version="0.47.0-alpha.495" />
<PackageVersion Include="AXSharp.Connector" Version="0.47.0-alpha.495" />
<PackageVersion Include="AXSharp.Connector.S71500.WebAPI" Version="0.47.0-alpha.495" />
<PackageVersion Include="AXSharp.Presentation.Blazor" Version="0.47.0-alpha.495" />
<PackageVersion Include="AXSharp.Presentation.Blazor.Controls" Version="0.47.0-alpha.495" />
<PackageVersion Include="AXSharp.Abstractions" Version="0.48.0-alpha.503" />
<PackageVersion Include="AXSharp.Connector" Version="0.48.0-alpha.503" />
<PackageVersion Include="AXSharp.Connector.S71500.WebAPI" Version="0.48.0-alpha.503" />
<PackageVersion Include="AXSharp.Presentation.Blazor" Version="0.48.0-alpha.503" />
<PackageVersion Include="AXSharp.Presentation.Blazor.Controls" Version="0.48.0-alpha.503" />
<PackageVersion Include="Inxton.Operon" Version="0.3.0-alpha.157" />
<!-- Data & Serialization -->
<PackageVersion Include="ClosedXML" Version="0.105.0" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"OutputProjectFolder":"..\\ix","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"SkipDependencyCompilation":false,"TargetPlatfromMoniker":"ax","ProjectFile":"axopen_data_distributed_tests_l4.csproj","UiHostProject":null}
{"OutputProjectFolder":"..\\ix","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"SkipDependencyCompilation":false,"TargetPlatfromMoniker":"ax","ProjectFile":"axopen_data_distributed_tests_l4.csproj","UiHostProject":null,"SourceOrigin":"auto"}
2 changes: 1 addition & 1 deletion src/data/tests/AXOpen.Data.Tests_L1/ax/AXSharp.config.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"OutputProjectFolder":"..\\ix\\","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"SkipDependencyCompilation":false,"TargetPlatfromMoniker":"ax","ProjectFile":"axopen_data_tests_l1.csproj","UiHostProject":null}
{"OutputProjectFolder":"..\\ix\\","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"SkipDependencyCompilation":false,"TargetPlatfromMoniker":"ax","ProjectFile":"axopen_data_tests_l1.csproj","UiHostProject":null,"SourceOrigin":"auto"}
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

namespace Tests_L1.DataExchange
{
[AXSharp.Connector.SourceFileAttribute(@"DataExchange/Context.st")]
[AXSharp.Connector.SourceFileAttribute(@"src/data/tests/AXOpen.Data.Tests_L1/ax/src/DataExchange/Context.st")]
public partial class DataExchangeContext : AXOpen.Core.AxoContext
{
public AXOpen.Core.AxoObject _rootObject { get; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

namespace Tests_L1.Distributed
{
[AXSharp.Connector.SourceFileAttribute(@"Distributed/Context.st")]
[AXSharp.Connector.SourceFileAttribute(@"src/data/tests/AXOpen.Data.Tests_L1/ax/src/Distributed/Context.st")]
public partial class DistributedDataContext : AXOpen.Core.AxoContext
{
public AXOpen.Core.AxoObject _rootObject { get; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

namespace Tests_L1.Distributed
{
[AXSharp.Connector.SourceFileAttribute(@"Distributed/ExchangesWrappedInAxoObject.st")]
[AXSharp.Connector.SourceFileAttribute(@"src/data/tests/AXOpen.Data.Tests_L1/ax/src/Distributed/ExchangesWrappedInAxoObject.st")]
public partial class ExchangesWrappedInAxoObject : AXOpen.Core.AxoObject
{
public Tests_L1.SharedEntityHeaderManager Header { get; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

namespace Tests_L1.FragmentData
{
[AXSharp.Connector.SourceFileAttribute(@"FragmentData/Context.st")]
[AXSharp.Connector.SourceFileAttribute(@"src/data/tests/AXOpen.Data.Tests_L1/ax/src/FragmentData/Context.st")]
public partial class FragmentDataContext : AXOpen.Core.AxoContext
{
public AXOpen.Core.AxoObject _rootObject { get; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

namespace Tests_L1.FragmentData
{
[AXSharp.Connector.SourceFileAttribute(@"FragmentData/FragmentDataManager.st")]
[AXSharp.Connector.SourceFileAttribute(@"src/data/tests/AXOpen.Data.Tests_L1/ax/src/FragmentData/FragmentDataManager.st")]
public partial class FragmentProcessDataManager : AXOpen.Data.AxoDataFragmentExchange
{
[AXOpen.Data.AxoDataFragmentAttribute]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

namespace Tests_L1.PersistentData
{
[AXSharp.Connector.SourceFileAttribute(@"PersistentData/ObjectWithPersistentMember.st")]
[AXSharp.Connector.SourceFileAttribute(@"src/data/tests/AXOpen.Data.Tests_L1/ax/src/PersistentData/ObjectWithPersistentMember.st")]
public partial class ObjectWithPersistentMember : AXSharp.Connector.ITwinObject
{
public OnlinerInt NotPersistentVariable { get; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

namespace Tests_L1.PersistentData
{
[AXSharp.Connector.SourceFileAttribute(@"PersistentData/PersistentDataContext.st")]
[AXSharp.Connector.SourceFileAttribute(@"src/data/tests/AXOpen.Data.Tests_L1/ax/src/PersistentData/PersistentDataContext.st")]
public partial class PersistentDataContext : AXOpen.Core.AxoContext
{
public AXOpen.Core.AxoObject _rootObject { get; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

namespace Tests_L1.PersistentData
{
[AXSharp.Connector.SourceFileAttribute(@"PersistentData/PersistentRootObject.st")]
[AXSharp.Connector.SourceFileAttribute(@"src/data/tests/AXOpen.Data.Tests_L1/ax/src/PersistentData/PersistentRootObject.st")]
public partial class PersistentRootObject : AXSharp.Connector.ITwinObject
{
public OnlinerBool NotPersistentVariable { get; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

namespace Tests_L1.Primitives
{
[AXSharp.Connector.SourceFileAttribute(@"Primitives/InitializedPrimitives.st")]
[AXSharp.Connector.SourceFileAttribute(@"src/data/tests/AXOpen.Data.Tests_L1/ax/src/Primitives/InitializedPrimitives.st")]
public partial class InitializedPrimitives : AXSharp.Connector.ITwinObject
{
public OnlinerBool v_BOOL { get; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

namespace Tests_L1.Primitives
{
[AXSharp.Connector.SourceFileAttribute(@"Primitives/PrimitivesDataEntity.st")]
[AXSharp.Connector.SourceFileAttribute(@"src/data/tests/AXOpen.Data.Tests_L1/ax/src/Primitives/PrimitivesDataEntity.st")]
public partial class PrimitivesDataEntity : AXOpen.Data.AxoDataEntity
{
public OnlinerBool v_BOOL { get; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

namespace Tests_L1.Primitives
{
[AXSharp.Connector.SourceFileAttribute(@"Primitives/PrimitivesDataManager.st")]
[AXSharp.Connector.SourceFileAttribute(@"src/data/tests/AXOpen.Data.Tests_L1/ax/src/Primitives/PrimitivesDataManager.st")]
public partial class PrimitivesDataManager : AXOpen.Data.AxoDataExchange<Tests_L1.Primitives.PrimitivesDataEntity, Pocos.Tests_L1.Primitives.PrimitivesDataEntity>
{
[AXOpen.Data.AxoDataEntityAttribute]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

namespace Tests_L1
{
[AXSharp.Connector.SourceFileAttribute(@"SharedEntityHeader/SharedEntityHeader.st")]
[AXSharp.Connector.SourceFileAttribute(@"src/data/tests/AXOpen.Data.Tests_L1/ax/src/SharedEntityHeader/SharedEntityHeader.st")]
public partial class SharedEntityHeader : AXOpen.Data.AxoDataEntity
{
public OnlinerInt ComesFrom { get; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

namespace Tests_L1
{
[AXSharp.Connector.SourceFileAttribute(@"SharedEntityHeader/SharedEntityHeaderManager.st")]
[AXSharp.Connector.SourceFileAttribute(@"src/data/tests/AXOpen.Data.Tests_L1/ax/src/SharedEntityHeader/SharedEntityHeaderManager.st")]
public partial class SharedEntityHeaderManager : AXOpen.Data.AxoDataExchange<Tests_L1.SharedEntityHeader, Pocos.Tests_L1.SharedEntityHeader>
{
[AXOpen.Data.AxoDataEntityAttribute]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace Pocos
{
namespace Tests_L1.DataExchange
{
[AXSharp.Connector.SourceFileAttribute(@"DataExchange/Context.st")]
[AXSharp.Connector.SourceFileAttribute(@"src/data/tests/AXOpen.Data.Tests_L1/ax/src/DataExchange/Context.st")]
public partial class DataExchangeContext : AXOpen.Core.AxoContext, AXSharp.Connector.IPlain
{
public DataExchangeContext() : base()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace Pocos
{
namespace Tests_L1.Distributed
{
[AXSharp.Connector.SourceFileAttribute(@"Distributed/Context.st")]
[AXSharp.Connector.SourceFileAttribute(@"src/data/tests/AXOpen.Data.Tests_L1/ax/src/Distributed/Context.st")]
public partial class DistributedDataContext : AXOpen.Core.AxoContext, AXSharp.Connector.IPlain
{
public DistributedDataContext() : base()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace Pocos
{
namespace Tests_L1.Distributed
{
[AXSharp.Connector.SourceFileAttribute(@"Distributed/ExchangesWrappedInAxoObject.st")]
[AXSharp.Connector.SourceFileAttribute(@"src/data/tests/AXOpen.Data.Tests_L1/ax/src/Distributed/ExchangesWrappedInAxoObject.st")]
public partial class ExchangesWrappedInAxoObject : AXOpen.Core.AxoObject, AXSharp.Connector.IPlain
{
public ExchangesWrappedInAxoObject() : base()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace Pocos
{
namespace Tests_L1.FragmentData
{
[AXSharp.Connector.SourceFileAttribute(@"FragmentData/Context.st")]
[AXSharp.Connector.SourceFileAttribute(@"src/data/tests/AXOpen.Data.Tests_L1/ax/src/FragmentData/Context.st")]
public partial class FragmentDataContext : AXOpen.Core.AxoContext, AXSharp.Connector.IPlain
{
public FragmentDataContext() : base()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace Pocos
{
namespace Tests_L1.FragmentData
{
[AXSharp.Connector.SourceFileAttribute(@"FragmentData/FragmentDataManager.st")]
[AXSharp.Connector.SourceFileAttribute(@"src/data/tests/AXOpen.Data.Tests_L1/ax/src/FragmentData/FragmentDataManager.st")]
public partial class FragmentProcessDataManager : AXOpen.Data.AxoDataFragmentExchange, AXSharp.Connector.IPlain
{
public FragmentProcessDataManager() : base()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace Pocos
{
namespace Tests_L1.PersistentData
{
[AXSharp.Connector.SourceFileAttribute(@"PersistentData/ObjectWithPersistentMember.st")]
[AXSharp.Connector.SourceFileAttribute(@"src/data/tests/AXOpen.Data.Tests_L1/ax/src/PersistentData/ObjectWithPersistentMember.st")]
public partial class ObjectWithPersistentMember : AXSharp.Connector.IPlain
{
public ObjectWithPersistentMember()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace Pocos
{
namespace Tests_L1.PersistentData
{
[AXSharp.Connector.SourceFileAttribute(@"PersistentData/PersistentDataContext.st")]
[AXSharp.Connector.SourceFileAttribute(@"src/data/tests/AXOpen.Data.Tests_L1/ax/src/PersistentData/PersistentDataContext.st")]
public partial class PersistentDataContext : AXOpen.Core.AxoContext, AXSharp.Connector.IPlain
{
public PersistentDataContext() : base()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace Pocos
{
namespace Tests_L1.PersistentData
{
[AXSharp.Connector.SourceFileAttribute(@"PersistentData/PersistentRootObject.st")]
[AXSharp.Connector.SourceFileAttribute(@"src/data/tests/AXOpen.Data.Tests_L1/ax/src/PersistentData/PersistentRootObject.st")]
public partial class PersistentRootObject : AXSharp.Connector.IPlain
{
public PersistentRootObject()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace Pocos
{
namespace Tests_L1.Primitives
{
[AXSharp.Connector.SourceFileAttribute(@"Primitives/InitializedPrimitives.st")]
[AXSharp.Connector.SourceFileAttribute(@"src/data/tests/AXOpen.Data.Tests_L1/ax/src/Primitives/InitializedPrimitives.st")]
public partial class InitializedPrimitives : AXSharp.Connector.IPlain
{
public InitializedPrimitives()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace Pocos
{
namespace Tests_L1.Primitives
{
[AXSharp.Connector.SourceFileAttribute(@"Primitives/PrimitivesDataEntity.st")]
[AXSharp.Connector.SourceFileAttribute(@"src/data/tests/AXOpen.Data.Tests_L1/ax/src/Primitives/PrimitivesDataEntity.st")]
public partial class PrimitivesDataEntity : AXOpen.Data.AxoDataEntity, AXSharp.Connector.IPlain
{
public PrimitivesDataEntity() : base()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace Pocos
{
namespace Tests_L1.Primitives
{
[AXSharp.Connector.SourceFileAttribute(@"Primitives/PrimitivesDataManager.st")]
[AXSharp.Connector.SourceFileAttribute(@"src/data/tests/AXOpen.Data.Tests_L1/ax/src/Primitives/PrimitivesDataManager.st")]
public partial class PrimitivesDataManager : AXOpen.Data.AxoDataExchange, AXSharp.Connector.IPlain
{
public PrimitivesDataManager() : base()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace Pocos
{
namespace Tests_L1
{
[AXSharp.Connector.SourceFileAttribute(@"SharedEntityHeader/SharedEntityHeader.st")]
[AXSharp.Connector.SourceFileAttribute(@"src/data/tests/AXOpen.Data.Tests_L1/ax/src/SharedEntityHeader/SharedEntityHeader.st")]
public partial class SharedEntityHeader : AXOpen.Data.AxoDataEntity, AXSharp.Connector.IPlain
{
public SharedEntityHeader() : base()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace Pocos
{
namespace Tests_L1
{
[AXSharp.Connector.SourceFileAttribute(@"SharedEntityHeader/SharedEntityHeaderManager.st")]
[AXSharp.Connector.SourceFileAttribute(@"src/data/tests/AXOpen.Data.Tests_L1/ax/src/SharedEntityHeader/SharedEntityHeaderManager.st")]
public partial class SharedEntityHeaderManager : AXOpen.Data.AxoDataExchange, AXSharp.Connector.IPlain
{
public SharedEntityHeaderManager() : base()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace Pocos
{
namespace Tests_L1
{
[AXSharp.Connector.SourceFileAttribute(@"StationData/StationData.st")]
[AXSharp.Connector.SourceFileAttribute(@"src/data/tests/AXOpen.Data.Tests_L1/ax/src/StationData/StationData.st")]
public partial class StationData : AXOpen.Data.AxoDataEntity, AXSharp.Connector.IPlain
{
public StationData() : base()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace Pocos
{
namespace Tests_L1
{
[AXSharp.Connector.SourceFileAttribute(@"StationData/StationDataManager.st")]
[AXSharp.Connector.SourceFileAttribute(@"src/data/tests/AXOpen.Data.Tests_L1/ax/src/StationData/StationDataManager.st")]
public partial class StationDataManager : AXOpen.Data.AxoDataExchange, AXSharp.Connector.IPlain
{
public StationDataManager() : base()
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"OutputProjectFolder":"..\\ix\\","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"SkipDependencyCompilation":false,"TargetPlatfromMoniker":"ax","ProjectFile":"axopen_integration_tests_l4.csproj","UiHostProject":null}
{"OutputProjectFolder":"..\\ix\\","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"SkipDependencyCompilation":false,"TargetPlatfromMoniker":"ax","ProjectFile":"axopen_integration_tests_l4.csproj","UiHostProject":null,"SourceOrigin":"auto"}
Loading
Loading