Jay Harris
Jay Harris
Update the `windows` scripts for establishing settings for Build 2004.
Add support to the `vs` and `vsadmin` PowerShell commands to launch Visual Studio 2019. Use the location found in `HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\devenv.exe`
The `bootstrap` command will copy all of the repository files to their appropriate location. Create a reverse file that will gather scripts back into a local repository directory. This will...
Is there a way to set the default browser via the Registry? If so, Chrome.
When installing some node packages that use `node-gyp`, such as `node-inspector`, a `CodeTaskFactory` error is thrown by MSBuild. > C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v14.0\CodeAnalysis\Microsoft.CodeAnalysis.targets(219,5): error MSB4175: The task factory "CodeTaskFactory" could not...
I use several VSSettings files, including one for a Single Monitor (on the road) and one for Multiple Monitors (at my desk). It would be great to have PoSh commands...
Make a scheduled task to clean up Windows (Clean temporary files, cleanup after Windows Update, and other items that Disk Cleanup is used for)
Revised all projects to build with .NET 6 and use AspNetCore v6 / EF Core v6 packages. Addressed issues within the codebase so that all unit tests pass. About 100...
**Is your feature request related to a problem? Please describe.** I am trying to test using aborted cancellation tokens to check request abort logic within a filter. However, there is...
Occasionally I want to watch an entire directory, such as `someDirectory/**` and trigger an event on any changes to the directory. This will create not only an `fs.watch` for the...