kronic
kronic
@punker76 there will be no allocation for the delegate when called.
@punker76 https://sharplab.io/#gist:bdaac746f37bcd9bba8436ffeb1e81e4
https://devblogs.microsoft.com/dotnet/understanding-the-cost-of-csharp-delegates/
@dwcullop @glennawatson @JakenVeina ready for review
@JakenVeina done
@RolandPheasant ping
@mganss would two options suit you? -noneDeferred -noneLazy
I have an error in [astra linux](https://dl.astralinux.ru/astra/stable/2.12_x86-64/iso/alce-2.12.46.6-17.04.2023_15.09.iso)
This is the console output when running the example, see message 1. The libraries are all in place.
Sample code ```csharp using CoreWCF; using CoreWCF.Description; using Microsoft.AspNetCore.Builder; using System; using System.Text; using System.Threading.Tasks; using System.Xml; using CoreWCF.Channels; using CoreWCF.Configuration; using Microsoft.Extensions.DependencyInjection; Encoding.RegisterProvider(CodePagesEncodingProvider.Instance); var builder = WebApplication.CreateBuilder ( new...