SteeltoeOSS / MainSite

This repository is used for building the steeltoe.io website, along with the Getting Started guides. The docs portion is in the Documentation repository.
https://steeltoe.io
Apache License 2.0
8 stars 6 forks source link

Target .Net 8 and SSR #135

Closed ShawkyZ closed 1 year ago

ShawkyZ commented 1 year ago

Changes:

ShawkyZ commented 1 year ago
@dotnet-policy-service agree company="Microsoft"

@dotnet-policy-service agree company="VMware"

ShawkyZ commented 1 year ago

In my last commit I did some refactoring to make it possible to use the new Razor Components API.

Moved all *.razor files under Components (Which coming to think of it, might have been unnecessary but I wanted to match the new folder structure described here (https://learn.microsoft.com/en-us/aspnet/core/blazor/project-structure?view=aspnetcore-8.0). let me know what you think, I could also revert back this change and keep the original folder structure).

Also it only uses SSR now as we discussed @TimHess. So no WS connections are created. image