Ashkan Daie
Ashkan Daie
First of all, thank you for the great project. I use it in all my net core projects. I have a unique situation where I need to integrate with legacy...
This PR adds support for [dotnet 7 regular expression source generators](https://learn.microsoft.com/en-us/dotnet/standard/base-types/regular-expression-source-generators). Adds significant performance boost. Since source generators require partial classes, I moved all regular expressions into a single file...
Enhance Environment Variable Substitution in Alpha Config Parsing ## Description This PR introduces an enhancement to the environment variable substitution logic within the configuration file parsing process. It implements a...
I have added support for .Net Standard 1.3 to [MediaInfo.DotNetWrapper](https://github.com/StefH/MediaInfo.DotNetWrapper). The current implementation requires end users to install mediainfo lib manually as MediaInfo.Native is windows only. Any chance you guys...