Caleb Lloyd
Caleb Lloyd
I have filled out the "Submit a Project" form on the .NET Foundation website.
> I assume as maintainer you have authority to transfer the project to the .NET Foundation? Yes, @yukozh , @lauxjpn , and I should all have access to do that...
@deinok could you make a repository with the recreate that I can clone and run? That's the only way I'd have time to debug this one. Thanks
That is possible, because EF would have nothing to relate the inner Object on. Take a look at the Fluent API in the docs: https://docs.microsoft.com/en-us/ef/core/modeling/relationships If your relationship cannot be...
It is possible that it is just a bug in our provider. Have you tried it with `2.0.0-preview2`?
@rasert can you try with [2.0.0-rtm-10059](https://www.nuget.org/packages/Pomelo.EntityFrameworkCore.MySql/2.0.0-rtm-10059)
Closing as this was 2.1 release oriented
@TJM > I couldn't get `--validate-maintainers false` to work (shrug). I couldn't either but I discovered that using an equals sign `--validate-maintainers=false` does work. Apparently this is a [limitation of...
Checkout https://github.com/boxboat/dockhand/tree/master/src/com/boxboat/jenkins/library/gcloud It separates the cloud provider Account from the Service. That way if you end up having Azure, AKS, ACR, etc. you don't have to copy/paste Service Principal credentials...
Fixed in #198 and will be available next release