ArnaudB88
ArnaudB88
I want to cache the result of a method with LazyCache. That method uses other classes which are instantiated with dependency injection. Instances of that class are created with a...
@alastairtree It has been a long time since there were any code changes in this project. Can we assume that this project is abandoned? If so: Thank you for all...
I want to filter on a nullable DateOnly type field. Currently this throws an exception. ### Assemblies affected Microsoft.OData.Core.dll v7.20 ### Reproduce steps - have a sql database with a...
resolves #96
I want to request this feature because in our projects we don't want complex type members to be populated. This is the default from the nBuilder github repo from which...
resolves #94
I want to request a feature which allows you to declare members to skip of an interface. When a class inherits from that interface, the specified members to skip will...
The DefaultServiceSelector value changed from (v3.6.3) `options.DefaultServiceSelector = serviceNames => serviceNames.SingleOrDefault(string.IsNullOrWhiteSpace) ?? serviceNames.Last();` to (v3.7.0) `options.DefaultServiceSelector = serviceNames => serviceNames.Last();` In the following scenario (dotnet7 asp.net core api project), the...
Is it possible to add an overload method for IServiceRegistry.RegisterOrdered() which allows an ordered registration with a transient lifetime? Currently, it is possible to use the existing method, but it...
Resolves #560 Add an option to delete files which don't have a matching database table YAML usage: ```yaml data: entity: deleteUnusedFiles: true mapping: deleteUnusedFiles: true ```