derchirurg
derchirurg
OK I found a solution, but it's a dirty workaround. I manually trigger the resize event like this: ` setTimeout(() => { window.dispatchEvent(new Event('resize')); }, 100); ` But an official...
I see, it is in the wrong project. It should be for angular2-data-table: https://github.com/swimlane/angular2-data-table
I have the same issue. Did you fix it?
I'm also interested in a strong named assembly. I cannot use this package in my own nuget package because of missing strong name binding.
Same for me. Switching back to 11.1.6 does not work.
I'm facing the same Problem, but with client certificate authentication. My ServiceSecurityContext.Current is null. Any suggestions? The certificate validation is working. My code: ``` var builder = WebApplication.CreateBuilder(); builder.Services.Configure(options =>...