|
|
|
|
|
by Herbert2
2746 days ago
|
|
Using it for two days now on OSX for a client so I don't have much experience with it. First impressions are ok, the documentation could be better and it's not very googleable as you get a lot of irrelevant hits from normal .NET, MS really should have more creativity when it comes to naming. Problems I've hit which I wouldn't expect to hit in a more mature framework: * Running EF Core migrations against postgres on startup. I wasn't able to google a solution to this. I hacked around this by deploying an init container with a migrate.sql script but I expect that'll bring me problems later on. * Let's Encrypt. Found an archived package on GitHub, I expected more maturity. * Not very easy to ascertain the state of the setup, things need to be registered in a certain order for them to work (UseDefaultFiles & UseStaticFiles f.i.). This would be made easier by me having more experience with the stack or better docs, still a waste of time. |
|
https://github.com/fluentmigrator/fluentmigrator/issues
I am curious about your encrytion scenario and why did .Net core fall short.