Geert van Horrik
Geert van Horrik
I am trying to use chocolatey everywhere in my environments now. I hope it will allow me to set up new machines (or basically reset my existing machines) real quick....
You could check out https://github.com/WildGums/Orc.Squirrel. We've implemented a wrapper around the executable with different channels. This should give you some idea how you can work with multiple channels. We use...
Question: why not check if extension is .dll? If so, call Path.ChangeExtension to exe. That's how I solved the restarting of my .NET Core apps (that now are .dll entry...
Thanks for the hint about the complex types, it was indeed the issue I was actually having. Now using a string value instead.
I was binding to collection count for visibility since I use explicit nullable in the project. Will mark it as nullable and set it to null when count == 0...
For others having the same issue, a workaround I use for now is this: ``` ```
Catel 6 is now .NET 6 only (and will include LTS .NET frameworks in the future).
Closing this since it seems related to EF. If it's still an active issue that we could fix for Catel 6.x, feel free to re-open.
I think we will delay this until 7.0. It's too much of a change (where 6 is already quite a breaking change release). We need to have a better understanding...
We are now actively finalizing Catel 6, so will make sure this gets included as well.