elca-lan

Results 2 issues of elca-lan

With .NET 8 a new interface was added that should(?) be implemented by service providers, the [IKeyedServiceProvider](https://learn.microsoft.com/en-us/dotnet/api/microsoft.extensions.dependencyinjection.ikeyedserviceprovider?view=dotnet-plat-ext-8.0) Explanations and documentation: - https://learn.microsoft.com/en-us/aspnet/core/fundamentals/dependency-injection?view=aspnetcore-8.0#keyed-services - https://andrewlock.net/exploring-the-dotnet-8-preview-keyed-services-dependency-injection-support/ - https://weblogs.asp.net/ricardoperes/net-8-dependency-injection-changes-keyed-services We should implement that...

**Describe the bug** I have a custom component in a grid filter that implements the Angular `ControlValueAccessor` but does not implement the _optional_ `setDisabledState` method - see https://angular.io/api/forms/ControlValueAccessor . This...

Bug
C: Grid