Skip to content

Commit 80e0e72

Browse files
erwan-jolyclaude
andauthored
chore: bump to .NET 8, refresh README, add CodeRabbit (#730)
- Target net8.0 (was net6.0, which is EOL); AWS Lambda supports .NET 8 LTS - Bump setup-dotnet to v4 with 8.0.x - Refresh README: drop AWS sponsor, replace Achtung with Warning, swap dead Discord CDN image for GitHub-hosted icon, fix broken workflow badge URL - Add .coderabbit.yaml for open-source code review Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent a0978ee commit 80e0e72

7 files changed

Lines changed: 38 additions & 22 deletions

File tree

.coderabbit.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
language: "en"
2+
early_access: false
3+
reviews:
4+
profile: "chill"
5+
request_changes_workflow: false
6+
high_level_summary: true
7+
poem: false
8+
review_status: true
9+
collapse_walkthrough: false
10+
auto_review:
11+
enabled: true
12+
drafts: false
13+
path_filters:
14+
- "!**/*.min.js"
15+
- "!**/bin/**"
16+
- "!**/obj/**"
17+
- "!**/TestResults/**"
18+
- "!**/*.Designer.cs"
19+
chat:
20+
auto_reply: true

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v2
1313
- name: Setup .NET
14-
uses: actions/setup-dotnet@v3
14+
uses: actions/setup-dotnet@v4
1515
with:
16-
dotnet-version: 6.0.x
16+
dotnet-version: 8.0.x
1717

1818
- name: Run Unit Tests
1919
run: |

NosCore.DonationLambda/NosCore.Donation/NosCore.Donation.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk.Web">
22
<PropertyGroup>
3-
<TargetFramework>net6.0</TargetFramework>
3+
<TargetFramework>net8.0</TargetFramework>
44
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
55
<AWSProjectType>Lambda</AWSProjectType>
66
</PropertyGroup>

NosCore.Shared/NosCore.LambdaShared.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net6.0</TargetFramework>
4+
<TargetFramework>net8.0</TargetFramework>
55
</PropertyGroup>
66

77
<ItemGroup>

NosCore.TravisLambda/NosCore.Travis.Runner/NosCore.Travis.Runner.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net6.0</TargetFramework>
5+
<TargetFramework>net8.0</TargetFramework>
66
</PropertyGroup>
77

88
<ItemGroup>

NosCore.TravisLambda/NosCore.Travis/NosCore.Travis.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net6.0</TargetFramework>
4+
<TargetFramework>net8.0</TargetFramework>
55
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
66
</PropertyGroup>
77

README.md

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,36 @@
1+
# NosCore Lambdas #
2+
13
<p align="center">
2-
<img src="https://cdn.discordapp.com/attachments/319565884454731795/426892646288457728/N2.png"/>
4+
<img width="250px" src="https://github.com/NosCoreIO/NosCore.Packets/blob/15.0.1/icon.png"/>
35
</p>
46

5-
# NosCore Lambdas #
6-
[![.NET](https://github.com/NosCoreIO/NosCoreLambdas/actions/workflows/dotnet.yml/badge.svg?branch=master)](https://github.com/NosCoreIO/NosCoreLamdas/actions/workflows/dotnet.yml)
7+
[![.NET](https://github.com/NosCoreIO/NosCoreLambdas/actions/workflows/dotnet.yml/badge.svg?branch=master)](https://github.com/NosCoreIO/NosCoreLambdas/actions/workflows/dotnet.yml)
78

89
# Special Thanks for Contributions #
910
<p align="left">
10-
<a href="https://aws.amazon.com"><img height="100px" src="https://chiefit.me/wp-content/uploads/2019/06/Amazon-Web-Services_logo835x396.png"/></a>
11-
<a href="https://www.navicat.com"><img height="100px" src="https://i.ibb.co/kx9WJgv/Navicat-Premium.png"/></a>
12-
<a href="https://www.jetbrains.com"><img height="100px" src="https://upload.wikimedia.org/wikipedia/commons/thumb/1/1a/JetBrains_Logo_2016.svg/1200px-JetBrains_Logo_2016.svg.png"/></a>
11+
<a href="https://www.navicat.com"><img height="100px" src="https://user-images.githubusercontent.com/35202750/207230064-dcf23adc-9e96-4481-9a53-cd212f5bd60e.png"/></a>
1312
</p>
1413

15-
1614
## You want to contribute ? ##
1715
[![Discord](https://i.gyazo.com/2115a3ecb258220f5b1a8ebd8c50eb8f.png)](https://discord.gg/Eu3ETSw)
1816

1917
## You like our work ? ##
2018
<a href='https://github.com/sponsors/0Lucifer0' target='_blank'><img height='48' style='border:0px;height:46px;' src='https://i.gyazo.com/47b2ca2eb6e1ce38d02b04c410e1c82a.png' border='0' alt='Sponsor me!' /></a>
21-
<a href='https://ko-fi.com/A3562BQV' target='_blank'><img height='46' style='border:0px;height:46px;' src='https://az743702.vo.msecnd.net/cdn/kofi3.png?v=0' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a> <a href='https://www.patreon.com/bePatron?u=6503887' target='_blank'><img height='46' style='border:0px;height:46px;' src='https://c5.patreon.com/external/logo/become_a_patron_button@2x.png' border='0' alt='Become a Patron!' /></a>
19+
<a href='https://ko-fi.com/A3562BQV' target='_blank'><img height='46' style='border:0px;height:46px;' src='https://az743702.vo.msecnd.net/cdn/kofi3.png?v=0' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>
20+
<a href='https://www.patreon.com/bePatron?u=6503887' target='_blank'><img height='46' style='border:0px;height:46px;' src='https://c5.patreon.com/external/logo/become_a_patron_button@2x.png' border='0' alt='Become a Patron!' /></a>
2221

23-
## Achtung! ##
22+
## Warning! ##
2423
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.
2524

2625
## Instructions to contribute ##
2726

2827
### Disclaimer ###
29-
This project not for commercial use.
30-
31-
## Disclaimer ##
32-
This project is a community project not for commercial use. The result is to learn and program together for prove the study.
28+
This project is a community project not for commercial use. The result is to learn and program together for prove the study.
3329

34-
## Legal ##
30+
### Legal ###
3531
This is an independent and unofficial server for educational use ONLY. Using the Project might be against the TOS.
3632

37-
### Contribution is only possible with Visual Studio 2017 ###
38-
We recommend usage of :
33+
### Contribution is only possible with Visual Studio 2026 ###
34+
We recommend usage of :
3935
* [Roslynator extension](https://github.com/JosefPihrt/Roslynator).
4036
* [Resharper](https://www.jetbrains.com/resharper/)

0 commit comments

Comments
 (0)