P. León

Results 7 comments of P. León
trafficstars

The LIGET_API_KEY_HASH should be set in the container. Something like this: `docker run -d --name=liget --mount source=datasimple2,destination=/data/simple2 --mount source=datasqlite,destination=/data/ef.sqlite --mount=source=cachesimple2,destination=/cache/simple2 -ti -p 9011:9011 -e LIGET_API_KEY_HASH='a43d9da1b01b33e1ee917af34006ad529890f13a3a5ad88a0dxxxxxxxxxxxxxx' tomzo/liget`

I didn't test it (I don't know how, I'm not used to develop VS extensions). But... ¿something like this could be a solution?: https://github.com/rasputino/EFCorePowerTools/commit/aa26e45ed4008bed21216b5f214df4ed917498b9

All the namespaces should be in the DbContext, and in the rest of the model classes. Finally I could test it and make some improvements. But still needs to be...

It was my fault, this table was from another AdventureWorks version I tested in a PostgreSql server and I forgot to delete it. I added UseSchemaNamespaces as an experimental option...

@CZEMacLeod That would be a great feature, but in my opinion this first step covers most use cases. I think that in your case these namespaces are easily 'renameables' with...

To achieve this you just have to remove the package row from the "Packages" table in the sqlite database.

> @rasputino Do you do an compare on the .resx files ? - @Varorbc did find some updates... Yes, I did. I checked the git history of all .resx and...