-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from felsokning/maintenance/IAsyncEnumerable_Ex…
…tensions_Add Reverting Pre-5.0 .NET changes. Updating README.md
- Loading branch information
Showing
8 changed files
with
50 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,28 @@ | ||
<img src="./images/bmc_qr.png" width=10% height=10% alt="Buy Me a Coffee!"> ← If you would like to buy me a coffee | ||
|
||
# Introduction | ||
TODO: Give a short introduction of your project. Let this section explain the objectives or the motivation behind this project. | ||
The [`Felsökning` NuGet assembly](https://www.nuget.org/packages/Fels%C3%B6kning) contains many of the "_fire-and-forget_" methods (and exension methods) used by the rest of the Felsökning NuGet packages, where applicable. | ||
|
||
# Getting Started | ||
TODO: Guide users through getting your code up and running on their own system. In this section you can talk about: | ||
1. Installation process | ||
2. Software dependencies | ||
3. Latest releases | ||
4. API references | ||
1. Clone the repository: `git clone https://github.com/felsokning/Fels-kning.git` | ||
2. cd into the folder: `cd Fels-kning` | ||
3. Profit | ||
|
||
# Build and Test | ||
TODO: Describe and show how to build your code and run the tests. | ||
From the `Fels-kning` folder: | ||
|
||
1. To build: | ||
1. `dotnet restore --verbosity=normal` | ||
2. `dotnet build --verbosity=normal` | ||
2. To Test: | ||
1. `dotnet test --verbosity=normal` | ||
|
||
|
||
# Contribute | ||
TODO: Explain how other users and developers can contribute to make your code better. | ||
PR's are more than welcome! 😊 | ||
|
||
If you want to learn more about creating good readme files then refer the following [guidelines](https://docs.microsoft.com/en-us/azure/devops/repos/git/create-a-readme?view=azure-devops). You can also seek inspiration from the below readme files: | ||
- [ASP.NET Core](https://github.com/aspnet/Home) | ||
- [Visual Studio Code](https://github.com/Microsoft/vscode) | ||
- [Chakra Core](https://github.com/Microsoft/ChakraCore) | ||
-------------------------------------------- | ||
-------------------------------------------- | ||
-------------------------------------------- | ||
-------------------------------------------- | ||
-------------------------------------------- |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.