8f41148756
TaxBaik CI/CD / build-and-deploy (push) Successful in 2m33s
Problem: 'Assembly already defined' error when AddAdditionalAssemblies registers the same assembly twice - MapRazorComponents<TaxBaik.WasmClient.Components.Admin.App>() automatically loads TaxBaik.Web.Client assembly - All Page/Shared components in same assembly are auto-discovered - AddAdditionalAssemblies with same assembly causes duplicate registration error Solution: Remove AddAdditionalAssemblies - not needed for components in same assembly This fixes the ObjectDisposedException crash on deployment. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>