entity-framework
Here are 1,734 public repositories matching this topic...
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
Hi,
I think I may have stumbled upon a bug.
With the value to set 'Cart' it shows 'Gear' in the drawer, this happens consistently throughout all other values
<img width="411" alt="image" src="https://user-images.githubusercontent.com/20213078/4796
We should give a quick overview about new features and breaking changes and might also want to mention the top 5 issues that are being reported here, but that are actually just expected behavior changes due to the new query pipeline in EF Core 3.0.0.
-
Updated
Feb 10, 2020 - Go
Wiki says they should be removed by the end of 2016, is the wiki out of date, or have these limitations been removed?
-
Updated
May 19, 2020 - C#
Hi everybody. I just wanted to point out that the GitHub Wiki section is not up to date. I went there to see the roadmap because I wanted to know when can we expect 6.4.0 release.
The wiki still shows that 6.3 is still in planning but it got released some time ago.
-
Updated
Apr 14, 2020 - C#
-
Updated
May 23, 2020 - C#
Update Documentation
The documentation should be extended to reflect the included methods of "IEnumerableSignatures" in the section of
https://github.com/StefH/System.Linq.Dynamic.Core/wiki/Dynamic-Expressions#sequence-operators
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
-
Updated
Jul 25, 2019 - C#
-
Updated
Apr 23, 2020 - C#
-
Updated
May 2, 2020 - C#
Add optional wizard step to edit and save the file.
With column list from live database!
And add wiki post, see #188
-
Updated
Oct 30, 2019 - C#
-
Updated
May 22, 2020 - Ruby
-
Updated
Dec 4, 2019 - C#
-
Updated
Feb 15, 2020 - C#
-
Updated
Jun 11, 2020 - C#
-
Updated
May 8, 2020 - C#
-
Updated
Jun 1, 2020 - C#
-
Updated
May 23, 2018 - C#
-
Updated
Jun 7, 2020 - C#
-
Updated
Jun 9, 2020 - C#
-
Updated
May 26, 2020 - C#
-
Updated
Jun 10, 2020 - Jupyter Notebook
Improve this page
Add a description, image, and links to the entity-framework 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 topic, visit your repo's landing page and select "manage topics."


I am running a sample test in SqlServer where it is using ToString() on a string column (COL2) in the LINQ.
The test is giving following error when trying to generate SELECT query from the LINQ.
**Unhandled exception. System.InvalidOperationException: The LINQ expression 'DbSet
.Where(t => t.COL2.ToString().Contains(__url_0))' could