entity-framework-core
Here are 1,319 public repositories matching this topic...
-
Updated
Jun 7, 2020 - C#
-
Updated
Jun 12, 2020 - C#
Case insensitive doesn't exist in postgres.
For te search is a problem, please use citext extensions instead text foreach type string.
npgsql/efcore.pg#236
https://docs.microsoft.com/en-us/ef/core/managing-schemas/migrations/providers#one-migration-set
-
Updated
Jun 12, 2020 - C#
I'd like to simplify Dependency Injection of Modules that fallback on each other, For instance, the Entity Framework is replaced by the [In Memory Fakes](https://github.com/ivanpaulovich/clean-architecture-manga/blob/master/src/WebApi/DependencyInjection/InMe
Wiki says they should be removed by the end of 2016, is the wiki out of date, or have these limitations been removed?
MergeAsync or rather CheckHasIdentityAsync that is used by BulkUpdateAsync is closing the SqlConnection previously opened by some other code. This behavior leads to (multiple) executions of exec sp_reset_connection that drops temp tables in the middle of a (ASP.NET) request.
An option could be: Instead of using the SqlConnection directly you may use OpenConnectionAsync on `contex
-
Updated
May 21, 2020 - C#
-
Updated
May 23, 2020 - C#
This line
> Reference navigations to owned entity types cannot be null unless they are explicitly mapped to a separate table from the owner
Document Details
- ID: d02e6748-42e0-000a-4945-42cd05a0b875
- Version Independent ID: e3effbd0-07f2-423d-4032-1722e75adb37
- Content: [Owned Entity Type
We are deploying our .NET Core application(s) on Azure, using Azure AppServices and Azure Database for PostgreSQL server.
We've started to add Application Insights, and most of the external dependencies are automatically tracked/graphed, except for the database. For example, I can see all interactions and timing to the Storage accounts, or an external REST API, but not the SQL queries and numb
Hi @JacekKosciesza,
this is amazing documentation, huge work behind! What is really missing is TOC for such big document. BTW, it will be ideal to combine TOC with Road Map if Markdown will allow it.
Only show filter options with rows based on other filter selections.
For example, if a specific Language is filtered, the Tag filter should only contain selections that would actually still return at least one row. If a Tag has no FilterLists for the filtered Language, don't even show it as an option in the Tag filter until the Language filter is reset.
Add optional wizard step to edit and save the file.
With column list from live database!
And add wiki post, see #188
-
Updated
Nov 5, 2019 - C#
-
Updated
Feb 15, 2020 - C#
adding a player with mutation:
mutation ($player: PlayerInput!){
createPlayer(player: $player){
id
name
birthDate
}
}
and variables:
{
"player":{
"name":"test"
}
}
creates the player, with no validation for any field.
then reading the player generates the following error:
{
"data": {
"player": {
"name": "test"
Please help me.
I edit Add controller, Add double check data.
If exist will return Conflict(object obj).
Add dialog can't success, but don't show error message.
-
Updated
Jun 7, 2020 - C#
-
Updated
Mar 26, 2019 - C#
-
Updated
Jun 7, 2020 - C#
-
Updated
Jun 10, 2020 - C#
-
Updated
May 28, 2020 - C#
-
Updated
Jun 11, 2020 - C#
-
Updated
Jun 13, 2020 - C#
-
Updated
Apr 27, 2020 - C#
-
Updated
Jun 8, 2020 - C#
-
Updated
May 13, 2020 - C#
-
Updated
Mar 27, 2020 - C#
Improve this page
Add a description, image, and links to the entity-framework-core topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the entity-framework-core topic, visit your repo's landing page and select "manage topics."
nopCommerce version: 4.30 Beta
Steps to reproduce the problem:
Add any item to wishlist
Go to wishlist page
Click on Email a friend button
See here, personal message input is a textbox. it would be good it have textarea