entity-framework-core
Here are 1,357 public repositories matching this topic...
-
Updated
Jul 7, 2020 - C#
-
Updated
Jul 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
Jul 12, 2020 - C#
Even though Manga is a monolith application it would be nice to enable OpenTracing to show how to add it following the Clean Architecture principles.
The Jaeger library is a interesting starting point:
Wiki says they should be removed by the end of 2016, is the wiki out of date, or have these limitations been removed?
-
Updated
Jul 8, 2020 - C#
-
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
Jul 11, 2020 - C#
-
Updated
Mar 26, 2019 - C#
-
Updated
Jun 7, 2020 - C#
-
Updated
May 28, 2020 - C#
-
Updated
Apr 27, 2020 - C#
-
Updated
Jul 13, 2020 - C#
-
Updated
Jul 11, 2020 - C#
-
Updated
Jun 16, 2020 - C#
-
Updated
Jul 9, 2020 - C#
-
Updated
Jun 15, 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