-
Notifications
You must be signed in to change notification settings - Fork 10.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Validate state of Blazor with RC2 bits #36471
Comments
@javiercn , @pranavkm , @SteveSandersonMS, @TanayParikh this is waiting for your input, guys. |
I'm going to build some calorie tracker app or something like that, I'll focus on auth, JS runtime components and MVC integration |
I'm focusing on WebAssembly specific features with AOT and native dependencies. For example, I'll try integrating with some library implemented in another wasm-targetable language like Go. I don't yet know what business domain gimmick I'll choose but it will probably end up feeding into my DotNetConf talk. It's not absolutely clear how quickly I can move with this since native dependencies isn't yet available properly in the SDK. I'll talk with @radical or @lewing later today about timings. |
I was planning to pick up one of the rc1 scenarios with STJ source generation, hot reload, and Blazor that is listed in the app building exercise, but with rc2 bits. |
Building a CRUD app integrating with auth, hot reload, aot, and JS interop. Doing so on Mac -> https://aka.ms/dotnet/6.0.1xx/daily/dotnet-sdk-osx-x64.pkg to validate that flow. Issues:
|
I will do SPA/React/Angular/etc. to build a Todo app with some API endpoints. |
Should we move to validating the GA bits rather than RC? It may have additional patches (and better reflect the final release). https://aka.ms/dotnet/6.0.1xx/daily/dotnet-sdk-win-x64.exe
|
I created a new React SPA using command line and then editing in VS. I cobbled together code from several different samples along with some new code and made a simple, if fairly awful, todo app. I'll iterate on it some more to see if I find anything more. Findings:
|
I spent some time building a Blazor WASM app that connected to https://my.plantnet.org/ do some plant identification and cataloging. My focus was on using STJ source generators with Blazor WASM, Blazor's new streaming capabilities, editor performance, and hot reload.
|
Here are all the details about the build to use for validation:
Installer to use
Version: 6.0.100-rc.2.21463.4
Feed configuration
The text was updated successfully, but these errors were encountered: