Alpha state. A platform designed for building enterprise-grade, multi-tenant products using Azure, .NET, React, TypeScript, Infrastructure as Code, etc.
All npm and NuGet packages have been updated to their latest versions, including version 1.x of Rsbuild, which introduced breaking changes that affected hot reloading. This upgrade required handling several breaking changes, especially in the frontend. The openapi-fetch and openapi-typescript libraries were also upgraded, with adjustments made to ensure compatibility.
For easier maintenance, all NuGet packages were sorted alphabetically, and unnecessary headings were removed. Version variables for AspNetCore, EfCore, and Aspire were eliminated from Directory.Packages.props to simplify version management.
All npm packages, except React, were updated. React remains on hold as we await the release of React 19.
Checklist
[x] I have added a Label to the pull-request
[x] I have added tests, and done manual regression tests
[x] I have updated the documentation, if necessary
Summary & Motivation
All npm and NuGet packages have been updated to their latest versions, including version 1.x of Rsbuild, which introduced breaking changes that affected hot reloading. This upgrade required handling several breaking changes, especially in the frontend. The
openapi-fetch
andopenapi-typescript
libraries were also upgraded, with adjustments made to ensure compatibility.For easier maintenance, all NuGet packages were sorted alphabetically, and unnecessary headings were removed. Version variables for
AspNetCore
,EfCore
, andAspire
were eliminated fromDirectory.Packages.props
to simplify version management.All npm packages, except React, were updated. React remains on hold as we await the release of React 19.
Checklist