Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#557 - Split xFunc UI to separate repository #558

Merged
merged 1 commit into from
May 14, 2022
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
28 changes: 2 additions & 26 deletions CI/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,10 @@ pr:
jobs:
- job: xFunc
pool:
vmImage: 'windows-latest'
vmImage: 'ubuntu-latest'

variables:
uiSolution: 'xFunc/xFunc.UI.sln'
solution: 'xFunc.sln'
buildPlatform: 'Any CPU'
buildConfiguration: 'Release'

steps:
Expand Down Expand Up @@ -61,18 +59,6 @@ jobs:
displayName: 'Publish to Codecov'
env:
CODECOV_TOKEN: $(CODECOV_TOKEN)

- task: DotNetCoreCLI@2
displayName: 'dotnet restore'
inputs:
command: restore
projects: '$(uiSolution)'

- task: DotNetCoreCLI@2
displayName: 'dotnet build'
inputs:
projects: '$(uiSolution)'
arguments: '-c $(buildConfiguration)'

- task: DotNetCoreCLI@2
displayName: 'dotnet pack'
Expand All @@ -96,14 +82,4 @@ jobs:
- task: PublishPipelineArtifact@1
inputs:
path: nupkgs
artifact: NuGet Packages

- task: PublishPipelineArtifact@1
inputs:
path: xFunc/bin/Release/netcoreapp3.1
artifact: xFunc.UI (.NET Core 3.1)

- task: PublishPipelineArtifact@1
inputs:
path: xFunc/bin/Release/net6.0-windows
artifact: xFunc.UI (.NET 6)
artifact: NuGet Packages
31 changes: 0 additions & 31 deletions LICENSE_Ms-PL.txt

This file was deleted.

2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ xFunc is a simple and easy to use application that allows you to build mathemati

xFunc is a small-sized and portable application that you can use to create complex mathematical expressions which will be automatically computed. It can be used by teachers and students alike.

Note: The WPF application (xFunc UI) was migrated to a separate repository [xFunc.UI](https://github.com/sys27/xFunc.UI).

## Features:

* Calculating expressions ([supported functions and operations](https://github.com/sys27/xFunc/wiki/Supported-functions-and-operations));
Expand Down
4 changes: 2 additions & 2 deletions xFunc.Tests/Expressions/Hyperbolic/HyperbolicArtangentTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ public class HyperbolicArtangentTest : BaseExpressionTests
[Fact]
public void ExecuteNumberTest()
{
var exp = new Artanh(new Number(0.5));
var exp = new Artanh(new Number(0.6));
var result = exp.Execute();
var expected = AngleValue.Radian(0.5493061443340549);
var expected = AngleValue.Radian(0.6931471805599453);

Assert.Equal(expected, result);
}
Expand Down
20 changes: 0 additions & 20 deletions xFunc/App.xaml

This file was deleted.

41 changes: 0 additions & 41 deletions xFunc/App.xaml.cs

This file was deleted.

Binary file removed xFunc/Images/Add.png
Binary file not shown.
Binary file removed xFunc/Images/Clear.png
Binary file not shown.
Binary file removed xFunc/Images/ClearLarge.png
Binary file not shown.
Binary file removed xFunc/Images/Converter.png
Binary file not shown.
Binary file removed xFunc/Images/ConverterLarge.png
Binary file not shown.
Binary file removed xFunc/Images/Copy.png
Binary file not shown.
Binary file removed xFunc/Images/CopyLarge.png
Binary file not shown.
Binary file removed xFunc/Images/Copy_16.png
Binary file not shown.
Binary file removed xFunc/Images/Cut.png
Binary file not shown.
Binary file removed xFunc/Images/CutLarge.png
Binary file not shown.
Binary file removed xFunc/Images/Delete.png
Binary file not shown.
Binary file removed xFunc/Images/DeleteLarge.png
Binary file not shown.
Binary file removed xFunc/Images/Edit.png
Binary file not shown.
Binary file removed xFunc/Images/Function.png
Binary file not shown.
Binary file removed xFunc/Images/FunctionLarge.png
Binary file not shown.
Binary file removed xFunc/Images/Help.png
Binary file not shown.
Binary file removed xFunc/Images/Paste.png
Binary file not shown.
Binary file removed xFunc/Images/PasteLarge.png
Binary file not shown.
Binary file removed xFunc/Images/Redo.png
Binary file not shown.
Binary file removed xFunc/Images/RedoLarge.png
Binary file not shown.
Binary file removed xFunc/Images/Refresh.png
Binary file not shown.
Binary file removed xFunc/Images/Remove.png
Binary file not shown.
Binary file removed xFunc/Images/Tools.png
Binary file not shown.
Binary file removed xFunc/Images/Undo.png
Binary file not shown.
Binary file removed xFunc/Images/UndoLarge.png
Binary file not shown.
Binary file removed xFunc/Images/Variable.png
Diff not rendered.
Binary file removed xFunc/Images/VariableLarge.png
Diff not rendered.
Binary file removed xFunc/Images/Vars.png
Diff not rendered.
Binary file removed xFunc/Images/VarsLarge.png
Diff not rendered.
Binary file removed xFunc/Images/xFunc.ico
Binary file not shown.
48 changes: 0 additions & 48 deletions xFunc/MiniDump.cs

This file was deleted.