maliming

Results 58 issues of maliming

Resolves #20977 See https://github.com/openiddict/openiddict-core/releases/tag/6.0.0-preview1

breaking change
abp-module-openiddict

https://abp.io/support/questions/8043/Service-Methods-with-Optional-Parameters-named-Id-get-added-to-the-Path

feature
abp-framework

https://github.com/openiddict/openiddict-core/releases/tag/6.0.0-preview1

abp-module-openiddict

- [ ] https://www.nuget.org/packages/Devart.Data.Oracle.EFCore#versions-body-tab - [ ] https://www.nuget.org/packages/Oracle.EntityFrameworkCore#versions-body-tab - [ ] https://www.nuget.org/packages/Npgsql.EntityFrameworkCore.PostgreSQL#versions-body-tab - [ ] https://www.nuget.org/packages/Pomelo.EntityFrameworkCore.MySql#versions-body-tab

https://devblogs.microsoft.com/dotnet/introducing-slnx-support-dotnet-cli/ `framework/Volo.Abp.slnx` ```xml ... ... ```

abp-framework

https://github.com/MassTransit/MassTransit

Waiting for https://github.com/Megabit/Blazorise/issues/5619 Currently, we can use `ValueConverter`. ```cs new TableColumn { Title = L["CreationTime"], Data = nameof(IdentityUserDto.CreationTime), ValueConverter = (item) => Clock.ConvertToUserTime((item as IdentityUserDto)!.CreationTime).ToString(CultureInfo.CurrentCulture), Sortable = true, } ```

The `DisableAuditingAttribute `should be allowed to apply to `Parameter` such as: `public async Task SetPassword(long userId, [DisableAuditing]string password)`

enhancement
priority:normal