|
1 | 1 | # Toc
|
| 2 | + |
2 | 3 | Table of content of `ForEvolve.*` projects.
|
3 | 4 |
|
4 | 5 | ## NuGet
|
5 |
| -All `ForEvolve.*` packages are available in my MyGet [NuGet V3 feed URL](https://www.myget.org/F/forevolve/api/v3/index.json) source. |
6 | 6 |
|
7 |
| -The `*-upsilon-*` packages are open source prerelease packages (you can also call them alpha or pre-alpha but upsilon is way more fun). |
| 7 | +All release packages are available on NuGet.org, so you can type `Install-Package ForEvolve.All` or `Install-Package ForEvolve.AspNetCore.Localization` to install those packages. |
| 8 | + |
| 9 | +### Prerelease packages |
| 10 | + |
| 11 | +All prerelease packages are available in my MyGet [NuGet V3 feed](https://www.myget.org/F/forevolve/api/v3/index.json). |
| 12 | + |
| 13 | +You can see the `*-upsilon-*` packages as alpha or pre-alpha but upsilon is more original and fun imho. |
| 14 | + |
| 15 | +#### How to use a custom NuGet feed? |
8 | 16 |
|
9 |
| -### How to use a custom NuGet feed? |
10 | 17 | I wrote [How to use a custom NuGet feed in Visual Studio 2017](http://www.forevolve.com/en/articles/2017/08/06/how-to-use-a-custom-nuget-feed-in-visual-studio-2017/) article to help get started with the framwork.
|
11 | 18 |
|
12 | 19 | > MyGet feed URI: https://www.myget.org/F/forevolve/api/v3/index.json
|
13 | 20 |
|
14 |
| -## ASP.NET Core Projects |
| 21 | +## How to contribute |
| 22 | + |
| 23 | +First, tank you for your interest and please read [Contributing to ForEvolve open source projects](CONTRIBUTING.md) for more information. |
| 24 | + |
| 25 | +### Contributor Covenant Code of Conduct |
| 26 | + |
| 27 | +Also, please read the [Contributor Covenant Code of Conduct](CODE_OF_CONDUCT.md) that applies to all ForEvolve repositories. |
| 28 | + |
| 29 | +### Templates |
| 30 | + |
| 31 | +If possible, please use one of the following templates when opening an issue: |
| 32 | + |
| 33 | +- [Bug report](.github/ISSUE_TEMPLATE/bug_report.md) |
| 34 | +- [Feature request](.github/ISSUE_TEMPLATE/feature_request.md) |
| 35 | + |
| 36 | +## .NET Standard Projects |
| 37 | + |
15 | 38 | ### ForEvolve MetaPackages (.Net Core Framework)
|
16 |
| -VSTS: [](https://www.myget.org/F/forevolve/api/v3/index.json) |
17 | 39 |
|
18 |
| -[ForEvolve MetaPackages](https://github.com/ForEvolve/MetaPackages) simply reference the other ForEvolve .Net Core packages (all `ForEvolve .Net Core Framework` packages and both `DynamicInternalServerError` packages) |
| 40 | +[](https://www.myget.org/F/forevolve/api/v3/index.json) |
| 41 | + |
| 42 | +[ForEvolve MetaPackages](https://github.com/ForEvolve/MetaPackages) simply reference the other ForEvolve .Net Core packages (all `ForEvolve .Net Core Framework` packages and both `DynamicInternalServerError` packages) |
19 | 43 | It should be easier to use the ForEvolve Framework without knowing the packages division.
|
20 | 44 | If you prefer fine-grained packages referencing, you can still do it.
|
21 | 45 |
|
22 | 46 | ### ForEvolve .Net Core Framework
|
23 |
| -[](https://www.myget.org/F/forevolve/api/v3/index.json) |
24 |
| - |
25 |
| -[ForEvolve .Net Core Framework](https://github.com/ForEvolve/ForEvolve-Framework) is the main Framework that contain multiple projects like AspNetCore, ApplicationInsights and Azure helpers. |
26 | 47 |
|
27 |
| -### DynamicInternalServerError |
28 |
| -[](https://www.myget.org/F/forevolve/api/v3/index.json) |
| 48 | + |
29 | 49 |
|
30 |
| -[DynamicInternalServerError](https://github.com/ForEvolve/DynamicInternalServerError) is a middleware that convert `Exception` to json errors automatically; it also convert `BadRequest(ModelState)` action results to the same json format and is pluggable in Swagger [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore). |
| 50 | +[ForEvolve .Net Core Framework](https://github.com/ForEvolve/ForEvolve-Framework) is the main Framework that contain multiple projects like AspNetCore, ApplicationInsights, Azure helpers and DynamicInternalServerError. |
31 | 51 |
|
32 | 52 | ### AspNetCore Localization
|
| 53 | + |
33 | 54 | [](https://www.myget.org/F/forevolve/api/v3/index.json)
|
34 | 55 |
|
35 | 56 | [AspNetCore Localization](https://github.com/ForEvolve/ForEvolve.AspNetCore.Localization) allows you to enable localization of Asp.Net Core 2.0 applications, especially the validation attributes, in a few line of code. Supported languages are `English` and `French`, but contributions are welcome (I only know those two languages so I can't translate into more).
|
36 | 57 |
|
37 | 58 | ### Other
|
| 59 | + |
38 | 60 | More to come...
|
39 | 61 |
|
40 | 62 | ## Other repositories
|
41 | 63 |
|
42 |
| -* [Visual Studio snippets](https://github.com/ForEvolve/vs-snippets) - this project contains some C# and Javascript snippets like "guard clause" (updated for VS2017) and "aaa comments" (arrage, act, assert). |
| 64 | +- [Visual Studio snippets](https://github.com/ForEvolve/vs-snippets) - this project contains some C# and Javascript snippets like "guard clause" (updated for VS2017) and "aaa comments" (arrage, act, assert). |
0 commit comments