Enis Necipoglu

Results 267 comments of Enis Necipoglu

Yeah, a proxy can be injected instead of the original object and while calling a method on the interface, so the proxy can resolve that dependency and invoke the method....

I'll take a look at that feature.

I'm thinking about cleaner implementation. That library can be replaceable and it shouldn't be a dependency of the main project. I'm gonna create an extension named **DotNurse.Injector.LazyProxy**

I think you have cookies from mvc application. Can you make sure you can access all endpoints after clearing all cookies?

Are you getting that error while trying to login? Can you try executing `abp install-libs` command in your **ABP01.AuthServer** project too?

Can you try removing `yarn.lock` file and make sure all abp packages are `6.0.0-rc.3` in `package.json` _(except LeptonXLite, it should be `1.0.0-rc.4`)_ Then try running `abp install-libs` command. If there...

> Hello, > > I just updated to ABP 6.0 final (MVC) and added ` options => { options.Configuration["AllowUserToEdit"] = false; }` to my ExtraProperties - however, they are still...

Hi @cbogner85 , It seems you're using commercial template. I realized the issue and we've fixed it. It'll be released in patch version 6.0.1 as soon as possible.

Did you change also `splash.svg` under `Resources/Splash` folder? Also it's build action must be **MauiSplashScreen** ```xml ```