"maliming" की गतिविधियाँ

उत्तर

hi shobhit

Identity Server 4 has a lot of breaking changes, have you applied to your project?

https://docs.abp.io/en/abp/latest/Migration-Guides/Abp-4_0#upgraded-to-identity-server-4-1-1

उत्तर

hi

According to the design of Identity cookie authentication, if you do not check Remember me, the cookie life is session. If the browser is closed or it thinks that the session has ended, your cookies will become invalid.

उत्तर

hi RonaldR

I will check it. : )

उत्तर

hi toan.nguyen

Replace apikey with your private apikey. https://commercial.abp.io/my-organizations/

 dotnet tool uninstall --global Volo.Abp.Suite
 dotnet tool install -g Volo.Abp.Suite --version 3.2.2 --add-source your_api_key

उत्तर

https://github.com/oracle/dotnet-db-samples/issues/81#issuecomment-728258466 we're still on track for a December/January Oracle EF Core 5 release.

https://www.nuget.org/packages/Devart.Data.Oracle.EFCore is supported net 5.0 but it not free library.

You can wait for Oracle or try Devart, otherwise you can only use net core 3.x.

hi

The versions of all Abp/Volo packages should be the same.

उत्तर

hi

Well will check your license : )

उत्तर

hi @toan.nguyen

Oracle.EntityFrameworkCore has not to support net 5.0 yet. We will publish this package immediately when it is available.

https://www.nuget.org/packages/Oracle.EntityFrameworkCore/ https://github.com/oracle/dotnet-db-samples/issues/81

उत्तर

For Identity you should configure it by ConfigureApplicationCookie

https://docs.microsoft.com/en-us/aspnet/core/security/authentication/identity-configuration?view=aspnetcore-5.0#cookie-settings

hi

Blazorise package are available on myget. You can add https://www.myget.org/F/blazorise/api/v3/index.json to your nuget.config file.

<?xml version="1.0" encoding="utf-8"?>
<configuration>
    <packageSources>
        <add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
        <add key="BlazoriseMyGet" value="https://www.myget.org/F/blazorise/api/v3/index.json" />
    </packageSources>
</configuration>
6723 प्रविष्टियों में 6571 से 6580 दिखा रहा है
Made with ❤️ on ABP v8.2.0-preview Updated on मार्च 25, 2024, 15:11