|
1 | 1 | <h1><img src="https://raw.githubusercontent.com/ivaylokenov/MyTested.AspNetCore.Mvc/master/tools/logo.png" align="left" alt="MyTested.AspNetCore.Mvc" width="100"> MyTested.AspNetCore.Mvc - Fluent Testing<br /> Library for ASP.NET Core MVC</h1>
|
2 | 2 |
|
| 3 | +## Gold Sponsors |
| 4 | + |
| 5 | +<table> |
| 6 | + <tbody> |
| 7 | + <tr> |
| 8 | + <td align="center" valign="middle"> |
| 9 | + <a href="https://softuni.org/" target="_blank"> |
| 10 | + <img width="148px" src="https://softuni.org/platform/assets/icons/logo.svg"> |
| 11 | + </a> |
| 12 | + </td> |
| 13 | + </tr> |
| 14 | + </tbody> |
| 15 | +</table> |
| 16 | + |
3 | 17 | ## Project Description
|
4 | 18 |
|
5 | 19 | **MyTested.AspNetCore.Mvc** is a strongly-typed unit testing library providing an easy fluent interface to test the [ASP.NET Core MVC](https://github.com/aspnet/AspNetCore) framework. It is testing framework agnostic so that you can combine it with a test runner of your choice (e.g. [xUnit](https://github.com/xunit/xunit), [NUnit](https://github.com/nunit/nunit), etc.).
|
@@ -29,14 +43,32 @@ Take a look around and...
|
29 | 43 |
|
30 | 44 | 👀 ...if you find it useful, make sure you **subscribe** for future releases by clicking the **"Watch"** button and choosing **"Releases only"**!
|
31 | 45 |
|
32 |
| -✔ ...if you want to **support** the project, go to [https://MyTestedASP.NET](https://MyTestedASP.NET) and consider purchasing a premium [license](#license)! |
| 46 | +✔ ...if you want to **support** the project, **[become a sponsor/backer](#sponsors--backers)** or go to [https://MyTestedASP.NET](https://MyTestedASP.NET), and consider **purchasing a premium [license](#license)**! |
33 | 47 |
|
34 | 48 | #### Featured in
|
35 | 49 |
|
36 | 50 | - [The official ASP.NET Core MVC repository](https://github.com/aspnet/AspNetCore/tree/master/src/Mvc#aspnet-core-mvc)
|
37 | 51 | - [NuGet Package of the week in "The week in .NET – 6/28/2016"](https://devblogs.microsoft.com/dotnet/the-week-in-net-6282016/)
|
38 | 52 | - [Awesome .NET Core](https://github.com/thangchung/awesome-dotnet-core#testing)
|
39 | 53 |
|
| 54 | +## Sponsors & Backers |
| 55 | + |
| 56 | +**MyTested.AspNetCore.Mvc** is a community-driven open source library. It's an independent project with its ongoing development made possible thanks to the support by these awesome [backers](https://github.com/ivaylokenov/MyTested.AspNetCore.Mvc/blob/development/BACKERS.md). If you'd like to join them, please consider: |
| 57 | + |
| 58 | +- [Become a backer or sponsor on Patreon](https://www.patreon.com/ivaylokenov) |
| 59 | +- [Become a backer or sponsor on OpenCollective](https://opencollective.com/mytestedaspnet) |
| 60 | +- [One-time donation via PayPal](http://paypal.me/ivaylokenov) |
| 61 | +- [One-time donation via Buy Me A Coffee](http://buymeacoff.ee/ivaylokenov) |
| 62 | +- One-time donation via cryptocurrencies: |
| 63 | + - BTC (Bitcoin) - 3P49XMiGXxqR2Dq1HdqHpkCa6UD848rpBU |
| 64 | + - BCH (Bitcoin Cash) - qqgyjlvmuydf6gtfhfdypyw2u8utmc3uqg4nwma3y4 |
| 65 | + - ETC (Ethereum) - 0x2bc55e4b1B9b296B751738631CD24b2f701E588F |
| 66 | + - LTC (Litecoin) - MQ1GJum1QuqAuUsc6LarE3Z6TQQJ3rJwsA |
| 67 | + |
| 68 | +#### What's the difference between Patreon and OpenCollective? |
| 69 | + |
| 70 | +Funds donated via both platforms are used for development and marketing purposes. Funds donated via OpenCollective are managed with transparent expenses. Your name/logo will receive proper recognition and exposure by donating on either platform. |
| 71 | + |
40 | 72 | ## Quick Start
|
41 | 73 |
|
42 | 74 | To add **MyTested.AspNetCore.Mvc** to your solution, you must follow these simple steps:
|
|
0 commit comments