AnikeRU

Results 2 issues of AnikeRU

A NET SDK 6.0.300 is required to upgrade Microsoft.CodeAnalysis.CSharp from 3.10.0 to 4.2.0, https://github.com/dotnet/roslyn/issues/61333

documentation

Hello To avoid this error in Postgres add unique index to the table PluralTranslation in LocalizationDbContext.cs: builder.Entity().HasIndex(e => new { e.LocalizationRecordId, e.Index }, "IX_LOCRECID_INDEX").IsUnique(); Else this row will be generate...