Joona-Pekka Kokko
Joona-Pekka Kokko
Depending on how well this can be addressed in Marten, think it (workarounds) could at least be documented e.g. under scenarios (https://jasperfx.github.io/marten/documentation/scenarios/), mentioning any possible caveats. Though no F# code...
@oskardudycz I absolutely prefer having the docs as code (so our docs won't go stale). Just a new build prerequisite (F#) for anybody wanting to build Marten. Unless they are...
Thanks for the report. Another day, another LINQ-related bug (at least some field location issues in this case methinks }:] ). We'll investigate. Meanwhile, if you really need to, you...
Indeed. But if it's implemented for Event Store tables (well, mainly mt_events), should not be too big a step to generalize for all tables. The hardest thing likely is to...
Hmm, not knowing the application, have you tried or considered just going with projections? E.g. see the example https://martendb.io/documentation/events/projections/projectionbyeventtype/ that projects by a time window.
I experienced the same issue with SignalR 1.0.0-rc1, but rc2 fixed the problem with scanning bin folder & unamanged assemblies. Meanwhile, I had to add page filter for SignalR routes...
@GitOffice: Your problem is with SignalR (bootstrapping Katana throws when reflection contexts of assemblies in bin folder are loaded and an unmanaged assembly, e.g. optpng, is encountered), not RR. And...