Arjan Vermunt
Arjan Vermunt
Hi Marcos, Any chance my changes will be added to the library? Cheers, Arie
Hi Matthias, You have a good point concerning return values of events. I changed the EventArgs to include a boolean property. Although this doesn't change the fact that multiple subscribers...
I require this functionality as well. How could this be achieved? Can I do something to help on this? Should this only be possible for Sql queries or can the...
I think I have a solution for random sorting with Lucene queries. Can someone take a look at this commit? https://github.com/OrchardCMS/OrchardCore/commit/ad798a58cdf339a82c24d161431996197208c09c
Personally I'm not a big fan of adding code for unit testing. Although I like the idea that specifying the default generic type is close to the object it describes....
That was my idea as well. It's just that I think code is generated at two places. So we have to add a dictionary of default generic types on two...
But the attribute solution is more complex. And I don't have any experience with code generators.
I was actually wrong about the code being generated at two places. There are two occurences of class T though. Let me finish my PR and you can have a...
you could try to create a custom formatter. This package used to use the `RawFormatter` from Serilog 2.x. https://github.com/serilog/serilog/blob/v2.12.0/src/Serilog/Formatting/Raw/RawFormatter.cs
a few remarks - You can surround your code example in github comments with triple back quotes. **`** - I think the example can be shorter. Be sure to post...