Luboš Hemala

Results 5 comments of Luboš Hemala

Ah, it seems it was some strange build cache issue. After clean and build it seems to work. However, *.interp and *.tokens files remain. Should they have been deleted during...

If you mean implementation-wise then I will be of not much help, I haven't had a good look at implementing source generators yet. If you mean usage-wise, instead of ```csharp...

I am accessing a concurrent dictionary to cache the observable based on the parameters of the function. An external service then updates the observable as updates come. We also support...

The client calls it using Application.Run. The caching scheme is a bit more complicated, for some functions the caller is part of the cache key, for others it isn't and...

I already have this covered, the code is working, no worries. The only issue I came across was the ExcelAsyncUtil.Observe under the lock, which I extracted outside the critical section....