Nathan Phillip Brink

Results 45 issues of Nathan Phillip Brink

**YAXLib version**: 2.15.0, 4.3.0 **Framework version**: net472, net8.0 - What is the current result? ```csharp using System.Xml.Linq; using YAXLib; using YAXLib.Attributes; var serializer = new YAXSerializer(); var serializable = new...

enhancement

**YAXLib version**: 4.3.0 **Framework version**: net8.0 - What is the current result? ```csharp using YAXLib; using YAXLib.Attributes; using YAXLib.Enums; var serializer = new YAXSerializer(); var fileName = new Serializable {...

enhancement

Since developing tests on Windows is currently impossible due to #258, please consider adding this codespace configuration to your master branch to provide a convenient way for people to run...

size/M

I have emails for which the `Sender` header has significance and is different from the `From` address. This happens when emails are forwarded in a special way by Outlook. Outlook...