lindeberg

Results 13 comments of lindeberg

Pretty sure Linq to SQL doesnt support last() because theres no such SQL query?

I cant get foreign keys to work at all. Keep getting `Sequence contains no matching element`.

@rbudnar Sorry, and thank you, didn't have .Design, been a long day. By the way, it's been a while since you used this - do you think it's production ready?

I'm not even able to hit the code while using constructor injection. When loading a node in Umbraco with a property using the datatype I get 500 Internal Server Error...

How is it going?

Are these related? #133 Numerical range queries don't work when using lucene query syntax [Examine Search Range Query error on Date Time](https://github.com/umbraco/Umbraco-CMS/issues/7050) (Even though this person is using DateTime to...

Now I have learnt about Bogus and I am no longer as passionate about this feature request

I'm having an endpoint with ETag support, where a successful response code is both 200 and 304. Really weird to try catch that.

@utpilla I tried building an exporter to print json: ``` public class JsonConsoleExporter : BaseExporter { public override ExportResult Export(in Batch batch) { using var scope = SuppressInstrumentationScope.Begin(); foreach (var...