Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanMagnan committed Mar 3, 2021
2 parents 6851d6a + 16cbcd2 commit b06954e
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 20 deletions.
2 changes: 2 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github: [zzzprojects, EntityFramework-Effort]
custom: ["https://zzzprojects.com/contribute"]
26 changes: 15 additions & 11 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,27 @@
### Description
Describe the issue or proposed feature.
Here is what to include in your request to make sure we implement a solution as quickly as possible.

### Exception
If you are seeing an exception, include the full exceptions details (message and stack trace).
## 1. Description
Describe the issue or propose a feature.

## 2. Exception
If you are seeing an exception, include the full exception details (message and stack trace).

```
Exception message:
Stack trace:
```

### Project
Provide a project/solution that we can run to reproduce the issue.
## 3. Fiddle or Project
If you are able,

Provide a Fiddle that reproduce the issue: https://dotnetfiddle.net/25Vjsn

Or provide a project/solution that we can run to reproduce the issue.
- Make sure the project compile
- Make sure to provide only the code that is required to reproduce the issue, not the whole project
- You can send private code here: info@zzzprojects.com

_Note: If you are not able to provide code we can run and that reproduce the issue, we will not be able to fix it either._
Otherwise, make sure to include as much information as possible to help our team to reproduce the issue.

### Further technical details
- EF version:
- EF Effort version:
- Database Provider:
## 4. Any further technical details
Add any relevant detail can help us.
45 changes: 36 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,39 @@ This library is powered by [Entity Framework Extensions](https://entityframework

Effort is a powerful tool that enables a convenient way to create automated tests for Entity Framework based applications.

It is basically an ADO.NET provider that executes all the data operations on a lightweight in-process main memory database instead of a traditional external database. It provides some intuitive helper methods too that make really easy to use this provider with existing ObjectContext or DbContext classes. A simple addition to existing code might be enough to create data driven tests that can run without the presence of the external database.

## Getting Started
* [Download library](https://github.com/zzzprojects/EntityFramework-Effort/releases)
* [Install NuGet package](https://github.com/zzzprojects/EntityFramework-Effort/wiki/NuGet-Packages)
* [News](https://entityframework-effort.net/)
* [FAQ](https://entityframework-effort.net/faq)
* [Tutorials](https://entityframework-effort.net/tutorials)
* [Contribution](https://zzzprojects.com/contribute)
It is basically an ADO.NET provider that executes all the data operations on a lightweight in-process main memory database instead of a traditional external database. It also provides some intuitive helper methods that make this provider really easy to use with existing ObjectContext or DbContext classes. A simple addition to existing code might be enough to create data driven tests that can run without the presence of the external database.

NuGet:https://www.nuget.org/packages/Effort/

## Useful links

- [Website](https://entityframework-effort.net/)
- [Documentation](https://entityframework-effort.net/overview)
- [Online Examples](https://entityframework-effort.net/online-examples)

## Contribute

You want to help us?
Your donation directly helps us maintaining and growing ZZZ Free Projects. We can’t thank you enough for your support.

### Why should I contribute to this free & open source library?
We all love free and open source libraries!
But there is a catch! Nothing is free in this world.
Contributions allow us to spend more of our time on: Bug Fix, Content Writing, Development and Support.

We NEED your help. Last year alone, we spent over **3000 hours** maintaining all our open source libraries.

### How much should I contribute?
Any amount is much appreciated. All our libraries together have more than 100 million downloads, if everyone could contribute a tiny amount, it would help us to make the .NET community a better place to code!

Another great free way to contribute is **spreading the word** about the library!

A **HUGE THANKS** for your help.

## More Projects

- [EntityFramework Extensions](https://entityframework-extensions.net/)
- [Dapper Plus](https://dapper-plus.net/)
- [C# Eval Expression](https://eval-expression.net/)
- and much more!
To view all our free and paid librariries visit our [website](https://zzzprojects.com/).

0 comments on commit b06954e

Please sign in to comment.