Marcus Markiewicz
Marcus Markiewicz
Error id: ff259ee37c424828be15de90b752e430 Exception begin -------------------- System.NullReferenceException: Object reference not set to an instance of an object. HResult: -2147467261 Data: -> Source: Wox.Core TargetAssembly: Wox.Core, Version=1.4.1196.0, Culture=neutral, PublicKeyToken=null TargetModule: Wox.Core.dll...
Let's upgrade our csproj / sln files to use the (newer) SDK style. This simplifies the files themselves and improves dependency management (nuget packages). This allows us to remove no...
This produces security error SYSLIB0011
We need to figure out what we are going to do with our .net framework dependency. Can we move to .NET core?
Let's clean all TODOs in the code: either make each an issue, toss the comment or make it into a historical comment. Next, add a GitHub action to comb the...
GitHub allows turning on security and code quality bots as part of actions. We need to investigate what makes sense for us and deploy them.