blazor-starter icon indicating copy to clipboard operation
blazor-starter copied to clipboard

A starter template in C# APIs and Blazor for Azure Static Web Apps

Results 15 blazor-starter issues
Sort by recently updated
recently updated
newest added

The instructions in the README tell you to start the Static Web Apps CLI in the Visual Studio Code instructions, but they don't mention it in the Visual Studio 2022...

I originally created this issue because I thought something was wrong with the way staticwebapp.config.json worked with the template. However, it turned out to be an issue with my attempt...

The current version of the template relies on these being discovered by the build action. Sometimes this is not discovered properly so I suggest we explicitly configure them by default

In the Playwright tests, the `storeReports` job attempts to publish into a MSFT intern project repository ([here](https://github.com/staticwebdev/blazor-starter/blob/f35c0bd29c82b53deb268e383e6324644922328e/.github/workflows/playwright-onDemand.yml#L69)). Is there guidance around configuring this job when using this repo as a...

Hi there - this isn't so much an issue as a question. How would I go about adding Microsoft Authentication to this? So many of the tutorial resources start with...

Thanks for your blazor-starter project that indeed got me started with my Azure static web app! Visual Studio warned me rightly about the unawaited `WriteAsJsonAsync` in the `HttpTrigger.Run` method. It's...

Can't determine project language from files. Please use one of [--csharp, --javascript, --typescript, --java, --python, --powershell, --custom] Can't determine project language from files. Please use one of [--csharp, --javascript, --typescript,...

The client gives errors that cors doesn't allow the client and server(api) to be run on the same machine. The local.settings.example.json file which containts `{ "IsEncrypted": false, "Values": { "AzureWebJobsStorage":...

Hi there - is there a version of this codebase which works with .NET 6.0? TIA!

You won't have to worry about Cross-Origin Resource Sharing (CORS) when you publish to Azure Static Web Apps. Azure Static Web Apps automatically configure your app to communicate with your...