OFark
OFark
Me too.
You are correct I haven't. The samples either don't work, or aren't covering a full usage scenario. MudBlazor is another example, of what's going on here, but they've opted to...
You have to create a mapping for the nullable types as well. `NewConfig` I'm guessing assumptions can't be made that null maps to null, or maybe unwrapping is too expensive,...
You also need a `.NewConfig()` What would it do with `.MapWith(src => new Timestamp(src.ToUnixTimeSeconds());` if src was null?
Well, I was searching for a better solution to a problem I was having with StronglyTypedIds structs and Mapster. I was trying to create a Source Generator to map the...
I figured it out I had another nullable OrderId further down the model. I didn't realise that you needed to cover both OrderId and OrderId?
Our IIS was set to Terminate after 20 minutes, I've just set it to suspend instead. See what happens.
I too failed to see it fall over after 4.5.0-beta1. Though I've been on annual leave this week, I'll check in with the team on Monday.
I'm wondering if the app has write permissions to the folder. Can you send me the logs from the container?
Do the logs say anything when you save some settings? Is there a config file created, but then lost later? Can you set the log level to debug, then try...