Brian Surowiec
@xt0rted
Followers
45
Following
235
Media
65
Statuses
369
I build things in c# and javascript/typescript
New Jersey
Joined August 2016
Turns out a preview version of the SDK was left hanging around. Uninstalled that and things work now 🥳
0
0
0
Installed the @dotnet 7 sdk and now my projects won't load and cli commands crash 😭 Pinning to the v6 sdk works fine, but I can't use anything in v7 without getting an sdk resolver failure error https://t.co/CvPGjpyTHu
github.com
Edit + General Resolution (from @nagilson): This is now documented as a known issue for .NET 7 and a resolution is provided here. Describe the bug I just installed the last update of visual studio....
1
0
0
@dotnet @VisualStudio This is built on top of https://t.co/bFXMvys5A7 by @SimonCropp which was a huge life saver to come across.
github.com
Setting Visual Studio startup projects by hacking the suo - SimonCropp/SetStartupProjects
0
0
1
Just published a @dotnet tool to help manage solutions with multiple @VisualStudio startup projects. Add a property to each startup project, then run "startup-projects set --vs 2022" against the sln. It'll create a new .suo file with the right settings. https://t.co/tBybU6eyR1
github.com
A dotnet tool to manage multiple Visual Studio startup projects for a solution - xt0rted/dotnet-startup-projects
1
2
4
v0.4.0 of #dotnet run-script is out now. This adds the ability to run multiple scripts in the same call and wildcard support. https://t.co/Xo9YquNYgJ
0
1
0
😍 OK. I officially love @xt0rted #dotnet tool run-script. This should come packaged with the #dotnet SDK. The fact that you add scripts to global.json is a genius idea. 👨🏻🍳😘 https://t.co/QVVZpOQGQ2
11
24
110
Thank you @github for sponsoring me as part of #MaintainerMonth 🥰
1
0
4
Since #dependabot doesn't support #dotnet local tools here's a GitHub Actions workflow setup that can be used to check for & PR updates to your local tools. https://t.co/mOmzDgWJJk
github.com
Contribute to xt0rted/dotnet-tool-update-test development by creating an account on GitHub.
0
1
0
@dotnet It also pairs nicely with this https://t.co/4JTQLhyMAR
Just published a #dotnet version of the node rimraf tool. It's cross platform, has globbing, can be installed globally or locally, and should have the same behavior & options as the node version you may already be familiar with. https://t.co/soXLHQpynI
0
0
1
Here's a new build tool for @dotnet. It's a local tool that brings an "npm run" experience to your #dotnet projects. Scripts go in the global.json and are ran via "dotnet r <name>". Check the global.json & GitHub Action workflows to see it in action.
github.com
A dotnet tool to run arbitrary commands from a project's "scripts" object - xt0rted/dotnet-run-script
1
3
1
Just published a #dotnet version of the node rimraf tool. It's cross platform, has globbing, can be installed globally or locally, and should have the same behavior & options as the node version you may already be familiar with. https://t.co/soXLHQpynI
github.com
Deep deletion command for .NET (like rm -rf). Contribute to xt0rted/dotnet-rimraf development by creating an account on GitHub.
0
2
1
Here's an example workflow using the fantastic create-pull-request action from @peterevans0 that creates a pull request almost identical to how dependabot would. https://t.co/xTohz4LLQl
0
0
1
Just published a #GitHub action that updates your #dotnet global.json to the latest sdk version similar to how #dependabot would. https://t.co/QQEEIRGUZ2
github.com
Update global.json files with the latest SDK version - xt0rted/dotnet-sdk-updater
1
2
1
If you're using @OctoLinker with @dotnet projects where would you prefer PackageReference links go to? #dotnet
0
2
0
Finally got around to adding theme support to my github actions annotation previewer. Really loving how the @githubprimer team implemented themes. They're so easy to work with and only required adding a couple data attributes to enable them. https://t.co/cBxYpuplyc
0
0
0
There's also a template repo you can fork to get setup quickly with this, https://t.co/XJwm1TozLU
github.com
Template to quickly get set up using secrets-sync. Contribute to xt0rted/secrets-sync-template development by creating an account on GitHub.
0
0
0
It's been hard managing #GitHub #Actions and #Dependabot secrets across a few dozen repos. Here's a new action that lets you add them to a single repo and then sync them to many others. https://t.co/D2WONg7mig
github.com
A GitHub Action to sync secrets across multiple repositories - xt0rted/secrets-sync
1
2
3