Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
CodeByDylan
/
Loom
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Scaffold a background worker with dotnet new
- #20
#20
Merged
DutchyD
merged 15 commits into
development
CodeByDylan/Loom:development
from
feature/worker-template
CodeByDylan/Loom:feature/worker-template
Copy head branch name to clipboard
Jul 31, 2026
Conversation
Commits
15
(15)
Checks
Files changed
Merged
Scaffold a background worker with dotnet new
#20
DutchyD
merged 15 commits into
development
CodeByDylan/Loom:development
from
feature/worker-template
CodeByDylan/Loom:feature/worker-template
Copy head branch name to clipboard
Commits
Commits on Jul 31, 2026
feat(templates): scaffold a background worker with dotnet new
Show description for dd8fe69
DutchyD
committed
dd8fe69
View commit details
Copy full SHA for dd8fe69
Browse repository at this point
test(templates): keep every archetype's root configuration identical
Show description for 67a3534
DutchyD
committed
67a3534
View commit details
Copy full SHA for 67a3534
Browse repository at this point
ci: scaffold and build every archetype, not just the API
Show description for 6d90b21
DutchyD
committed
6d90b21
View commit details
Copy full SHA for 6d90b21
Browse repository at this point
fix(templates): give each scaffolded solution its own UserSecretsId
Show description for 9997807
DutchyD
committed
9997807
View commit details
Copy full SHA for 9997807
Browse repository at this point
fix(templates): make the worker's failure paths reachable and correct
Show description for d520115
DutchyD
committed
d520115
View commit details
Copy full SHA for d520115
Browse repository at this point
feat(templates): bind the worker's schedule and threshold to typed options
Show description for cc634a3
DutchyD
committed
cc634a3
View commit details
Copy full SHA for cc634a3
Browse repository at this point
refactor(templates): share the worker's registration with its tests
Show description for b9db797
DutchyD
committed
b9db797
View commit details
Copy full SHA for b9db797
Browse repository at this point
fix(templates): drop ASP.NET Core from the worker's service defaults
Show description for 581d452
DutchyD
committed
581d452
View commit details
Copy full SHA for 581d452
Browse repository at this point
test(templates): close the gaps that let checks pass without checking
Show description for 18c6e31
DutchyD
committed
18c6e31
View commit details
Copy full SHA for 18c6e31
Browse repository at this point
docs: name RunOnceAsync as where the worker maps a category
Show description for 1d6de23
DutchyD
committed
1d6de23
View commit details
Copy full SHA for 1d6de23
Browse repository at this point
refactor(templates): split the worker's pass from its schedule
Show description for 347cdb9
DutchyD
committed
347cdb9
View commit details
Copy full SHA for 347cdb9
Browse repository at this point
test(templates): cover the worker without a clock or a timer
Show description for 04aad3d
DutchyD
committed
04aad3d
View commit details
Copy full SHA for 04aad3d
Browse repository at this point
docs: require the tests a worker can actually make deterministic
Show description for 4efa882
DutchyD
committed
4efa882
View commit details
Copy full SHA for 4efa882
Browse repository at this point
docs: correct what ExecuteAsync does in the worker guidance
Show description for b8a5127
DutchyD
committed
b8a5127
View commit details
Copy full SHA for b8a5127
Browse repository at this point
feat(templates): build test schemas from migrations, not EnsureCreated
Show description for cc42af8
DutchyD
committed
cc42af8
View commit details
Copy full SHA for cc42af8
Browse repository at this point
You can’t perform that action at this time.