diff --git a/.coderabbit.yaml b/.coderabbit.yaml new file mode 100644 index 0000000..843d058 --- /dev/null +++ b/.coderabbit.yaml @@ -0,0 +1,20 @@ +language: "en" +early_access: false +reviews: + profile: "chill" + request_changes_workflow: false + high_level_summary: true + poem: false + review_status: true + collapse_walkthrough: false + auto_review: + enabled: true + drafts: false + path_filters: + - "!**/*.min.js" + - "!**/bin/**" + - "!**/obj/**" + - "!**/TestResults/**" + - "!**/*.Designer.cs" +chat: + auto_reply: true diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index b153511..c423584 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -11,9 +11,9 @@ jobs: steps: - uses: actions/checkout@v2 - name: Setup .NET - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v4 with: - dotnet-version: 6.0.x + dotnet-version: 8.0.x - name: Run Unit Tests run: | diff --git a/NosCore.DonationLambda/NosCore.Donation/NosCore.Donation.csproj b/NosCore.DonationLambda/NosCore.Donation/NosCore.Donation.csproj index fbfa2bf..2c0ce6b 100644 --- a/NosCore.DonationLambda/NosCore.Donation/NosCore.Donation.csproj +++ b/NosCore.DonationLambda/NosCore.Donation/NosCore.Donation.csproj @@ -1,6 +1,6 @@  - net6.0 + net8.0 true Lambda diff --git a/NosCore.Shared/NosCore.LambdaShared.csproj b/NosCore.Shared/NosCore.LambdaShared.csproj index 665b3af..e6855b9 100644 --- a/NosCore.Shared/NosCore.LambdaShared.csproj +++ b/NosCore.Shared/NosCore.LambdaShared.csproj @@ -1,7 +1,7 @@  - net6.0 + net8.0 diff --git a/NosCore.TravisLambda/NosCore.Travis.Runner/NosCore.Travis.Runner.csproj b/NosCore.TravisLambda/NosCore.Travis.Runner/NosCore.Travis.Runner.csproj index 082e4c0..6320846 100644 --- a/NosCore.TravisLambda/NosCore.Travis.Runner/NosCore.Travis.Runner.csproj +++ b/NosCore.TravisLambda/NosCore.Travis.Runner/NosCore.Travis.Runner.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 diff --git a/NosCore.TravisLambda/NosCore.Travis/NosCore.Travis.csproj b/NosCore.TravisLambda/NosCore.Travis/NosCore.Travis.csproj index 23d63ce..6e02886 100644 --- a/NosCore.TravisLambda/NosCore.Travis/NosCore.Travis.csproj +++ b/NosCore.TravisLambda/NosCore.Travis/NosCore.Travis.csproj @@ -1,7 +1,7 @@  - net6.0 + net8.0 true diff --git a/README.md b/README.md index d0d3f79..3be7755 100644 --- a/README.md +++ b/README.md @@ -1,40 +1,36 @@ +# NosCore Lambdas # +

- +

-# NosCore Lambdas # -[![.NET](https://github.com/NosCoreIO/NosCoreLambdas/actions/workflows/dotnet.yml/badge.svg?branch=master)](https://github.com/NosCoreIO/NosCoreLamdas/actions/workflows/dotnet.yml) +[![.NET](https://github.com/NosCoreIO/NosCoreLambdas/actions/workflows/dotnet.yml/badge.svg?branch=master)](https://github.com/NosCoreIO/NosCoreLambdas/actions/workflows/dotnet.yml) # Special Thanks for Contributions #

- - - +

- ## You want to contribute ? ## [![Discord](https://i.gyazo.com/2115a3ecb258220f5b1a8ebd8c50eb8f.png)](https://discord.gg/Eu3ETSw) ## You like our work ? ## Sponsor me! -Buy Me a Coffee at ko-fi.com Become a Patron! +Buy Me a Coffee at ko-fi.com +Become a Patron! -## Achtung! ## +## Warning! ## We are not responsible of any damages caused by bad usage of our source. Please before asking questions or installing this source read this readme and also do a research, google is your friend. If you mess up when installing our source because you didnt follow it, we will laugh at you. A lot. ## Instructions to contribute ## ### Disclaimer ### -This project not for commercial use. - -## Disclaimer ## -This project is a community project not for commercial use. The result is to learn and program together for prove the study. +This project is a community project not for commercial use. The result is to learn and program together for prove the study. -## Legal ## +### Legal ### This is an independent and unofficial server for educational use ONLY. Using the Project might be against the TOS. -### Contribution is only possible with Visual Studio 2017 ### -We recommend usage of : +### Contribution is only possible with Visual Studio 2026 ### +We recommend usage of : * [Roslynator extension](https://github.com/JosefPihrt/Roslynator). * [Resharper](https://www.jetbrains.com/resharper/)