Nico
Nico
Yes correct. I meant that one
Ok. I can try. Thank you! :)
Once I understand how to call the api endpoint and how I can integrate the cache, I will try to write the method
> Sorry, I haven't undestood, can you explain better what do you mean? What kind of logging do you want to add? the Serilog logging instead of the default one...
> OK, but what logging destination do you want to use? I can't decide between sqlite or sql server... Also I don't know if it's possible or useless realize a...
I mean something like: #if NET_8_OR_LOWER return Guid.NewGuid(); #else return Guid.CreateVersion7();
I apologise for not explaining myself properly yesterday. The line of code I'm referring to is this one below: conversationId = (conversationId == Guid.Empty) ? Guid.NewGuid() : conversationId; Which ensures...