Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small improvements after upgrading to .NET 9, React 19, and Lingui v5 #647

Merged

Conversation

tjementum
Copy link
Member

Summary & Motivation

Introduce a series of small improvements following upgrades to .NET 9, React 19, and Lingui v5, as well as a few adjustments for better project consistency.

Improvements related to the upgrades:

  • Replace useFormState from ReactDOM with useActionState in React 19.
  • Fix missing Lingui macro imports to comply with Lingui v5 guidelines.
  • Update the README to reflect .NET 9, C# 13, React 19, and the latest project structure.

Additional adjustments:

  • Use [AsParameters] in Minimal API GET endpoints for automatic query binding, replacing manual instantiation.
  • Update the Issuer and Audience for Token signing to use "Localhost" instead of "https://localhost:9000"

Checklist

  • I have added a Label to the pull-request
  • I have added tests, and done manual regression tests
  • I have updated the documentation, if necessary

@tjementum tjementum added the Enhancement New feature or request label Dec 27, 2024
@tjementum tjementum self-assigned this Dec 27, 2024
@tjementum tjementum requested a review from a team as a code owner December 27, 2024 18:09
Copy link

linear bot commented Dec 27, 2024

@tjementum tjementum merged commit f87c29a into main Dec 27, 2024
14 checks passed
@tjementum tjementum deleted the pp-278-small-improvements-after-upgrading-to-net-9-react-19-and branch December 27, 2024 18:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants