-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.net library #36
Comments
FYI, I put in XARF into my in-house security software to reduce my daily workload of filling out DigitalOcean reports. It was pretty simple. Tossed some of the json samples into https://json2csharp.com/, filled out the structure, serialized it out into a MemoryStream. The only frustrating thing is I couldn't set up feedback-report with System.Net.Mail. Had to use MailKit. Putting this here in case anyone else kept fighting with System.Net.Mail. ` public class Xarf
` |
I searched around on the internet looking for a .net compatible NuGet/library for this and came up empty. I'd be interested in building one if you were not already aware of someone doing so?
The text was updated successfully, but these errors were encountered: