https://github.com/miharucommunications/mci.net
Extensions for C#
https://github.com/miharucommunications/mci.net
csharp dot-net
Last synced: about 1 year ago
JSON representation
Extensions for C#
- Host: GitHub
- URL: https://github.com/miharucommunications/mci.net
- Owner: MiharuCommunications
- License: mit
- Created: 2016-05-20T05:21:09.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-11-05T04:04:56.000Z (over 1 year ago)
- Last Synced: 2025-04-09T00:05:08.083Z (over 1 year ago)
- Topics: csharp, dot-net
- Language: C#
- Size: 835 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# MCI.net
[](https://coveralls.io/github/MiharuCommunications/MCI.net?branch=develop)
[](https://codecov.io/gh/MiharuCommunications/MCI.net)
| Channel | MCI.Core | MCI.Standard |
| :------------ | :------: | :----------: |
| .NET Standard | 1.1 | 2.0 |
## Table of Contents
- [MCI.net](#mcinet)
- [Table of Contents](#table-of-contents)
- [Installation](#installation)
- [Usage](#usage)
- [Contribute](#contribute)
- [Set UP](#set-up)
- [Build](#build)
- [Cover](#cover)
- [License](#license)
## Installation
This project uses .net Framework and NuGet.
```text
PM> Install-Package MCI.Core
```
## Usage
- Functional programming
- [Monad](./doc/fp/monad.md)
## Contribute
### Set UP
```
make install
```
### Build
```
make build
```
### Cover
```
make cover
```
## License
Code copyright 1955 - 2024 Miharu Communications Inc.
Code released under [the MIT license](./LICENSE).