Skip to content

Commit

Permalink
Merge pull request #313 from UiPath/fix/remove-powerfx
Browse files Browse the repository at this point in the history
Remove PowerFX
  • Loading branch information
aoltean16 authored Apr 1, 2024
2 parents 8099ac9 + 9bbe8e9 commit afc8210
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 78 deletions.
31 changes: 0 additions & 31 deletions src/Test/TestCases.Workflows/PowerFxtTests.cs

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public void RunUntilCompletion_Faulted()
Should.Throw<ArgumentException>(app.RunUntilCompletion);
}

[Fact]
[Fact(Skip="Flaky")]
public void RunUntilCompletion_Aborted()
{
var app = new WorkflowApplication(new Delay { Duration = TimeSpan.MaxValue });
Expand Down
1 change: 0 additions & 1 deletion src/UiPath.Workflow/Activities/DesignerHelperImpl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.Diagnostics;
using Microsoft.PowerFx.Core.Public.Values;
using Microsoft.VisualBasic.Activities;
using System.Activities.ExpressionParser;
using System.Activities.Expressions;
Expand Down
44 changes: 0 additions & 44 deletions src/UiPath.Workflow/Activities/PowerFxValue.cs

This file was deleted.

1 change: 0 additions & 1 deletion src/UiPath.Workflow/UiPath.Workflow.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="$(RoslynPackageVersion)"/>
<PackageReference Include="System.CodeDom" Version="6.0.0"/>
<PackageReference Include="Nito.AsyncEx.Tasks" Version="5.1.2"/>
<PackageReference Include="Microsoft.PowerFx.Interpreter" Version="0.2.1-preview"/>
<None Include="..\..\README.md" Pack="true" PackagePath=""/>
</ItemGroup>
<Target Name="CopyProjectReferencesToPackage" DependsOnTargets="BuildOnlySettings;ResolveReferences">
Expand Down

0 comments on commit afc8210

Please sign in to comment.