ronymeyer

Results 6 comments of ronymeyer

```xml net6.0 Library FinanceKey.Entity FinanceKeyEntity true aspnet-MVC-4E188E23-AC82-4A7B-8484-21A86AB16794 ..\.sonarlint\financekey_financekeycsharp.ruleset .editorconfig System.String all runtime; build; native; contentfiles; analyzers; buildtransitive all runtime; build; native; contentfiles; analyzers; buildtransitive ```

It's a brand new compiled model. We didn't use it before as we use proxy entities, which is now supported in this preview. I disabled proxy entities and was able...

Thank you for investigating this @ajcvickers. When trying to create a project to reproduce this I saw that preview 7 was released and first tried with that one. Looks like...

> There is an alternative solution? My domain has many entities and I have more than 400 conflicts Workaround is mentioned here: [https://github.com/dotnet/efcore/issues/25523#issuecomment-902836615](https://github.com/dotnet/efcore/issues/25523#issuecomment-902836615)

Did it ever work for you? I have the same issue with version 0.30 with GitHub, issue started around 18 hours ago, without any code changes. Pulling with the same...

What fixed it for us is to specify the credentials only on pull but not on push.