Article 0
To this day, automatic versioning of Windows driver or good ol' .NET Framework projects can be a bit of a hassle, especially in headless CI. I've made the "vpatch" tool for this purpose a while ago,...
View ArticleArticle 0
GitHub is a great place for developers, no doubt, but can be a bit overwhelming and intimidating to your run-of-the-mill users casually browsing by.I wanted to improve development activity visibility...
View ArticleArticle 0
Can't hurt to have a bit more polish but the concept works! Here are the sources:https://github.com/nefarius/GitHubLastChangeWidget
View ArticleArticle 1
If you haven't been following recently; past couple weeks we were on fire in working on the next DsHidMini major version 3!Watch out for further news on Beta participation!Like always, all to know is...
View ArticleArticle 0
If you use AppVeyor CI and want a reliable way for long-term storage or simply mirroring of build artifacts you need to check out this project: https://github.com/nefarius/AppVeyorArtifactsReceiverIt...
View ArticleArticle 0
Did you know that we started documenting all sorts of weird aftermarket gamepads and if they work on the PC platform? If you like drowning in gaming peripherals as much as I do, feel free to...
View ArticleArticle 5
And last but not least; the unholy trinity of missing information: https://github.com/vadimgrn/usbip-win2/issues/35#issuecomment-1999962916
View ArticleArticle 4
April an May were some hot months for progress on the new major version 3 of DsHidMini, keep an eye on the repository for potential beta...
View ArticleArticle 3
New HidHide update published!Main point of interest: fixed a crash in both the GUI and CLI client that could happen when enumerating HID devices with a special access failed exception.I released it...
View ArticleArticle 2
Important update to my forked tool XMLDoc2Markdown to turn .NET XML documentation to neat Markdown!It now supports resolving NuGet assemblies when they are required to build the documentation, no more...
View ArticleArticle 0
And another one; ASP.NET Core types can now also be documented properly!https://github.com/nefarius/xmldoc2md
View ArticleArticle 0
Sometimes when I make tool that never get released I extract some of the used code into a class library. Such a topic was detecting the current Windows version and other related goodies.I did a...
View ArticleArticle 1
Latest dotnet device management library additions that I find quite useful and want to highlight:- A method to translate a Win32 error code to the error message string:...
View ArticleArticle 0
And liftoff! After three years of work it is finally here; the next major version 3 of DsHidMini is available for Beta-testing! Grab it while it's...
View ArticleArticle 0
Guess what, I finally bit the bullet; I now own Apple Silicon! A Mac Mini M2 to be precise, which means I can finally autonomously test and debug ARM64 builds of my Windows drivers! Exciting times lie...
View ArticleArticle 0
I'd like to thank Parallels (https://www.parallels.com/) for providing me with a license so I can expand my R&D and testing adventures for Windows Drivers on the ARM64 platform! ❤️ Come to think of...
View ArticleArticle 0
Another DsHidMini v3 Beta version has been released.The most noteworthy change is a problem with project GUID reuse, causing conflicts with other installed software.BEFORE YOU APPLY THIS UPDATE you...
View ArticleArticle 1
I've added support for the paramref element in my C# XML docs to Markdown tool, available with version 1.5.0!https://www.nuget.org/packages/Nefarius.Tools.XMLDoc2Markdown/1.5.0
View ArticleArticle 0
Ahoy! Somewhat important update to my device management library, today I spotted and fixed a bug when comparing two PnPDevice instances, where it would use the wrong property for comparison. Update...
View Article