0 Forks
2 Stars
2 Watchers

PurelySharp

A C# analyzer that enforces method purity through the [EnforcePure] and [Pure] attributes. Methods marked with this attribute must be pure (no side effects, only pure operations).

How to download and setup PurelySharp

Open terminal and run command
git clone https://github.com/alexyorke/PurelySharp.git
git clone is used to create a copy or clone of PurelySharp repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with PurelySharp https://github.com/alexyorke/PurelySharp/archive/master.zip

Or simply clone PurelySharp with SSH
[email protected]:alexyorke/PurelySharp.git

If you have some problems with PurelySharp

You may open issue on PurelySharp support forum (system) here: https://github.com/alexyorke/PurelySharp/issues