Closed QiYouGames closed 11 months ago
It is good to run the application before starting the development. The solution has two main applications;
TodoApp.HttpApi.Host hosts the server-side HTTP API. TodoApp.Blazor is the client-side Blazor WebAssembly application. Ensure the TodoApp.HttpApi.Host project is the startup project, then run the application (Ctrl+F5 in Visual Studio)
Is there an existing issue for this?
Description
This application was built with linking (tree shaking) disabled. Published applications will be significantly smaller if you install wasm-tools workload. See also https://aka.ms/dotnet-wasm-features[0m Loaded 11.98 MB resources from cache Debugging hotkey: Shift+Alt+D (when application has focus) info: Volo.Abp.AbpApplicationBase[0] Loaded ABP modules: info: Volo.Abp.AbpApplicationBase[0]
Reproduction Steps
Create the Blazor project and run it
Expected behavior
No response
Actual behavior
No response
Regression?
No response
Known Workarounds
No response
Version
8.0.0
User Interface
Blazor
Database Provider
MongoDB
Tiered or separate authentication server
Tiered
Operation System
Windows (Default)
Other information
No response