-
ABP Framework version: v8.3.4
-
UI Type: Angular
-
Database System: EF Core (SQL Server
-
Tiered (for MVC) or Auth Server Separated (for Angular): no
-
Exception message and full stack trace:
-
Steps to reproduce the issue:
Create a new solution
abp new Acme.Bookstore -u angular -csf -cs "Server=localhost;Database=Bookstore;Trusted_Connection=True"
run it
open developer tools, console and see ng warnings.
logon and see them just multiply
6 Answer(s)
-
0
Hello,
The warnings you mentioned have been fixed in the latest version. Could you please check and confirm?
Thank you.
-
0
Latest version means abp 9? if yes we will not be moving to dotnet 9 because it is not lts and .net 8 is. if we can move to abp 9 and still stay .net 8, that might be a solution for us
-
0
Hello, you can upgrade your packages to the latest version on the angular side. In the meantime, you should be able to continue using .net8. If you encounter any problem, I can assist you further.
-
0
ok, on monday i will generate a new abp project with the latest cli, verify that i do not see the warnings. if that goes well i will upgrade the front end code to what ever the out of the box front end versions are and let you know how it goes.
-
0
Hello again, have you had a chance to try upgrading? If so, did it address your requirements and resolve the issue?
-
0
our testing looking good, closing this ticket.