Ran this command Abp bundle -t maui-blazor and it fails with unsupported project type. must be Microsoft.NET.Sdk.BlazorWebAssembly.
could you share some screenshots? thanks
Can i add a "auth server" project now? or create a new solution and transfer my code?
sorry, i didn't get it
<PackageVersion Include="MimeTypeMapOfficial" Version="1.0.17" />
Hi,
could you share some screenshots and error log
Hi https://abp.io/docs/latest/framework/data/entity-framework-core/other-dbms
What specific configuration changes are required to switch from MongoDB to SQL, especially in terms of module dependencies and database provider settings?
You can create a new project to compare them.
Entity and Aggregate Adjustments:
Usually you don't have to worry about table generation, because ABP uses code first, and you can generate database tables through entities
Data Migration Tools and Approach:
there are no such tools. you must migrate all data manually. You don't have to worry about soft deletions, they are done by the framework
Repository and Dependency Injection Adjustments:
you can change to IRepository interface without any problem. You don't have to worry about it, EF Core usually generates good SQL.
Testing and Validation Suggestions:
We recommend using unit tests, if you have complete unit tests, then just run them to make sure the tests pass. if not, you can consider manual testing or writing unit tests
Hi,
earlier, I was able to copy over CSHTML files to PAGES / Account folder and override the LoginModel.cs and RegisterModel.cs Question : **How to do the same customization? in the BLAZOR new web app. **
you can do it, copy pages to account folder of AuthServer
project.
The format of value '.csv' is invalid.
you can try
var ext = MimeTypeMap.GetMimeType(browserFile.Name.Split('.').Last().ToLower())