Georg von Kries

Results 6 issues of Georg von Kries

I have an duplex contract with a NetHttp(s)Binding which is using WebSockets. If this endpoint gets called with a GET request, an `NullReferenceException` is getting thrown by `RequestDelegateHandler.HandleRequest()`: > System.NullReferenceException:...

bug
help wanted
good first issue
Triaged

This pull request adds a "Secure Media" feature to the Media module, enhancing security and control over media files. The key features include: 1. **Restricted Access to Media Folders**: A...

merge conflict

When using IModularTenantEvents, the ActivatedAsync() method is called before the tenant pipeline has been build. This makes it impossible to use the event for initializing modules that rely on the...

enhancement

If a module contains no feature that matches the extension ID, some dependencies like startup classes were not being added to the `ShellBlueprint` and therefore not executed at all. This...

The initialization of the `ExtensionManager` is synchronous and must always be run before any method can be called. It can therefore be moved into the constructor to avoid a check...

### Describe the bug During startup, the `ShellContainerFactory` is relying on the `ShellBlueprint.Dependencies` property to get all startup classes that needs to be added to DI. But if an extension...

bug :bug: