Giter Site home page Giter Site logo

calculator's Introduction

Calculator

Library of important formulas from algebra, cross plataform

Get Started ๐Ÿš€

You can download the project and upgrade the project cloning the repository or use it and adding the dll reference on the new project

Pre-requisites and builded with ๐Ÿ“‹ ๐Ÿ› ๏ธ

xUnit For unit testings

dotnet add package xunit --version 2.4.1

Instalation ๐Ÿ”ง

You can download it as a zip for link the DLL to your project

Once downloaded on zip, unzip it and go to file bin/ref

C: \Algebra> cd bin/ref 

This file contain a dll files that you can put on your project to make the reference

Unit Testing โŒจ๏ธ

Find the testing project here Calculator Testing

xUnit used for this project

dotnet new xunit -o AlgebraTests

Add reference from project to testing project

dotnet add AlgebraTests/AlgebraTests.csproj reference Algebra.csproj

For test code use fallow command

dotnet test AlgebraTests/AlgebraTests.csproj

If the second time testing there are problems, put the follow instruction on files .csproj from project and test project

<GenerateAssemblyInfo> false </GenerateAssemblyInfo>

Deploy ๐Ÿ“ฆ

For deployment need only build the project

dotnet build

Then take the dll file generated on the bin file and publish it

Licence ๐Ÿ“„

This project is for free use - See the licence LICENSE.md for more details


kikhi ๐Ÿ˜Š

calculator's People

Contributors

kikhi avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.