Ok, I'll try it.
Hi, I've sent an email with projects EntityFramework, Domain, and Domain.Shared.
To create a new migration, I'm using Package Manager Console, selecting EntityFramework project in the combo-box, and then using this command: add-migration Migration_7.2.0 -context SBCDbContext
It will create the code changing DateTime fields from "date with time zone" to "date without time zone".
I did that multiple times, with the options or without the options, but it is still creating that code in the migration file.
Excellent, it worked like a charm! As a suggestion, it would be the default implementation for the framework.
Hi, My project is very similar to a fresh new template. I'm using OpenIdict. You can download a new template using EF and Blazor WASM, just log in and logout, you will see it goes to the host and then goes to Blazor and finally is redirected to the host login page again.
Sorry liangshiwei, but, I have to disagree. In this case, I don't see it as a Blazor WebAssembly limitation. The previous version worked differently. When logging out, it was been redirected straightaway to the authentication page. Now, it is going to the host side by calling connect/logout and then it gets redirected to the authentication page. It provokes reloading the application again, annoying the users. Could explain why it is a limitation in this latest version? Maybe I'm missing some point.
Is there a way to avoid the connect/logout?
Ok, thank you.
Hi maliming, I have used my old Default.cstml and have done some adjusts. I've moved on to the next subject and will be back to this when working on the layout for the login page.
Sorry, I've caught up in another project issue and I haven't had the chance to check your answer.
Well, the Login.cshtml overrides correctly. But, it is only part of the all login page as it is wrapped by a layout page. I work out that page is the Default.cshtml. So, this page, when I just override, it doesn't work. I've run the abp bundle as well have already compared project as you suggest.
Any other idea what it can be?