Add Blazor WebAssembly example with SystemLink API authentication#84
Add Blazor WebAssembly example with SystemLink API authentication#84Samuelsotogit wants to merge 192 commits intoni:mainfrom
Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
… url in program.sc to resolve api calls
created deploy script to deal with fingerprinted file errors and automate deployment process updated gitignore file
Removed unused files, implemented a new NavBar using Nimble Anchor tags, changed the styling of the app, and solved the routing issue (see README).
| @@ -0,0 +1,12 @@ | |||
| { | |||
There was a problem hiding this comment.
You should add the bin directory to .gitignore and remove all these files from the PR
There was a problem hiding this comment.
Same for the obj directory.
There was a problem hiding this comment.
I think my changes in #85 will handle this for you.
| @@ -0,0 +1,104 @@ | |||
| name: Deploy React WebApps | |||
There was a problem hiding this comment.
It would be good for us to focus on getting #73 completed before spending too much more time on this PR. Right now it's hard to track which files in this PR are coming from that one, and what the diffs are between the files that are in both PRs.
GitHub is also struggling with the number of files in the PR and that would help it keep up (along with gitignoring the binary files like I mentioned in another comment).
| @@ -0,0 +1,104 @@ | |||
| name: Deploy React WebApps | |||
|
|
|||
There was a problem hiding this comment.
Looks like there are 3 Blazor apps in this PR: BlazorApp1, BlazorWasmAuthExample, and Logan-Amur-app. Can you give them more descriptive names and make sure they all have a README.md explaining their purpose?
Summary
BlazorWasmAuthExample) that demonstratesauthenticated API calls to SystemLink using NI's Nimble design system
BlazorApp1) showing server-side renderingwith SignalR
ApiServiceProxy) for local developmentwithout exposing API keys
What the example covers
NimbleTableusing NimbleBlazordeploy.shusing theslclitoolrestrictions, deep sub-path routing)
Recommended Test plan
dotnet runinBlazorWasmAuthExamplewith a local proxy configured./deploy.shand verify the app deploys and loads correctly on SystemLink