-
-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.Net Core 3.1 Migration #7
Comments
yes I think it is required major changes for migrating new version. For now, I am waiting .net 5 to upgrade new version because this repository needs to huge refactoring. That's why lets leave it as it is since .net 5 is raised. |
ok thanks for your quick response i have migrated every thing login is working fine but getting error in DI. i have take reference from "https://docs.microsoft.com/en-us/dotnet/architecture/microservices/microservice-ddd-cqrs-patterns/microservice-application-layer-implementation-web-api" but still it's not fixed. getting 404 while requesting API controller. can you help with this part? please review below changes.
|
yes the article is very good reference to take for this repo refactoring. Actually I cant see any problem with registering classes into Autofac. When you get the 404 error, is this makes problem to cant resolve any interfaces ? |
it resolved on the same day. as we discussed it's DI issues. after that i followed below autofac documentation, for configuring DI and it's working fine. |
great news. so if you want to send pull request I would like to review and merge it. For frontend part we will check later. Thanks. |
I have try to convert in .net Core 3.1 but some how it's not working with existing architecture.
The text was updated successfully, but these errors were encountered: