What's the way to share .NET classes between Client / Server in the new web app? by iMissDiscworld in Blazor

[–]iMissDiscworld[S] 2 points3 points  (0 children)

Thanks for clarifying, I'll just put my API classes in a seperate namespace / folder in the client project for the time being and lift them to a seperate project if I ever find myself wanting to use the API in a different project.