-
Настройка докер котейнера для подключения к БД Postgres
Установка и конфигурация EntityFramework в проекте
Реализация репозиториев для работы с БД
Фикс тестов
-
_From @kmschaefer on May 12, 2015 19:33_
This is the error I receive when trying to view the data in an MVC-generated web page: The 'timestamptzfield' property on 'test' could not be set to a 'System…
-
Hi just implemented the example and get the following error in Details page of RolesAdmin:
CS1061: 'Microsoft.AspNet.Identity.EntityFramework.IdentityUserRole' does not contain a definition for 'User…
-
I have a problem with this code:
using (var context = new DataContext())
{
context.Order
.Where(order => order.OrderId == 1)
.Update(x => new Order()
…
-
### Description
Batch Update in EF Core with pgsql throw exception `column reference "Id" is ambiguous`
My Code
````
await db.Customers
.Where(x => lstIds.Contains(x.Id))
.UpdateAsync(x => n…
-
Is it possible to support new table ScheduledCommand in netstandard2.0?
I found that WorkflowCore.Persistence.EntityFramework requires netstandard2.1 starting from version 3.6.0.
But I a lot of …
-
Hi,
i got the following error when i tried to build the project with Visual Studio 2019.
Severity Code Description Project File Line Suppression State
Error This project references NuGet packa…
-
Hey,
This line prints out the whole connection string which is not good because I run the script on my CI server and it prints out login and password
I think, it would be better if there was any w…
-
Items marked as `DependentUpon` are removed when the original file is removed.
Found this when fixing an EntityFramework migration.
-
I have a .Net Core 6.0 Application that references Entity Framework 6 (Version 6.4.4) and I'm trying to add tracing for EF6
Documentation:
https://github.com/aws/aws-xray-sdk-dotnet/tree/master#ne…