Roman Sakno
Roman Sakno
I'm using CommandLine library in embedded scenario where input and output are fully controlled by the host (and not associated with stdin and stdout). In this case, `CancelOnProcessTermination` makes no...
Hi Lucas! Now I'm working on the set of factory methods that allow to create delegates from function pointers: ```csharp public static unsafe Action? CreateDelegate(delegate* ptr) { if (ptr ==...
Please, add `maven-bundle-plugin` to `pom.xml` of wasync library and allow to install this library as OSGi bundle. There are two workarounds that enable to use `wasync` in OSGi envrionment: 1....
[Logging message generator](https://docs.microsoft.com/en-us/dotnet/core/extensions/logger-message-generator) introduced in .NET 6 is not compatible with Serilog `@` operator. Any attempt to use this operator in [LoggerMessageAttribute](https://docs.microsoft.com/en-us/dotnet/api/microsoft.extensions.logging.loggermessageattribute) causes compilation error.
This proposal describes language feature that allows to use lambda expressions as arguments for annotations.
Could you please add maven-bundle-plugin into StringTemplate/ANTLR pom.xml and OSGify these libraries?
Hi @Insvald , I would like to join in your project. I see that some refactoring can be applied: * Membership changes. My library offers [IMemberServiceDiscovery](https://dotnet.github.io/dotNext/features/cluster/aspnetcore.html#service-discovery) that allows to replace...
I caught the following exception when the file is processed with the documentation: ``` Unhandled exception: System.NullReferenceException: at Imm.ImmDocNetLib.MyReflection.MetaClasses.MyAssemblyInfo.ProcessMemberNode(XPathNavigator memberNodeNavigator, XPathNavigator docNavigator) at Imm.ImmDocNetLib.MyReflection.MetaClasses.MyAssemblyInfo.ReadXmlDocumentation(String xmlDocPath) at Imm.ImmDocNetLib.AssembliesInfo.ReadMyAssemblyInfoFromXmlDocumentation(String xmlDocPath) at Imm.ImmDocNet.Program.ProcessFilesNames(List`1...
This proposal is inspired by FI from Java but it's not just a copy. It's aimed to solve some problems with delegates and has different implementation. ## Motivation We have...
Subsequent work started in #4174 . The goal of this PR is to reduce memory allocations: - [x] Remove multiple instantiations of UnmanagedMemoryStream (at least for read side) - [x]...