-
- [x] Enum support [sample here](https://github.com/ErikEJ/EFCorePowerTools/issues/1472#issuecomment-1220273164) - this may not work with [foreign keys](https://github.com/ErikEJ/EFCorePowerTools/issu…
-
Hi,
We had this issue in the past, and had hoped v5 would solve it, but it appears not, the error is as below:
"The instance of entity type 'Interlock' cannot be tracked because another instance wit…
-
As we verified below query doesn't work in EF 6 (.Net Core) but working on EF core.
Query = "{ people { foods { id } } }"
Field 'people' - LINQ to Entities does not recognize the method 'System.…
-
### Description
Repos that have more than 1000 stars don't show the exact number of stars unless you go to `/stargazers` URL of the repo. It will be nice if the exact number can be shown on the main …
-
Any plans to have Object => Query support?
```
class hero {
string id;
}
client.executeQuery(new Hero {
id = "1"
});
```
-
Copied from https://github.com/JamesNK/Newtonsoft.Json/issues/1285 by @mathisloge
---
`Das Paket "Newtonsoft.Json 10.0.2" konnte nicht installiert werden. Sie versuchen, dieses Paket in ein Proj…
-
Is there a recommended way to implement the ConnectionFactory. Here is what I have done:
```
public class ConnectionFactory(IServiceProvider serviceProvider) : IConnectionFactory
{
public Np…
-
VS2017 RC, Feb 7th update.
I don't know how it came to this situation, but I lost a lot of time before realizing that the build was not working anymore.
Doing a Build, Run, Debug or Rebuild alwa…
jods4 updated
7 years ago
-
At one point in time, the user could edit the nuget.config and add "aggregate source" in the "activePackageSource" so that VS would list local repositories along with the default nuget server reposito…
-
after cloning the app try to login with fake password the server crashed with `Login` function in student controller
### what i did (case scenario)
1. clone you repo in my pc
2. run the applicat…